Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Antw: Re: Maven SCM Handler for Subclipse and Eclipse Mars

It seems as the connector isn't compatible with the subclipse version you're using. I'm guessing that you're subclipse version is >= 1.9.0, which doesn't fulfill the 'bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0)' requirement.
Possibly the connector code is fine though, but "someone" needs to update it. If you need it I think that "someone" has to be you as very few here uses subclipse. Or take the easy path and switch to Subversive instead if you want the support the m2e connector integration gives you.

/Anders

On Thu, Jan 7, 2016 at 5:42 PM, Massen Hardy <Hardy.Massen@xxxxxxxxxxxxx> wrote:
Tanks for your help!


...but the installtion fails:

Cannot complete the install because one or more required items could not be found.
  Software being installed: Maven SCM handler for Subclipse 0.13.0.201303011221 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201303011221)
  Missing requirement: Maven SCM Handler for Subclipse 0.13.0.201303011221 (org.sonatype.m2e.subclipse 0.13.0.201303011221) requires 'bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0)' but it could not be found
  Cannot satisfy dependency:
    From: Maven SCM handler for Subclipse 0.13.0.201303011221 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201303011221)
    To: org.sonatype.m2e.subclipse [0.13.0.201303011221]
>>> Anders Hammar <anders@xxxxxxxxxx> 07.01.2016 14:13 >>>
It looks like that connector isn't added to the 1.6 catalog. You could try to install it without using the catalog:

Or switch to Subversive, where the subversive project provides a connector as part of their release.

/Anders

On Wed, Jan 6, 2016 at 5:09 PM, Massen Hardy <Hardy.Massen@xxxxxxxxxxxxx> wrote:
Hi,
up to now we've used Eclipse Luna with Subclipse and "Maven SCM Handler for Subclipse". Thanks to the Maven SCM Handler I can "checkout as Maven Project" in the SVN-Repositories-View.
Now I'v tried Eclipse Mars and do not find "Maven SCM Handler for Subclipse" and have no "checkout as Maven Project".
Any idea, how to replace "Maven SCM Handler for Subclipse" for Mars?

---
Handelshof Management GmbH • Viktoriastr.26 • 51149 Koeln (Germany) • Amtsgericht Koeln HRB2078 • Ust.-ID-Nr. DE 123064252 • Sitz der Gesellschaft: Koeln • Geschaeftsfuehrer: Dipl.-Betriebsw. (BA) Wolfgang Baer (MBA) (Sprecher), Dipl.-Kfm. Kai Patrick Merleker, Dr. Wilhelm von Moers • http://www.handelshof.de

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users


---

Handelshof Management GmbH • Viktoriastr.26 • 51149 Koeln (Germany) • Amtsgericht Koeln HRB2078 • Ust.-ID-Nr. DE 123064252 • Sitz der Gesellschaft: Koeln • Geschaeftsfuehrer: Dipl.-Betriebsw. (BA) Wolfgang Baer (MBA) (Sprecher), Dipl.-Kfm. Kai Patrick Merleker, Dr. Wilhelm von Moers • http://www.handelshof.de


_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top