Hello Eugene, We created integration plug-in for M2Eclipse project. It is located in Polarion public repository at http://svn.polarion.org/repos/community/Subversive/trunk/org.polarion.eclipse.team.svn.m2eclipse
So, if you have small part of free time, please check the implementation and provide your suggestions about possible issues and improvements (Related task you can found at: https://bugs.eclipse.org/bugs/show_bug.cgi?id=224074). Also we have two little questions about how it works: 1) When I select more than one project (I checked this functionality with M2Eclipse repository) and specify location on the file system, M2Eclipse sequentially performs check out for each of selected projects into the same location on the file system. In result of which I have only last checked out project on my file system. It seems to be incorrect. Or is it something wrong in integration implementation? 2) As I can see, integration with Subclipse adds its pop-up menu item to the end of checkout group. This very interesting because AFAIK Eclipse places actions which are added later to the top of group. So the question is simple: why does it work different in your case? :) Eugene Kuleshov wrote: > > > On the other hand, anyone can do the integration. It is not a rocket > science. Technically, both Subclipse and Subversive are using the same > JavaHL library, so it it probably possible to rewrite SubclipseHandler > to use only that API, so the same code will work for both. I wouldn't > mind if anyone would want to look at that. > > regards, > Eugene > > -- View this message in context: http://www.nabble.com/m2eclipse-and-subversive-tp16045807s177p16301166.html Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
