Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Scripting the pde product export wizard operation?


Docs start here: http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.pde.doc.user/tasks/pde_product_build.htm

-Andrew


From: Ian Bull <irbull@xxxxxxxxxxxxxxxxx>
To: "Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>
Date: 04/11/2010 10:42 PM
Subject: Re: [pde-dev] Scripting the pde product export wizard operation?
Sent by: pde-dev-bounces@xxxxxxxxxxx





What you are looking for is called PDE/Build, or PDE Headless build.  It's actually what's used under the covers when you do things like "product export" or "feature export".  The Eclipse platform uses PDE/Build to build itself.

You can find all sorts of information on PDE/Build through google.  I just did a quick search and the following tutorial came up:
http://www.eclipse.org/resources/resource.php?id=448

cheers,
ian

On Sun, Apr 11, 2010 at 3:30 PM, Gabriel Petrovay <gabipetrovay@xxxxxxxxx> wrote:
Hi,

Is there a wiki page on how can I script (ant) the generation of a
product? (The same thing I can do with the Eclipse product generation
wizard)

Thanks!


--
MSc Gabriel Petrovay
Mobile: +41(0)787978034

www.28msec.com
_______________________________________________
pde-dev mailing list

pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev



--
R. Ian Bull | EclipseSource Victoria | +1 250 477 7484

http://eclipsesource.com | http://twitter.com/eclipsesource_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev



Back to the top