Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Problems after upgrade from 0.12.0 to 0.13.0 with materialize-products (P2 director return code 13)

This is strange. 0.13.0 changed the target file interpretation, so this is a common source of resolution/director problems. But If you don’t use target files, I don’t see why the build should fail.

 

Btw. There should be a log output about the root cause further up in the log...

 

Regards

Tobias

 

 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Dimo Velev
Sent: Donnerstag, 10. November 2011 09:22
To: Tycho user list
Subject: Re: [tycho-user] Problems after upgrade from 0.12.0 to 0.13.0 with materialize-products (P2 director return code 13)

 

Hi,

 

I checked the arguments passed to the director but they are identical (with the exception of the new one file:/resolution-context-artifacts@PATH_TO_PRODUCT). May that be the problem?

 

I am also using the implicit target platform option (at least in the tycho build).

Any ideas how to fix that issue?

 

Thanks,

Dimo

On Thu, Nov 3, 2011 at 11:09 AM, Dimo Velev <dimo.public@xxxxxxxxxxxxxx> wrote:

Hi,

 

I am trying to upgrade to 0.13.0 because of the ability to continue on test failures (which is a must have for sonar to record metrics even if a test fails). I have changed the version from 0.12.0 to 0.13.0 and now I get the following error:

--cut--

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-director-plugin:0.13.0:materialize-products (materialize-products) on project ANONYMIZED.product: P2 director return code was 13 -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-p2-director-plugin:0.13.0:materialize-products (materialize-products) on project ANONYMIZED.product: P2 director return code was 13

at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)

...

Caused by: org.apache.maven.plugin.MojoFailureException: P2 director return code was 13

at org.eclipse.tycho.plugins.p2.director.DirectorMojo.execute(DirectorMojo.java:71)

...

--cut--

 

Is there any upgrade guide handling this kind of problems? What do I need to change for it to work with 0.13.0?

 

Best regards,

Dimo

 


Back to the top