|
PDE-Build in Eclipse 3.4 -
09-22-2008, 11:08 AM
I've got a small RCP Plug-in application that I can perform a headless build on using Eclipse 3.3 with the Delta-Pack installed (the target is a Win32, Win32, x86 platform).
A) When I migrate to 3.4, the build script executes, but does not generate an exe within the deployment zip file.
B) When I additionally install the Delta-Pack for 3.4, the build script fails with the following error. The confusing part is that I'm specifying (in build.properties) that the version of the Equinox.launcher plugin is 1.0.100.v20080509-1800. I've verified that this exists in my eclipse environment.
I've included the relevant portion of my Build output below.
Can anyone shed some light on my situation…and whether I do need the Delta-Pack.
Thanks!!!
Tom
================================================== ============================
<Clip, Clip>
[java] [eclipse.buildScript] Some inter-plug-in dependencies have not been satisfied.
[java] [eclipse.buildScript] Bundle org.eclipse.core.filesystem.win32.x86:
[java] [eclipse.buildScript] Bundle org.eclipse.core.net.win32.x86:
[java] [eclipse.buildScript] Bundle org.eclipse.equinox.launcher.win32.win32.x86:
[java] [eclipse.buildScript] Bundle org.eclipse.equinox.security.win32.x86:
[java] [eclipse.buildScript] Bundle org.eclipse.swt.win32.win32.x86:
[java] BUILD FAILED
[java] C:\StsEnvironment\Software\eclipse\plugins\org.ecl ipse.pde.build_3.4.0.v20080604\scripts\productBuil d\productBuild.xml:28: The following error occurred while executing this line:
[java] C:\StsEnvironment\Software\eclipse\plugins\org.ecl ipse.pde.build_3.4.0.v20080604\scripts\build.xml:6 4: The following error occurred while executing this line:
[java] C:\StsEnvironment\Software\eclipse\plugins\org.ecl ipse.pde.build_3.4.0.v20080604\templates\headless-build\customTargets.xml:12: The following error occurred while executing this line:
[java] C:\StsEnvironment\Software\eclipse\plugins\org.ecl ipse.pde.build_3.4.0.v20080604\scripts\productBuil d\allElements.xml:9: The following error occurred while executing this line:
[java] C:\StsEnvironment\Software\eclipse\plugins\org.ecl ipse.pde.build_3.4.0.v20080604\scripts\genericTarg ets.xml:113: Unable to find plug-in: org.eclipse.equinox.launcher_1.0.100.v20080501. Please check the error log for more details.
[java] Total time: 5 seconds
BUILD FAILED
C:\IssDevelopment\svn\branches\Admin-Rcp\IssCodeline\ca.gc.ci.sts.admin.SecureSystemsAd minApplication.build\build.xml:81: The following error occurred while executing this line:
C:\IssDevelopment\svn\branches\Admin-Rcp\IssCodeline\ca.gc.ci.sts.admin.SecureSystemsAd minApplication.build\build.xml:85: The following error occurred while executing this line:
C:\IssDevelopment\svn\branches\Admin-Rcp\IssCodeline\ca.gc.ci.sts.admin.SecureSystemsAd minApplication.build\build.xml:64: Java returned: 13
|