Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Eclipse 3.4 Headless Build Issues
Eclipse 3.4 Headless Build Issues [message #580854] Mon, 22 September 2008 16:54
Tom Stephens is currently offline Tom StephensFriend
Messages: 4
Registered: July 2009
Junior Member
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.eclipse.pde.b uild_3.4.0.v20080604\scripts\productBuild\productBuild.xml:2 8:
The following error occurred while executing this line:
[java]
C:\StsEnvironment\Software\eclipse\plugins\org.eclipse.pde.b uild_3.4.0.v20080604\scripts\build.xml:64:
The following error occurred while executing this line:
[java]
C:\StsEnvironment\Software\eclipse\plugins\org.eclipse.pde.b uild_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.eclipse.pde.b uild_3.4.0.v20080604\scripts\productBuild\allElements.xml:9:
The following error occurred while executing this line:
[java]
C:\StsEnvironment\Software\eclipse\plugins\org.eclipse.pde.b uild_3.4.0.v20080604\scripts\genericTargets.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.c i.sts.admin.SecureSystemsAdminApplication.build\build.xml:81 :
The following error occurred while executing this line:
C:\IssDevelopment\svn\branches\Admin-Rcp\IssCodeline\ca.gc.c i.sts.admin.SecureSystemsAdminApplication.build\build.xml:85 :
The following error occurred while executing this line:
C:\IssDevelopment\svn\branches\Admin-Rcp\IssCodeline\ca.gc.c i.sts.admin.SecureSystemsAdminApplication.build\build.xml:64 :
Java returned: 13
Previous Topic:Unable to see some wrapped plugin from the target platform
Next Topic:Unable to see some wrapped plugin from the target platform
Goto Forum:
  


Current Time: Sat Apr 27 02:03:01 GMT 2024

Powered by FUDForum. Page generated in 0.03426 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top