Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Eclipse RCP product with eclipse-repository

Could you activate debug loggin (-X) and check the log for a root cause somewhere shortly before the “p2 director return

code was 13” message

 

Regards

Tobias

 

 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Dimo Velev
Sent: Donnerstag, 3. November 2011 11:12
To: Tycho user list
Subject: Re: [tycho-user] Eclipse RCP product with eclipse-repository

 

Hi,

 

I seem to be getting the same error with 0.13.0. What was the fix? I am trying to upgrade from 0.12.0 to 0.13.0.

 

Thanks,

Dimo

On Fri, Jul 29, 2011 at 8:53 AM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:

Have you tried Tycho 0.13.0-SNAPSHOT?

--
Regards,
Igor



On 11-07-28 9:53 PM, Francesco Pagnamenta wrote:

Hi

I have an Eclipse RCP application being build with tycho 0.11. The
product is currently materialized by using the packaging type
eclipse-application. Since I plan to migrate to the future packaging
type eclipse-product, I'd like to test the product materialization
through the packaging type eclipse-repository.

I used the configuration shown in the demo project itp04-rcp and, during
the build process, I get the following exception.

[ERROR] Failed to execute goal
org.sonatype.tycho:tycho-p2-director-plugin:0.11.0:materialize-products
(materialize-products) on project client-product: P2 director return
code was 13 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal
org.sonatype.tycho:tycho-p2-director-plugin:0.11.0:materialize-products
(materialize-products) on project client-product: P2 director return
code was 13
       at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:199)
       at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
       at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:140)
       at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
       at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
       at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
       at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
       at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:316)
       at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
       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: org.apache.maven.plugin.MojoFailureException: P2 director
return code was 13
       at
org.sonatype.tycho.plugins.p2.director.DirectorMojo.execute(DirectorMojo.java:66)
       at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
       at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:195)
       ... 19 more

Any idea what the problem could be?

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

 


Back to the top