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


In a first time, it would be great if instead of sending us your complete code tree, you could reproduce a smaller test case.
Thx

PaScaL



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

03/16/2006 02:01 PM

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





Pascal and Andrew,
 
Thanks for the tips.  I will install the delta pack once it downloads here.  I’m still encountering the same exact problems though.
 
I get the sample build to run successfully.  Then I do the following:
 
1)       Delete the “P” plug-in you supplied and put my own plug-ins into that directory.  As a side note, they are dependent plug-ins (“A” depends on “B” which depends on “C”).
2)       Update the build.properties to point to the “.product” file of plug-in “A”.
 
I run the same command:
 
java -jar C:\E32M6\eclipse\startup.jar -application org.eclipse.ant.core.antRunner -buildfile C:\E32M6\eclipse\plugins\org.eclipse.pde.build_3.2.0.v20060313\scripts\productBuild\productBuild.xml
-Dbuilder=C:\eclipsetemp\ProductBuildTest
 
And I get nothing in the “I.TestBuild” directory.  No errors in the Ant output.  No errors in the log file.
 
If you’d like, I can send you a zipped up copy of my build area.  I’d rather not send it to the entire mailing list though.
 
Thanks again for your help.  I’m excited to get this to work!
 
Joel
 
 
 



From: pde-build-dev-bounces@xxxxxxxxxxx [mailto:pde-build-dev-bounces@xxxxxxxxxxx] On Behalf Of Pascal Rapicault
Sent:
Thursday, March 16, 2006 11:40 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

 

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
_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top