Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Automating the deployment process of plugin
Automating the deployment process of plugin [message #896188] Tue, 17 July 2012 14:08 Go to next message
becks m is currently offline becks mFriend
Messages: 59
Registered: June 2012
Member
Hi,


I have an eclipse plugin, when I deploy it, I use a feature project then export through the wizard to get zip file to install in any eclipse based app.


How can I automate this ?

I want the whole process to run automatically.
Re: Automating the deployment process of plugin [message #896260 is a reply to message #896188] Tue, 17 July 2012 18:54 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

You automate building a feature/plugin using PDE build. http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Ftasks%2Fpde_feature_build.htm&cp=4_2_0_1

You can automate installing features into your current eclipse using the p2 director, http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_director.html&cp=2_0_20_2

PW


Re: Automating the deployment process of plugin [message #897862 is a reply to message #896260] Wed, 25 July 2012 10:29 Go to previous messageGo to next message
becks m is currently offline becks mFriend
Messages: 59
Registered: June 2012
Member
Thanks Paul,

but I get this error during feature installation
is there something should I do ?

Quote:

!ENTRY org.eclipse.equinox.p2.director 4 1 2012-07-25 12:26:01.685
!MESSAGE Cannot complete the install because one or more required items could not be found.
!SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2012-07-25 12:26:01.685
!MESSAGE Software being installed: program 1.0.6 (com.myprog.feature.feature.group 1.0.6)
!SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2012-07-25 12:26:01.685
!MESSAGE Missing requirement: program 1.0.6 (com.myprog.feature.feature.group 1.0.6) requires 'org.eclipse.core.runtime 3.7.0' but it could not be found

[Updated on: Wed, 25 July 2012 10:31]

Report message to a moderator

Re: Automating the deployment process of plugin [message #902844 is a reply to message #897862] Mon, 20 August 2012 18:03 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

What org.eclipse.core.runtime do you have in the RCP app you are trying to install into?

PW


Re: Automating the deployment process of plugin [message #902845 is a reply to message #897862] Mon, 20 August 2012 18:03 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

What version of org.eclipse.core.runtime do you have in your application you are trying to install into?

PW


Re: Automating the deployment process of plugin [message #902846 is a reply to message #897862] Mon, 20 August 2012 18:04 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

What version of org.eclipse.core.runtime is already in your app?

PW


Re: Automating the deployment process of plugin [message #902847 is a reply to message #897862] Mon, 20 August 2012 18:04 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

What version of org.eclipse.core.runtime is already in your app?

PW


Re: Automating the deployment process of plugin [message #902848 is a reply to message #897862] Mon, 20 August 2012 18:05 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

What version of org.eclipse.core.runtime do you already have in your app?

PW


Re: Automating the deployment process of plugin [message #902851 is a reply to message #902848] Mon, 20 August 2012 18:08 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Sorry, I was having replicator problems. All fixed now.

PW


Previous Topic:External jar class cannot be resolved
Next Topic:adding option to eclipse from my plugin
Goto Forum:
  


Current Time: Fri Apr 26 23:10:55 GMT 2024

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

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

Back to the top