Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [emft-dev] [modeling-dev] re: Athena builds that depend on 3rd party plugins (eg., from Orbit or Mozilla)


Cool! I wasn't even aware you could do the first part.. :)

On Sep 1, 2009, at 5:21 PM, Nick Boldt wrote:

I just added a new feature to Athena tonight [1] which you might like.

In the past you could only use "featureIDsToInstall" to grab features from a p2 repo update site; now you can now install individual plugins (eg., off an Orbit site!) too using "pluginIDsToInstall" [2].

So, when configuring your build's dependencies, you can now do this:

dependencyURLs=http://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/eclipse-SDK-3.5-linux-gtk.tar.gz ,<more.zips.here> repositoryURLs=http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/updateSite ,<more.sites.here> featureIDsToInstall=org.eclipse.gef+org.eclipse.emf +<more.features.here> pluginIDsToInstall=org.apache.xml.resolver+javax.xml +org.apache.xml.serializer+org.apache.xerces+org.apache.xalan +<more.plugins.here>

[1]http://wiki.eclipse.org/Athena_Progress_Report#2009-09-01
[2]http://wiki.eclipse.org/Common_Build_Infrastructure/Defining_Binary_Dependencies

--
Nick Boldt :: http://nick.divbyzero.com
Release Engineer :: Eclipse Modeling & Dash Athena
_______________________________________________
modeling-dev mailing list
modeling-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/modeling-dev
_______________________________________________
emft-dev mailing list
emft-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/emft-dev



Back to the top