Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Tycho build doesn't find package in module java.xml on Java 11

Hello,

I'm having trouble in moving our tycho builds to Java 11. To demonstrate the problem I'm facing I created a small demo project with a dependency on javax.xml.bind using jaxb-osgi, which can be found here:
https://github.com/rgra/tycho-java11-releng/tree/main

The build doesn't find the packages in the java.xml module present in Java 11.

Am I missing some config option to make it work?

Best regards,
Rabea



Back to the top