Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Compilation issues on updating from Tycho 2.0 to 2.3

As you mentioned nattable, I have had a similar problem with nebula widgets[1] and added the following:

Import-Package: org.w3c.dom;version="2.0.0",
 org.w3c.dom.css;version="2.0.0"

[1] https://github.com/eclipse/nebula/pull/305/files

Am 18.06.21 um 07:49 schrieb Fauth Dirk (XC-ECO/ESM1) via tycho-dev:
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 <www.bosch.com> Tel. +49 711 811-57819 | Telefax +49 711 811 | Dirk.Fauth@xxxxxxxxxxxx <mailto: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
​


_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-dev



Back to the top