Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Export eclipse Product
Export eclipse Product [message #649651] Thu, 20 January 2011 05:29 Go to next message
Glen is currently offline GlenFriend
Messages: 5
Registered: January 2011
Junior Member
Hi!

What is the command line for exporting eclipse product?

Re: Export eclipse Product [message #649691 is a reply to message #649651] Thu, 20 January 2011 10:33 Go to previous messageGo to next message
Mickael Istria is currently offline Mickael IstriaFriend
Messages: 865
Registered: July 2009
Location: Grenoble, France
Senior Member

Le 20/01/2011 06:30, Glen a écrit :
> Hi!
> What is the command line for exporting eclipse product?

Basically, it is:
java -jar plugins/org.eclipse,equinox.launcher_*.jar -application org.eclipse.ant.core.antRunner -buildFile org.eclipse.pde.build_*/scripts/productBuild/productBuild.xm l -Dbuilder="${pathToYourBuildFolder}

More details about customization here:
http://wiki.eclipse.org/index.php/PDEBuild

HTH,
--
Mickael Istria -- BonitaSoft S.A.
http://www.bonitasoft.com/products/BPM_download.php
Re: Export eclipse Product [message #650690 is a reply to message #649691] Wed, 26 January 2011 05:16 Go to previous messageGo to next message
Glen is currently offline GlenFriend
Messages: 5
Registered: January 2011
Junior Member
thanks for your reply.
but i dont have the org.eclipse.ant.core.antRunner

But how can I export the product even if i do not have the org.eclipse.ant.core.antRunner from the wizard? im looking for a possibility of doing this via command line so we can automate the process

Re: Export eclipse Product [message #650764 is a reply to message #650690] Wed, 26 January 2011 12:31 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

On 01/26/2011 12:16 AM, Glen wrote:
> thanks for your reply. but i dont have the org.eclipse.ant.core.antRunner
> But how can I export the product even if i do not have the
> org.eclipse.ant.core.antRunner from the wizard? im looking for a
> possibility of doing this via command line so we can automate the process

You need a version of eclipse that can build your product headlessly,
generally called your basebuilder. This install is usually separate
from the one you use for actual development and as your target platform,
although it doesn't have to be.

Any of the Eclipse SDKs from
http://download.eclipse.org/eclipse/downloads/ include PDE and
core.antRunner.

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Platform_Expression_Framework
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Previous Topic:right-click on marker
Next Topic:Adding libraries to eclipse pluggings
Goto Forum:
  


Current Time: Thu Apr 25 19:59:32 GMT 2024

Powered by FUDForum. Page generated in 0.03518 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top