Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Breaking change in 2.7.0?
  • From: "Fauth Dirk (XC-ECO/ESM1)" <Dirk.Fauth@xxxxxxxxxxxx>
  • Date: Wed, 6 Apr 2022 04:35:12 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=de.bosch.com; dmarc=pass action=none header.from=de.bosch.com; dkim=pass header.d=de.bosch.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=euLw3XQQ09l27Zw/GdT2WPE+KtHJ5bqxAU4u4VBg/8Q=; b=YPDJnu97D8Xzk5441HmFIKqJOxH/j9EmvD/RI5XsjwJE3BL375JgqT1wfmLvn0KtQig3IorWSKjEmS0PqoW0FynqZ/cSK27wZpUTYXESFeODkaaWdG5ZPn4niuZxlttCcdp6OoCkYU66kaXcSAdLN7j3jNk+3iG96B+xPd8m8oFR7lhmYQ7Vp+xBXHBUTbqeSHzior4Q2BaZFsGKL7m8dXSxuY36UfGYzvIN6gMNlQSvtRt+fs++j4486q1cf26Me9DIM/PLCCblf9f1uYsZ+sl4UQhBJ7k4drSsPDrZB4GTEFoTF7qR8Y2ce+NeEjATnbH6VqLqUyBZGYNXf6dAoA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=L5j95Et86xH2W3Sw+Vqej3YZTWHQua+nEOuuBikl/0sg4OCkJi+uJxDbrWsxFU0BQELTgIx4eTW8+WJyIpbsbQbK5VVOIeZv718y7uyFdB70tRxf7/AdgJWT6RwyXZMoPx+L/+FcKrbm+6B4QyRL9eqW9pXPLKx0GJk50sLUGNTll640SJOq5SCWInFKbeQhCd34wwikJNQIbFNKFKRhl5rsU49qOw5/ASlpYguf8EOCBIQaPjsADh1spbeau/8BzSM/+SRoHdU2DH3lu5JF4/MyKthIJioBBP3y+aCSlnTjN2zAD63dxCxmxVv3xxDR17xy2T/FG3Zz0s5T2P+pkg==
  • Delivered-to: tycho-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/tycho-dev/>
  • List-help: <mailto:tycho-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/tycho-dev>, <mailto:tycho-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/tycho-dev>, <mailto:tycho-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdhIqPjedWi+MkxbTLOaPjLXmIyJywABuqUAAADrnbAAGFYAAAAWj79w
  • Thread-topic: [tycho-dev] Breaking change in 2.7.0?

Thanks, I wasn’t aware of the id. Seems that isn’t documented well anywhere. At least I do not find that information anywhere.

 

Apart from that, as I said, the issue was local. I forgot to add the maven-toolchains-plugin to that specific build. After adding it, the message is gone in the log.

 

But still I think the message is not 100% correct. I now understand that it can not find a toolchain, as the plugin is missing. But why is it stating JAVA_HOME is not set?

 

Anyhow, that is complaining on a high level. It is only an information and the build works. Just a not so good user experience, as it probably creates some confusion.

 

Mit freundlichen Grüßen / Best regards

Dirk Fauth


Cross-Domain Computing Solutions, Cross Automotive Platforms - System, Software and Tools Engineering Engineering Software Methods and Tools1 (XC-ECO/ESM1)
Robert Bosch GmbH | Postfach 30 02 20 | 70442 Stuttgart | GERMANY |
www.bosch.com
Tel.
+49 711 811-57819 | Telefax +49 711 811 | Dirk.Fauth@xxxxxxxxxxxx

Sitz: Stuttgart, Registergericht: Amtsgericht Stuttgart, HRB 14000;
Aufsichtsratsvorsitzender: Prof. Dr. Stefan Asenkerschbaumer; Geschäftsführung: Dr. Stefan Hartung,
Dr. Christian Fischer, Filiz Albrecht, Dr. Markus Forschner, Dr. Markus Heyn, Rolf Najork

Von: tycho-dev <tycho-dev-bounces@xxxxxxxxxxx> Im Auftrag von Michael Keppler
Gesendet: Dienstag, 5. April 2022 19:45
An: tycho-dev@xxxxxxxxxxx
Betreff: Re: [tycho-dev] Breaking change in 2.7.0?

 

Am 05.04.2022 um 08:15 schrieb Fauth Dirk (XC-ECO/ESM1) via tycho-dev:

 
"Could not find the Toolchain nor JAVA_HOME, trying java from PATH instead"
 

You toolchain.xml _must_ contain exactly this (with the right id of course). The version is not sufficient.

   <provides>
       <id>JavaSE-16</id>
   </provides>

Back to the top