Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] Compilation issues on updating from Tycho 2.0 to 2.3
  • From: "Fauth Dirk (XC-ECO/ESM1)" <Dirk.Fauth@xxxxxxxxxxxx>
  • Date: Fri, 18 Jun 2021 05:49:33 +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-SenderADCheck; bh=FSDYAxmQYI/2hXVrl78ZqNkDG1ALQqkI/LDddDiz9/E=; b=KV+silxpqNeut8+hbTYPjq96xAP62UaCkosuZtPM3210rAdfU0Ta1A6QMb8TCY8TTZ8za/smTZULXuoV/8VisOvHrOJSqEKm9USxP8Gd3Nnv+UYwW9pIrTdOl/8t9iPs++iepru5SFdrzz53KD2Je+4Xud8ggdN81UfnX9flfESTg8/eJrmB/4SOXHD7HG2VXmhFmGpFv8lIeQn1z+uYDL3tsRTwtBEvEeEAmcIAcoluPEMcdqPv4a92yUC3+v+yiblIF6pk38z/TjAVtsZaXvHaNdOr+k3ltxkDDd65q1PKbp9yY51MxvdSIbMMBQ7yQ0qbtru2z8LqV6VXFoh8sw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=RVWbTzKujwjokqeQ0jUIOOVbfDZVPFw2JIMKg0A3BjNKOqLQ4EUeJv12O2vPu2/7aYG88i72iKih6m8Vck9WI3YSP98ukKROUmWOH6lPJ/sGMjAdeXT5W4n5w562O0c3Ezx94kgWztuq/cDBvtfrV6FbZjp0MpOix2L4LuW7lzF2BAeW8hop3UOKkFOFVPnCgcyJwBe7QPuUPFDIJeHrQLJxgH9vFLSGHMCV/FX0+sENJFcd6AEwWvx9n0JdWWkqkZLKdmZh8eQ4JWB74H5zIuuA6i1pzAxsRFScKsNuMmNguuarYjaTEzRLVTGviz069mpmnENne4GOcwFgUpOCJg==
  • 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: AddkArBFB7tP5+xwS1WAq7IuNmb/Vw==
  • Thread-topic: Compilation issues on updating from Tycho 2.0 to 2.3

Hi,

 

I just updated my project from Tycho 2.0 to 2.3 (also the extensions of course). The project is configured for BREE 1.8, the build is executed with Java 11. While the build succeeds with 2.0, with 2.3 I suddenly get a compilation error:

 

Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:2.3.0:compile (default-compile) on project org.eclipse.nebula.widgets.nattable.extension.e4: Compilation failure: Compilation failure:

[ERROR] C:\Development\Sources\nattable\org.eclipse.nebula.widgets.nattable\org.eclipse.nebula.widgets.nattable.extension.e4\src\org\eclipse\nebula\widgets\nattable\extension\e4\css\CSSConfigureScalingCommandHandler.java:

[ERROR]         /*******************************************************************************

[ERROR]         ^

[ERROR] The type org.w3c.dom.css.CSSValue cannot be resolved. It is indirectly referenced from required .class files

[ERROR] 1 problem (1 error)

 

I assume this is a Java 11 issue and Tycho is now more strict in resolving somehow. Is there a way to solve this? I haven’t found anything in the docs.

 

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 40 | 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: Franz Fehrenbach; Geschäftsführung: Dr. Volkmar Denner,
Prof. Dr. Stefan Asenkerschbaumer, Filiz Albrecht, Dr. Michael Bolle, Dr. Christian Fischer,
Dr. Stefan Hartung, Dr. Markus Heyn, Harald Kröger, Rolf Najork, Uwe Raschke


Back to the top