Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Installing plugin into eclipse using command line
Installing plugin into eclipse using command line [message #897580] Tue, 24 July 2012 15:04 Go to next message
becks m is currently offline becks mFriend
Messages: 59
Registered: June 2012
Member
I have an update site, and got the directory which contains the features and plugins

How to install the plugin in eclipse application using the command line ? I want to automate this process
Re: Installing plugin into eclipse using command line [message #897707 is a reply to message #897580] Wed, 25 July 2012 07:04 Go to previous messageGo to next message
Sabir pasha is currently offline Sabir pashaFriend
Messages: 70
Registered: February 2010
Member
If you want to automate the installation of plugin on the user's eclipse then you can do some by a running a simple copy command from your scripts which copies the features and plugins into the User's eclipse features and plugins directory respectively
OR alternatively you can create a link file in the links directory (if links directory is not present then you need to create it) of User's eclipse installation and give the path of your update site directory in the link file.
Re: Installing plugin into eclipse using command line [message #897714 is a reply to message #897707] Wed, 25 July 2012 07:14 Go to previous message
Sabir pasha is currently offline Sabir pashaFriend
Messages: 70
Registered: February 2010
Member
and if you are installing from an update site you can use the p2 director which is basically a command line applicaiton through which you can automate the installation
you can see here http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_director.html&cp=2_0_20_2 how it is done
Previous Topic:Hide "Run" menu (already using activities)
Next Topic:org.eclipse.equinox.p2.core.ProvisionException
Goto Forum:
  


Current Time: Thu Dec 26 21:20:01 GMT 2024

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

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

Back to the top