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 #22966] Mon, 22 September 2008 16:54 Go to next message
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
Re: Eclipse 3.4 Headless Build Issues [message #23887 is a reply to message #22966] Thu, 25 September 2008 07:36 Go to previous messageGo to next message
Bertrand is currently offline BertrandFriend
Messages: 7
Registered: July 2009
Junior Member
Hi,

I dunno if you solve your problem or not, but in case.
You suppose to have your delta pack with the runtime eclipse binary, so it
is in a different place than your eclipse install.
I would say that you ve got a mix up version problem between delta pack
and Eclipse.
If you dunno it, this address will help you a lot to get you started

http://rcpquickstart.com/2007/06/06/getting-started-with-pde -build/

Regards
Bertrand
Re: Eclipse 3.4 Headless Build Issues [message #24313 is a reply to message #22966] Thu, 25 September 2008 20:14 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
The executables are in the feature org.eclipse.equinox.executable which
is part of the delta pack. Therefore, if you don't have the deltapack,
you don't have executables.

The product build automatically includes this executable feature in
order to pick up the executables and the launcher bundle & fragment.

Your error seems to come from a mismatch between what version of the
launcher the executable feature is asking for and what version is
actually in the build.

If there are multiple versions of the launcher in the target, then it
may be that the higher version is selected and preventing the feature
from finding the version it wants.

-Andrew

Tom Stephens wrote:
> 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
>
>
>
Re: Eclipse 3.4 Headless Build Issues [message #581355 is a reply to message #22966] Thu, 25 September 2008 07:36 Go to previous message
Bertrand is currently offline BertrandFriend
Messages: 7
Registered: July 2009
Junior Member
Hi,

I dunno if you solve your problem or not, but in case.
You suppose to have your delta pack with the runtime eclipse binary, so it
is in a different place than your eclipse install.
I would say that you ve got a mix up version problem between delta pack
and Eclipse.
If you dunno it, this address will help you a lot to get you started

http://rcpquickstart.com/2007/06/06/getting-started-with-pde -build/

Regards
Bertrand
Re: Eclipse 3.4 Headless Build Issues [message #581653 is a reply to message #22966] Thu, 25 September 2008 20:14 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
The executables are in the feature org.eclipse.equinox.executable which
is part of the delta pack. Therefore, if you don't have the deltapack,
you don't have executables.

The product build automatically includes this executable feature in
order to pick up the executables and the launcher bundle & fragment.

Your error seems to come from a mismatch between what version of the
launcher the executable feature is asking for and what version is
actually in the build.

If there are multiple versions of the launcher in the target, then it
may be that the higher version is selected and preventing the feature
from finding the version it wants.

-Andrew

Tom Stephens wrote:
> 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:Make plugins for legacy Java code
Next Topic:cvs and Target Platform
Goto Forum:
  


Current Time: Thu Dec 26 15:24:44 GMT 2024

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

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

Back to the top