Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] [nstallIU] Need a feature for a command line build

Hi,

 

I make my own eclipse product and I install some update sites in command line.

I’m searching for a feature.

 

My command :

#
# Install features Subversion Team Provider
#
./eclipse.exe -nosplash -application org.eclipse.equinox.p2.director -repository
http://download.eclipse.org/technolo....0/update-site -installIU org.eclipse.team.svn.revision.graph,org.eclipse.team.svn.m2e,org.eclipse.team.svn.mylyn,org.eclipse.team.svn.resource.ignore.rules.jdt,org.eclipse.team.svn,org.eclipse.team.svn.nl1

 

The feature org.eclipse.team.svn.m2e needs org.eclipse.m2e.scm, but I didn’t find it !

[exec] Cannot complete the install because one or more required items could not be found.
[exec] Software being installed: Subversive Integration for the M2E Project 3.0.0.I20150529-1700 (org.eclipse.team.svn.m2e 3.0.0.I20150529-1700)
[exec] Missing requirement: Subversive Integration for the M2E Project 3.0.0.I20150529-1700 (org.eclipse.team.svn.m2e 3.0.0.I20150529-1700) requires 'bundle org.eclipse.m2e.scm [1.0.0,2.0.0)' but it could not be found

 

I think it’s a M2e contactor.

I searched in the marketplace seeking M2e, contactor M2e url … but the url I find didn’t have the feature sought !

FYI I’m under Luna !

 

If you have any idea …. Many thanks !

Christelle

 


Back to the top