Skip to main content



      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 10:08 Go to next message
Eclipse UserFriend
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 14:54 Go to previous messageGo to next message
Eclipse UserFriend
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 06:29 Go to previous messageGo to next message
Eclipse UserFriend
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 06:31] by Moderator

Re: Automating the deployment process of plugin [message #902844 is a reply to message #897862] Mon, 20 August 2012 14:03 Go to previous messageGo to next message
Eclipse UserFriend
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 14:03 Go to previous messageGo to next message
Eclipse UserFriend
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 14:04 Go to previous messageGo to next message
Eclipse UserFriend
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 14:04 Go to previous messageGo to next message
Eclipse UserFriend
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 14:05 Go to previous messageGo to next message
Eclipse UserFriend
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 14:08 Go to previous message
Eclipse UserFriend
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: Tue May 20 09:38:12 EDT 2025

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

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

Back to the top