Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epf-dev] EPF Composer platform ?

Hi Ismael, Chris,
I created p2 repository/update site some time ago using command like below.

So to run the command I use Eclipse SDK 3.7.2 to extract the p2 repository from the EPF installation location. Next I installed Eclipse Modeling Tools, the Helios release. Eclipse Modeling Tools does have p2/equinox so then you can add EPF using the regular install new software option. From there you point to the p2 repository and you have EPF running in Eclipse Modeling Tools. Then - of course - you can install anything else you need, Subversion, Git integration and so forth. 

IMHO it would be better to distribute EPF as a p2 repository/update site. 

If you are interested in using such update site, please let me know, I will see if I can host it somewhere. 
Best Regards,
Onno
java -jar F:/Download/eclipse-SDK-3.7.2-win32/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -application org.eclipse.equinox.p2.publisher.ProductAction -metadataRepository file:/F:/Download/epf-p2-repos -artifactRepository file:/F:/Download/epf-p2-repos -source "F:\epf-composer" -configs=win32,win32,x86 -compress -publishArtifacts


On Tue, Sep 24, 2013 at 1:45 PM, Chris Hawk <chrishawk72@xxxxxxxxx> wrote:
Ismael,
EPF project doesn't seems to have an update site. so, you need to build one for yourself from source code.
you could search the web for learn how to create one p2 repository from a workspace, there are lot of articles about it.

After that you can install EPF features in your own eclipse from your own local p2 repository.

regards,

Chris

On 23/09/13 16:35, Ismael Olea wrote:



On Mon, Sep 23, 2013 at 8:25 AM, Onno van der Straaten <onno.van.der.straaten@xxxxxxxxx> wrote:
 
It is Helios, I have used latest of Helios together with EPF. 

I'm not used with 3rd party components in Eclipse. How should I install EPF in stock Eclipse?

--

Ismael Olea

http://olea.org/diario/


_______________________________________________
epf-dev mailing list
epf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/epf-dev


_______________________________________________
epf-dev mailing list
epf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/epf-dev



Back to the top