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
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
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
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,
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
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
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
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
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