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


No, but I will follow your advise and keep you posted when I make it available.
Thx for carring,

PaScaL



"Fitzpatrick, Alex" <Alex.Fitzpatrick@xxxxxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

03/16/2006 02:04 PM

Please respond to
"Eclipse PDE Build developers list."

To
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>
cc
Subject
RE: [pde-build-dev] Automating the export of an Eclipse product





Pascal, is that sample somewhere on the Eclipse website?
 
If not, can you put it somewhere and reference it in the FAQ?
 

--

Alex Fitzpatrick
Software Engineer

Cognos Inc.

3755 Riverside Drive, OTTAWA (Ontario) Canada K1G 4K9

(
(613) 738-1338 Ext. 3415 *  alex.fitzpatrick@xxxxxxxxxx



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


 
     This message may contain privileged and/or confidential information.  If you have received this e-mail in error or are not the intended recipient, you may not use, copy, disseminate or distribute it; do not open any attachments, delete it immediately from your system and notify the sender promptly by e-mail that you have done so.  Thank you. _______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top