Re: [cross-project-issues-dev] Build problems with recent platform4.11-I-builds

2019-02-15 Thread Carsten Reckord
Hi Bernd, > I still try to understand why the change in my target definition to use a > different platform updates site causes this particular failure while using the > same java, tycho and Trace Compass version. I don't see the connection. You could use mvn -X -Dtycho.debug.resolver=true to comp

Re: [cross-project-issues-dev] Build problems with recent platform4.11-I-builds

2019-02-15 Thread Bernd Hufmann
Hi, Thanks, Carsten for the suggestions. I was able to fix the build by changing the way that the Trace Compass plug-ins reference the o.e.jdt.annotation bundle. We used the following lines in the build.properties: additional.bundles = org.eclipse.jdt.annotation jars.extra.classpath = platform:

Re: [cross-project-issues-dev] Build problems with recent platform4.11-I-builds

2019-02-15 Thread Ed Willink
Hi Your build.properties lines were consistent with the Java 6 support for @NonNull in o.e.jdt.annotation 1.0.0 which was a compile-time only declaration annotation. o.e.jdt.annotation 2.0.0 exploits Java 7 type annotations which persist at run-time. You must therefore require o.e.jdt.annota