Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pde-build-dev] Automating the export of an Eclipse product


To get the exe in the end result, you need to have the delta pack installed (or at least the org.eclipse.platform.launchers) in your eclipse install.
Because of problems in the latest downloads, you should take the delta pack of 3.2 M5a.



JWiegman@xxxxxxxxxxxxxxx
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

03/16/2006 11:21 AM

Please respond to
"Eclipse PDE Build developers list."

To
pde-build-dev@xxxxxxxxxxx
cc
Subject
RE: [pde-build-dev] Automating the export of an Eclipse product





That sample build works great, except I don’t see a branded exe file in the resulting zip file.  I was expecting to see one there???  I’m using the I20060314-1200 SDK build.
 
That’s an incredible help though.  Very useful!  Thank you!
 



From: pde-build-dev-bounces@xxxxxxxxxxx [mailto:pde-build-dev-bounces@xxxxxxxxxxx] On Behalf Of Pascal Rapicault
Sent:
Thursday, March 16, 2006 10:53 AM
To:
Eclipse PDE Build developers list.
Cc:
pde-build-dev@xxxxxxxxxxx; pde-build-dev-bounces@xxxxxxxxxxx
Subject:
Re: [pde-build-dev] Automating the export of an Eclipse product

 

There is a bit too much noise in the log to completly figure out what is going on. However from what I've seen, the zip file should be located in C:\E32M6\eclipse\workspace\lis-session-recorder.editor\build/I.TestBuild/TestBuild.zip


Find attached two zips demonstrating how to build a product.
- The zip named plugins contains a plugin P. This plugin also contains a product file.

- The zip named productBuildTest.zip contains a build.properties file to drive the build.


If you want to minimize setup steps, you should extract plugins.zip into d:\tmp and have an eclipse install in d:\eclipse (those values are specified in the build.properties)


PaScaL



JWiegman@xxxxxxxxxxxxxxx
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

03/15/2006 12:19 PM


Please respond to
"Eclipse PDE Build developers list."


To
pde-build-dev@xxxxxxxxxxx
cc
 
Subject
[pde-build-dev] Automating the export of an Eclipse product

 


   





Hello all,

 
I’m trying to successfully export a product via antRunner (complete with the branded .exe, etc.).  My product does not have any features, only plug-ins.  My first question would be: Is this possible with the “I20060314-1200” build?

 
>From what I can tell in these recently resolved bugs, the answer would be “yes”:

 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=107272
https://bugs.eclipse.org/bugs/show_bug.cgi?id=127576
 
If that’s the case, then I appear to be experiencing what Martin and Doug have recently experienced on these boards… my build declares itself a resounding success but strangely does not generate any distribution.  

 
My build command is as follows:

C:\E32M6\eclipse\workspace\lis-session-recorder.editor>

java -jar C:\E32M6\eclipse\startup.jar -application org.eclipse.ant.core.antRunner -buildfile C:\E32M6\eclipse\workspace\lis-session-recorder.editor\build\productBuild.xml -d -Dbuilder=C:\E32M6\eclipse\workspace\lis-session-recorder.editor\build -Declipse.pdebuild.scripts=C:\E32M6\eclipse\plugins\org.eclipse.pde.build_3.2.0.v20060313\scripts

 
The (admittedly overly-verbose) result from the execution of my script is attached.  Any advice (including “what you’re trying is not possible”) would be greatly appreciated!

 
Cheers!

 
Joel
_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev
_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top