Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Update Site Creation Automation
Update Site Creation Automation [message #602436] Tue, 13 October 2009 12:11 Go to next message
michal  is currently offline michal Friend
Messages: 2
Registered: October 2009
Junior Member
Hi,

I've developed a plug in, and created a feature and an update site projects inside eclipse to publish it.
What i am looking for, is a way to automate the process of creating my update site during our automatic build process through a command line rather that manually throught the UI of the update site project.

It seems to me that large projects must use an automated process, and that it should be quite straightforward, but didn't find any simple reference on how to do it in the web.

Thank a lot in advance!
Michal.
Re: Update Site Creation Automation [message #604309 is a reply to message #602436] Thu, 21 January 2010 14:44 Go to previous message
Michal Niewrzal is currently offline Michal NiewrzalFriend
Messages: 50
Registered: July 2009
Member
Creating update site is very similar to product build process. You need only in build.properties file enable options:
topLevelElementType = feature
topLevelElementId = <your_feature_id>

and disable 'product' variable. And after whole process copy your site.xml file to generated zip or folder.

Look at this site http://help.eclipse.org/galileo/topic/org.eclipse.pde.doc.us er/tasks/pde_product_build.htm

Main elements are described but with more advanced topics you must experiment:) If you will have more questions, let me know:)
Previous Topic:Update Site Creation Automation
Next Topic:Headless PDE build fails for platform specific plugins
Goto Forum:
  


Current Time: Wed Apr 24 14:17:10 GMT 2024

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

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

Back to the top