PDE build for RCP app not delivering executable [message #43125] |
Thu, 29 January 2009 20:25  |
Eclipse User |
|
|
|
When running the following java command:
java -classpath D:\Program
Files\eclipse34\plugins\org.eclipse.equinox.launcher_1.0.101 .R34x_v20080819.jar
org.eclipse.equinox.launcher.Main -application
org.eclipse.ant.core.antRunner -Dverify=true -DbuildDirectory=d:\builds\ct
-buildfile d:/Program
Files/eclipse34\plugins\org.eclipse.pde.build_3.4.1.R34x_v20 080805/scripts/productBuild/productBuild.xml
I don't get an executable output, but when I use the Eclipse Product
export wizard, I do get the executable output.
Does anybody have any idea what steps I could be missing?
Thanks,
Tim
|
|
|
Re: PDE build for RCP app not delivering executable [message #44331 is a reply to message #43125] |
Tue, 03 February 2009 14:25  |
Eclipse User |
|
|
|
Do you have the delta pack?
Headless build gets the exe from the org.eclipse.equinox.executable
feature which comes in the delta pack. It also needs the
org.eclipse.equinox.launcher.* fragments. During export, PDE/UI will
take the exe from the running eclipse if it can't find the executable
feature.
The other thing to check is that you are specifying the "config"
property, the default value is just "*,*,*" which means platform
indepedent, and the launchers are platform specific.
-Andrew
Tim Dawson wrote:
> When running the following java command:
>
> java -classpath D:\Program
> Files\eclipse34\plugins\org.eclipse.equinox.launcher_1.0.101 .R34x_v20080819.jar
> org.eclipse.equinox.launcher.Main -application
> org.eclipse.ant.core.antRunner -Dverify=true
> -DbuildDirectory=d:\builds\ct -buildfile d:/Program
> Files/eclipse34\plugins\org.eclipse.pde.build_3.4.1.R34x_v20 080805/scripts/productBuild/productBuild.xml
>
>
> I don't get an executable output, but when I use the Eclipse Product
> export wizard, I do get the executable output.
> Does anybody have any idea what steps I could be missing?
>
> Thanks,
> Tim
|
|
|
Re: PDE build for RCP app not delivering executable [message #591208 is a reply to message #43125] |
Tue, 03 February 2009 14:25  |
Eclipse User |
|
|
|
Do you have the delta pack?
Headless build gets the exe from the org.eclipse.equinox.executable
feature which comes in the delta pack. It also needs the
org.eclipse.equinox.launcher.* fragments. During export, PDE/UI will
take the exe from the running eclipse if it can't find the executable
feature.
The other thing to check is that you are specifying the "config"
property, the default value is just "*,*,*" which means platform
indepedent, and the launchers are platform specific.
-Andrew
Tim Dawson wrote:
> When running the following java command:
>
> java -classpath D:\Program
> Files\eclipse34\plugins\org.eclipse.equinox.launcher_1.0.101 .R34x_v20080819.jar
> org.eclipse.equinox.launcher.Main -application
> org.eclipse.ant.core.antRunner -Dverify=true
> -DbuildDirectory=d:\builds\ct -buildfile d:/Program
> Files/eclipse34\plugins\org.eclipse.pde.build_3.4.1.R34x_v20 080805/scripts/productBuild/productBuild.xml
>
>
> I don't get an executable output, but when I use the Eclipse Product
> export wizard, I do get the executable output.
> Does anybody have any idea what steps I could be missing?
>
> Thanks,
> Tim
|
|
|
Powered by
FUDForum. Page generated in 0.03682 seconds