Re: M2Eclipse as an alternative to the maven-eclipse-plugin

2010-12-14 Thread Daniel Kulp
I think if you go to "File -> Import -> General -> Preferences", you can import those preferences directly into the workspace. Dan On Tuesday 14 December 2010 9:16:32 am David Valeri wrote: > I can confirm success over here too. I imported the security module using > M2Eclipse and the import

Re: M2Eclipse as an alternative to the maven-eclipse-plugin

2010-12-14 Thread David Valeri
I can confirm success over here too. I imported the security module using M2Eclipse and the import completed successfully. I noticed that you added eclipse.prefs to SVN. I updated your instructions in the wiki last week since eclipse.prefs wasn't in source control. If using it reduces the numbe

Re: M2Eclipse as an alternative to the maven-eclipse-plugin

2010-12-11 Thread Benson Margulies
OK, I think it works. If you set the profile m2eclipse, it will avoid the custom-class PMD check, and you should get the same treatment we get from the maven-eclipse-plugin. On Sat, Dec 11, 2010 at 8:41 PM, Benson Margulies wrote: > I see what the trick is here. > > When running in eclipse, the

Re: M2Eclipse as an alternative to the maven-eclipse-plugin

2010-12-11 Thread Benson Margulies
I see what the trick is here. When running in eclipse, the existing scheme plays a trick to use set of PMD rules that omits the custom rule, for the very reason you ran into. Unfortunately for us, the auto-configuration tries to pick them right back up, but that does not fly. So, the question is,

Re: M2Eclipse as an alternative to the maven-eclipse-plugin

2010-12-09 Thread David Valeri
No big deal. So far, I think this is an awesome step in the right direction. Please let me know if you have anything new to test out as I would be happy to be a Guinea pig. On Thu, Dec 9, 2010 at 12:09 PM, Benson Margulies wrote: > David, > > I'm really sorry, I seem to have spaced out sufficie

Re: M2Eclipse as an alternative to the maven-eclipse-plugin

2010-12-09 Thread Benson Margulies
David, I'm really sorry, I seem to have spaced out sufficient testing of this. I will look into the custom ruleset issue. --benson On Thu, Dec 9, 2010 at 11:44 AM, David Valeri wrote: > I've been using M2Eclipse in a workspace created by the Maven Eclipse > plug-in for some time now.  This wor

Re: M2Eclipse as an alternative to the maven-eclipse-plugin

2010-12-09 Thread David Valeri
I've been using M2Eclipse in a workspace created by the Maven Eclipse plug-in for some time now. This workspace had the PMD/checkstyle stuff inserted into it by the Maven plug-in and I then deleted all of the projects and imported just what I was working on using M2Eclipse. I saw the new instruct

Re: M2Eclipse as an alternative to the maven-eclipse-plugin

2010-12-06 Thread Benson Margulies
The initial import. The 'rebuild' that happens when you change a dependency. I recommend using a new, independent, eclipse install for this, and a separate CXF tree. I expect you to find things to complain to me about. On Mon, Dec 6, 2010 at 1:59 PM, Daniel Kulp wrote: > On Sunday 05 December 2

Re: M2Eclipse as an alternative to the maven-eclipse-plugin

2010-12-06 Thread Daniel Kulp
On Sunday 05 December 2010 9:48:46 am Benson Margulies wrote: > Note that I've added some instructions to > > http://cxf.apache.org/setting-up-eclipse.html > > pointing to > > http://cxf.apache.org/cxf-m2eclipse.html > > which gives a procedure for loading CXF into Eclipse with m2eclipse. > The