Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Please test staged Tycho 1.6.0

hmm very weird, my own patch that we added to Eclipse for the SetJVM action is failing suddenly if i switch to 1.6 (switch back to 1.5.1 and it just builds)

i get:

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-director-plugin:1.6.0:materialize-products (materialize-products) on project com.servoy.eclipse.product: Installation of product servoy.product for environment win32/win32/x86_64 failed: Call to p2 director application failed with exit code 13

and in the workspace log i see:

!ENTRY org.eclipse.equinox.p2.engine 4 4 2020-01-13 15:19:24.098
!MESSAGE An error occurred while installing the items
!SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2020-01-13 15:19:24.098
!MESSAGE session context was:(profile="" phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]com.servoy.eclipse.jre.win32.x86_64 13.0.1, action="">!SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2020-01-13 15:19:24.098
!MESSAGE
!STACK 0
java.lang.NullPointerException
at org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.SetJvmAction.adjustWorkbenchSystemProperties(SetJvmAction.java:82)
at org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.SetJvmAction.execute(SetJvmAction.java:50)
at org.eclipse.equinox.internal.p2.engine.ParameterizedProvisioningAction.execute(ParameterizedProvisioningAction.java:42)
at org.eclipse.equinox.internal.p2.engine.Phase.mainPerform(Phase.java:187)
at org.eclipse.equinox.internal.p2.engine.Phase.perform(Phase.java:99)
at org.eclipse.equinox.internal.p2.engine.PhaseSet.perform(PhaseSet.java:50)
at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:80)
at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:48)
at org.eclipse.equinox.internal.provisional.p2.director.PlanExecutionHelper.executePlan(PlanExecutionHelper.java:46)
at org.eclipse.equinox.internal.provisional.p2.director.PlanExecutionHelper.executePlan(PlanExecutionHelper.java:27)
at org.eclipse.equinox.internal.p2.director.app.DirectorApplication.executePlan(DirectorApplication.java:771)
at org.eclipse.equinox.internal.p2.director.app.DirectorApplication.planAndExecute(DirectorApplication.java:761)
at org.eclipse.equinox.internal.p2.director.app.DirectorApplication.performProvisioningActions(DirectorApplication.java:742)
at org.eclipse.equinox.internal.p2.director.app.DirectorApplication.run(DirectorApplication.java:1065)

And let that be my own code....

this i the line:

https://github.com/eclipse/rt.equinox.p2/blob/master/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/internal/p2/touchpoint/eclipse/actions/SetJvmAction.java#L82 

 
So with tycho 1.6 that system property (System.getProperty("eclipse.commands");) is for some reason not set..


On Mon, 13 Jan 2020 at 13:06, Mickael Istria <mistria@xxxxxxxxxx> wrote:
Hi,

Tycho release 1.6.0 has been staged. For details of new features and bugfixes, see release notes [1]. Please help by testing the staged build. To use it, change your tycho version to 1.6.0 and add snippet [2] to your pom. We plan to promote this release in one week unless major regressions are found. Regards, Tycho team [1] http://wiki.eclipse.org/Tycho/Release_Notes/1.6 [2] <pluginRepositories> <pluginRepository> <id>tycho-staged</id> <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-1059</url> </pluginRepository> </pluginRepositories>

--
Mickael Istria
Eclipse IDE developer, for Red Hat Developers
_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/tycho-dev

Back to the top