Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Build stops at building org.eclipse.osgi.services

Hello,

I'm still trying to run the CBI build from the R4_2_maintenance branch.

I tried now three times and everytime the build stops while building
org.eclipse.osgi.service. There is no error message, it just stops
(see maven output below). Any advice how to solve that?

Best regards, Lars

[INFO] Building org.eclipse.osgi.services 3.3.100-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- tycho-packaging-plugin:0.17.0-SNAPSHOT:build-qualifier
(default-build-qualifier) @ org.eclipse.osgi.services ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.17.0-SNAPSHOT:validate-id
(default-validate-id) @ org.eclipse.osgi.services ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.17.0-SNAPSHOT:validate-version
(default-validate-version) @ org.eclipse.osgi.services ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources)
@ org.eclipse.osgi.services ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered
resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory
/home/vogella/compile/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi.services/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:0.17.0-SNAPSHOT:compile
(default-compile) @ org.eclipse.osgi.services ---
[WARNING] Effective compiler target 1.5 is incompatible with OSGi
profile 'OSGi/Minimum-1.2' { source level: 1.3, target level: 1.2} @
MavenProject: org.eclipse.equinox.framework:org.eclipse.osgi.services:3.3.100-SNAPSHOT
@ /home/vogella/compile/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi.services/pom.xml
[INFO] Nothing to compile - all classes are up to date


Back to the top