Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » headless compilation: equinox launcher version
headless compilation: equinox launcher version [message #591553] Fri, 06 February 2009 10:11
Alessandro Caproni is currently offline Alessandro CaproniFriend
Messages: 21
Registered: July 2009
Junior Member
Hi,
I am experimenting the headless compilation following the Vogel tutorial.

Yesterday the build completed successfully but without the executable.
I suddenly realized that the I forgot to install the delta pack but now the build fails with another error.

The following (beautified) lines seem to be the relevant part of the output:


[java] BUILD FAILED
[java] .../eclipse/plugins/org.eclipse.pde.build_3.4.1.R34x_v200808 05/scripts/productBuild/productBuild.xml:28:
The following error occurred while executing this line:
[java] .../eclipse/plugins/org.eclipse.pde.build_3.4.1.R34x_v200808 05/scripts/build.xml:64:
The following error occurred while executing this line:
[java] .../eclipse/plugins/org.eclipse.pde.build_3.4.1.R34x_v200808 05/templates/headless-build/customTargets.xml:12:
The following error occurred while executing this line:
[java] .../eclipse/plugins/org.eclipse.pde.build_3.4.1.R34x_v200808 05/scripts/productBuild/allElements.xml:10:
The following error occurred while executing this line:
[java] .../eclipse/plugins/org.eclipse.pde.build_3.4.1.R34x_v200808 05/scripts/genericTargets.xml:88:
Unable to find plug-in: org.eclipse.equinox.launcher_1.0.100.v20080509-1800.


The plugin in the last line of the output is not in my eclipse installation where
org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar is present.

In the build.xml I have the following entry:
<property name="equinoxLauncherPluginVersion" value="1.0.101.R34x_v20080819" />

It seems that the entry in build.xml is ignored during the build and a wrong launcher version is used instead.

Where is the error? And why did it happen only after installing the delta pack?


Alessandro Caproni
European Southern Observatory (http://www.eso.org)
Previous Topic:PDE Builder and project registered builders
Next Topic:Launching a standalone Java application
Goto Forum:
  


Current Time: Fri Apr 19 11:16:43 GMT 2024

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

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

Back to the top