Hi Hallvard, Can you push the changes so that the build takes place on the Eclipse hudson? We will see what it does there. It makes it easier for me to analyze.
Regards, Wim On Mon, Jun 4, 2012 at 7:15 PM, Hallvard Trætteberg <[email protected]> wrote: > Wim, > > I cloned ssh://[email protected].**org/gitroot/nebula/org.** > eclipse.nebula.git<http://[email protected]/gitroot/nebula/org.eclipse.nebula.git>and > have the cwt projects. mvn is run from the command line after cd'ing to > org.eclipse.nebula/releng/org.**eclipse.nebula.nebula-**incubation > > Hallvard > > > On 04.06.12 16.29, Wim Jongman wrote: > >> Did you install all the features in your local workspace? >> >> On Mon, Jun 4, 2012 at 2:13 PM, Hallvard Trætteberg <[email protected] >> <mailto:[email protected]>> wrote: >> >> On 05/15/2012 03:55 PM, Wim Jongman wrote: >> >> Mickael do you want to help Hallvard add the geomap to the >> incubation build? >> >Yup. >> >> >1. Add your widget modules to >> releng/org.eclipse.nebula.__**nebula-incubation/pom.xml to ensure >> >> they'll be built >> >2. Add your widget plugin (just the widget, no example, no >> feature, no test) to >> releng/org.eclipse.nebula.__**examples.incubation.feature/__**feature.xml >> to >> >> ensure it will be part of the "All Incubation widgets" feature >> >3. Add your feature to >> releng/org.eclipse.nebula.__**updatesite.incubation/__**category.xml >> to >> >> ensure it will be part of the p2 repository >> >> >Once it is done, try a local build on the whole Nebula folder >> ("mvn >clean install"), and if everything is fine, ask for a merge. >> >> I've pushed all my changes to the central repo. After editing the >> releng projects according to your three items, I run mvn clean >> install and get the error message below. It does not look like a >> problem with my project. >> >> Hallvard >> >> [INFO] Resolving target platform for project MavenProject: >> org.eclipse.nebula:org.__**eclipse.nebula.updatesite.__** >> incubation:1.0.0-SNAPSHOT >> @ >> /Users/hal/java/git/org.__**eclipse.nebula/releng/org.__** >> eclipse.nebula.updatesite.__**incubation/pom.xml >> [INFO] Adding repository (cached) >> >> http://download.eclipse.org/__**releases/indigo/<http://download.eclipse.org/__releases/indigo/> >> >> >> <http://download.eclipse.org/**releases/indigo/<http://download.eclipse.org/releases/indigo/> >> > >> [INFO] Cannot complete the request. Generating details. >> [INFO] Cannot complete the request. Generating details. >> [INFO] >> {org.osgi.framework.__**executionenvironment=OSGi/__** >> Minimum-1.0,OSGi/Minimum-1.1, >> osgi.ws <http://osgi.ws>=gtk, osgi.arch=x86, osgi.os=linux, >> org.eclipse.update.install.__**features=true, >> org.osgi.framework.system.__**packages=} >> >> [ERROR] Cannot resolve project dependencies: >> [ERROR] Software being installed: >> org.eclipse.nebula.updatesite.**__incubation >> raw:1.0.0.'SNAPSHOT'/format(n[**__.n=0;[.n=0;[-S]]]):1.0.0-__** >> SNAPSHOT >> [ERROR] Missing requirement: >> org.eclipse.nebula.updatesite.**__incubation >> raw:1.0.0.'SNAPSHOT'/format(n[**__.n=0;[.n=0;[-S]]]):1.0.0-__** >> SNAPSHOT >> requires 'org.eclipse.nebula.cwt.__**feature.feature.group >> >> [0.9.0,0.9.1)' but it could not be found >> [ERROR] >> [ERROR] Internal error: java.lang.RuntimeException: "No solution >> found because the problem is unsatisfiable.": ["Unable to satisfy >> dependency from org.eclipse.nebula.updatesite.**__incubation >> raw:1.0.0.'SNAPSHOT'/format(n[**__.n=0;[.n=0;[-S]]]):1.0.0-__** >> SNAPSHOT >> to org.eclipse.nebula.cwt.__**feature.feature.group [0.9.0,0.9.1).", >> >> "No solution found because the problem is unsatisfiable."] -> [Help 1] >> org.apache.maven.__**InternalErrorException: Internal error: >> >> java.lang.RuntimeException: "No solution found because the problem >> is unsatisfiable.": ["Unable to satisfy dependency from >> org.eclipse.nebula.updatesite.**__incubation >> raw:1.0.0.'SNAPSHOT'/format(n[**__.n=0;[.n=0;[-S]]]):1.0.0-__** >> SNAPSHOT >> to org.eclipse.nebula.cwt.__**feature.feature.group [0.9.0,0.9.1).", >> >> "No solution found because the problem is unsatisfiable."] >> at >> org.apache.maven.DefaultMaven.**__execute(DefaultMaven.java:**165) >> at org.apache.maven.cli.MavenCli.** >> __execute(MavenCli.java:451) >> at org.apache.maven.cli.MavenCli.**__doMain(MavenCli.java:188) >> at org.apache.maven.cli.MavenCli.**__main(MavenCli.java:134) >> at sun.reflect.__**NativeMethodAccessorImpl.__**invoke0(Native >> Method) >> at >> sun.reflect.__**NativeMethodAccessorImpl.__**invoke(__** >> NativeMethodAccessorImpl.java:**__39) >> at >> sun.reflect.__**DelegatingMethodAccessorImpl._**_invoke(__** >> DelegatingMethodAccessorImpl._**_java:25) >> at java.lang.reflect.Method.__**invoke(Method.java:597) >> at >> org.codehaus.plexus.__**classworlds.launcher.Launcher.** >> __launchEnhanced(Launcher.**java:__290) >> at >> org.codehaus.plexus.__**classworlds.launcher.Launcher.** >> __launch(Launcher.java:230) >> at >> org.codehaus.plexus.__**classworlds.launcher.Launcher.** >> __mainWithExitCode(Launcher.__**java:409) >> at >> org.codehaus.plexus.__**classworlds.launcher.Launcher.** >> __main(Launcher.java:352) >> >> Caused by: java.lang.RuntimeException: "No solution found because >> the problem is unsatisfiable.": ["Unable to satisfy dependency from >> org.eclipse.nebula.updatesite.**__incubation >> raw:1.0.0.'SNAPSHOT'/format(n[**__.n=0;[.n=0;[-S]]]):1.0.0-__** >> SNAPSHOT >> to org.eclipse.nebula.cwt.__**feature.feature.group [0.9.0,0.9.1).", >> >> "No solution found because the problem is unsatisfiable."] >> at >> org.eclipse.tycho.p2.impl.__**resolver.__** >> ProjectorResolutionStrategy.__**resolve(__** >> ProjectorResolutionStrategy.__**java:106) >> at >> org.eclipse.tycho.p2.impl.__**resolver.P2ResolverImpl.__** >> resolveProject(P2ResolverImpl.**__java:102) >> at >> org.eclipse.tycho.p2.impl.__**resolver.P2ResolverImpl.__** >> resolveProject(P2ResolverImpl.**__java:69) >> at >> org.eclipse.tycho.p2.resolver.**__P2TargetPlatformResolver.__** >> doResolvePlatform(__**P2TargetPlatformResolver.java:**__342) >> at >> org.eclipse.tycho.p2.resolver.**__P2TargetPlatformResolver.__** >> resolvePlatform(__**P2TargetPlatformResolver.java:**__162) >> at >> org.eclipse.tycho.core.__**resolver.__**DefaultTychoDependencyResolver >> **__.resolveProject(__**DefaultTychoDependencyResolver**__.java:85) >> at >> org.eclipse.tycho.core.maven._**_**TychoMavenLifecycleParticipant** >> __.afterProjectsRead(__**TychoMavenLifecycleParticipant**__.java:91) >> at >> org.apache.maven.DefaultMaven.**__doExecute(DefaultMaven.java:**__270) >> at >> org.apache.maven.DefaultMaven.**__execute(DefaultMaven.java:**153) >> >> ... 11 more >> [ERROR] >> [ERROR] To see the full stack trace of the errors, re-run Maven with >> the -e switch. >> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >> [ERROR] >> [ERROR] For more information about the errors and possible >> solutions, please read the following articles: >> [ERROR] [Help 1] >> http://cwiki.apache.org/__**confluence/display/MAVEN/__** >> InternalErrorException<http://cwiki.apache.org/__confluence/display/MAVEN/__InternalErrorException> >> <http://cwiki.apache.org/**confluence/display/MAVEN/** >> InternalErrorException<http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException> >> > >> >> >> >> <http://dev.eclipse.org/__**mhonarc/lists/nebula-dev/__**msg02057.html<http://dev.eclipse.org/__mhonarc/lists/nebula-dev/__msg02057.html> >> >> <http://dev.eclipse.org/**mhonarc/lists/nebula-dev/**msg02057.html<http://dev.eclipse.org/mhonarc/lists/nebula-dev/msg02057.html> >> >> >> ______________________________**___________________ >> nebula-dev mailing list >> [email protected] <mailto:[email protected]**> >> >> https://dev.eclipse.org/__**mailman/listinfo/nebula-dev<https://dev.eclipse.org/__mailman/listinfo/nebula-dev> >> >> <https://dev.eclipse.org/**mailman/listinfo/nebula-dev<https://dev.eclipse.org/mailman/listinfo/nebula-dev> >> > >> >> >> >> >> >> ______________________________**_________________ >> nebula-dev mailing list >> [email protected] >> https://dev.eclipse.org/**mailman/listinfo/nebula-dev<https://dev.eclipse.org/mailman/listinfo/nebula-dev> >> > ______________________________**_________________ > nebula-dev mailing list > [email protected] > https://dev.eclipse.org/**mailman/listinfo/nebula-dev<https://dev.eclipse.org/mailman/listinfo/nebula-dev> >
_______________________________________________ nebula-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/nebula-dev
