Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Nested jars in dependency issue.

Hi, 

I am slowly moving forward, now I get this weird Warning, 

[WARNING] Dependency from /var/lib/jenkins/workspace/Netxstudio (Tycho)/products/com.netxforge.releng.products.netxstudio.cdo to nested classpath entry /var/lib/jenkins/workspace/Netxstudio (Tycho)/libs.eclipse/org.eclipse.ui.ide/e4-ide.jar can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins
[DEBUG] Bundle-ClassPath entry icu-data.jar does not exist in/var/lib/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/50.1.1.v201304230130/com.ibm.icu-50.1.1.v201304230130.jar [DEBUG] Bundle-ClassPath entry runtime_registry_compatibility.jar does not exist in/var/lib/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.5.300.v20130327-1442/org.eclipse.equinox.registry-3.5.300.v20130327-1442.jar [DEBUG] Bundle-ClassPath entry injection_annotations.jar does not exist in/var/lib/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/1.1.0.v20130515-1343/org.eclipse.e4.core.services-1.1.0.v20130515-1343.jar [DEBUG] Bundle-ClassPath entry e4-workbench.jar does not exist in/var/lib/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.105.0.v20130529-1406/org.eclipse.ui.workbench-3.105.0.v20130529-1406.jar [DEBUG] Bundle-ClassPath entry compatibility.jar does not exist in/var/lib/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.105.0.v20130529-1406/org.eclipse.ui.workbench-3.105.0.v20130529-1406.jar [DEBUG] Bundle-ClassPath entry tools.jar does not exist in/var/lib/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.8.0.v20130514-0841/org.eclipse.jdt.debug-3.8.0.v20130514-0841.jar


...and a build failure.  

channel stopped
Finished: FAILURE

There is no Exception or stacktrace.  (I Use -e -X switches) Is the warning the culprit? 
On my local machine, I get compilation errors, missing imports which are in 
the .target for sure...All weird stuff to me...

This problem started to occur when I added the following plugins which I had to customize
for an RCP.

org.eclipse.ui.ide
org.eclipse.ui.navigator.resources

Any ideas?
Thanks Christophe

Back to the top