Re: [Clirr-devel] maven plugin
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <si...@ec...> - 2004-07-05 06:32:53
|
On Mon, 2004-07-05 at 17:47, Lars K=FChne wrote: > Simon Kitching wrote: > > >=20 > OK, so the plan is to have two top level modules, core and maven. >=20 > The top level package structure is not affected by that move, I don't=20 > think Maven requires the module name to occur as a package name. This=20 > means we can have: >=20 > clirr-core.jar > + n.s.c.core (includes only Checker) > + n.s.c.core.event > + n.s.c.core.internal.framework (not to be used by integration frontend= s) > + n.s.c.core.internal.checks (dito) > + n.s.c.cli > + n.s.c.ant >=20 Sorry, what do you mean by "module"? I see *four* basic packages: n.s.c.core n.s.c.ant n.s.c.cli n.s.c.maven If the above package structure is what is proposed, I like it. Have I misunderstood? >=20 > On our web site we can follow Vincent's suggestion and have a toplevel=20 > menu entry like >=20 > Integrations > + Ant > + Command Line > + Maven Yep, looks nice. > >I've been thinking it's about time for a 0.4 release. If you're > >interested in getting others to use clirr then it might be a good idea > >to get this new release out the door. > > > > =20 > > >=20 > Yep, let's get that Maven plugin ready and then release 0.4. I think the ant/maven enhancement I suggested in recent emails is *really important* for users.=20 Given the decision to issue ERROR level messages for lots of things that may not be a problem for users depending upon context (eg adding method to interface only breaks systems where users are expected to implement those interfaces), I think it is really important to give users the ability to selectively ignore certain errors being reported by clirr when using the ant or maven tasks. Personally, I would really like to see this (pretty simple) feature added before the 0.4 release.... Cheers, Simon |