Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] PDE-Build Issues in Eclipse 3.4

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.build_3.4.0.v

20080604\scripts\productBuild\productBuild.xml:28: The following error occurred while executing this line:

     [java]

C:\StsEnvironment\Software\eclipse\plugins\org.eclipse.pde.build_3.4.0.v

20080604\scripts\build.xml:64: The following error occurred while executing this line:

     [java]

C:\StsEnvironment\Software\eclipse\plugins\org.eclipse.pde.build_3.4.0.v

20080604\templates\headless-build\customTargets.xml:12: The following error occurred while executing this line:

     [java]

C:\StsEnvironment\Software\eclipse\plugins\org.eclipse.pde.build_3.4.0.v

20080604\scripts\productBuild\allElements.xml:9: The following error occurred while executing this line:

     [java]

C:\StsEnvironment\Software\eclipse\plugins\org.eclipse.pde.build_3.4.0.v

20080604\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.ci.sts.admin.

SecureSystemsAdminApplication.build\build.xml:81: The following error occurred while executing this line:

C:\IssDevelopment\svn\branches\Admin-Rcp\IssCodeline\ca.gc.ci.sts.admin.

SecureSystemsAdminApplication.build\build.xml:85: The following error occurred while executing this line:

C:\IssDevelopment\svn\branches\Admin-Rcp\IssCodeline\ca.gc.ci.sts.admin.

SecureSystemsAdminApplication.build\build.xml:64: Java returned: 13

 

 

 


Back to the top