Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 311237 - Buckminster build of MPC is failing due to invalid setpref '-P' option
Summary: Buckminster build of MPC is failing due to invalid setpref '-P' option
Status: RESOLVED FIXED
Alias: None
Product: MPC
Classification: Technology
Component: Install (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 blocker (vote)
Target Milestone: 1.0.0   Edit
Assignee: Thomas Hallgren CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-30 16:21 EDT by David Green CLA
Modified: 2010-05-05 10:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Green CLA 2010-04-30 16:21:08 EDT
from the console log at https://build.eclipse.org/hudson/job/epp-mpc-nightly/44/console

pre.. 
provision:
     [echo] Importing projects into workspace /opt/users/hudsonbuild/.hudson/jobs/epp-mpc-nightly/workspace/result/workspace and binaries into target platform /opt/users/hudsonbuild/.hudson/jobs/epp-mpc-nightly/workspace/result/tp
     [java] setpref '-P' '/tmp/build-890320431.properties' 'targetPlatformPath=/opt/users/hudsonbuild/.hudson/jobs/epp-mpc-nightly/workspace/result/tp'
     [java] org.eclipse.buckminster.cmdline.parser.InvalidOptionException: The option '-P' is invalid
     [java] 	at org.eclipse.buckminster.cmdline.parser.ParseResult.parse(ParseResult.java:121)
     [java] 	at org.eclipse.buckminster.cmdline.AbstractCommand.parseOptions(AbstractCommand.java:171)
     [java] 	at org.eclipse.buckminster.cmdline.AbstractCommand.basicRun(AbstractCommand.java:146)
     [java] 	at org.eclipse.buckminster.cmdline.Headless.run(Headless.java:317)
     [java] 	at org.eclipse.buckminster.cmdline.Headless.run(Headless.java:136)
     [java] 	at org.eclipse.buckminster.cmdline.Headless.start(Headless.java:156)
     [java] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
     [java] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
     [java] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
     [java] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
     [java] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
     [java] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     [java] 	at java.lang.reflect.Method.invoke(Method.java:618)
     [java] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
     [java] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
     [java] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
     [java] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1383)

BUILD FAILED
/opt/users/hudsonbuild/.hudson/jobs/epp-mpc-nightly/workspace/org.eclipse.epp.mpc.releng/build.xml:154: The following error occurred while executing this line:
/opt/users/hudsonbuild/.hudson/jobs/epp-mpc-nightly/workspace/org.eclipse.epp.mpc.releng/build.xml:71: The following error occurred while executing this line:
/opt/users/hudsonbuild/.hudson/jobs/epp-mpc-nightly/workspace/org.eclipse.epp.mpc.releng/build.xml:59: Java returned: 1
Comment 1 Thomas Hallgren CLA 2010-04-30 20:49:32 EDT
This was caused by a regression when fixing bug 311161. It's fixed now and the mpc build is green again.