You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Dan Diephouse <da...@envoisolutions.com> on 2007/02/26 03:13:51 UTC

disable checkstyle for aegis

Hi all - but mostly Dan K,

Is it possible to disable checkstyle/pmd for the XFire Aegis databinding?
I'm porting over the XFire Aegis stuff and I really don't have the time to
go through and convert everything to the CXF style. Specifically things like
variable ordering, class naming, not allowing member fields and method
parameters to be named the same, etc. Unless there is some magic tool that
does this for me I think it would take a few days of work...
Thanks,
- Dan

-- 
Dan Diephouse
Envoi Solutions
http://envoisolutions.com | http://netzooid.com/blog

Re: disable checkstyle for aegis

Posted by Daniel Kulp <da...@iona.com>.
On Tuesday 27 February 2007 11:18, Dan Diephouse wrote:
> Is that for the maven checkstyle plugin configuration? 

Yep.   Put a pluginManagement section in the pom that reconfigures the 
checkstyle to have the failOnViolation set to false.


> What about PMD? 
> Any ideas on that?

It also has a failOnViolation flag.    Nice to have some level of 
consistency.   :-)

http://maven.apache.org/plugins/maven-pmd-plugin/check-mojo.html


Dan




>
> On 2/25/07, Daniel Kulp <da...@iona.com> wrote:
> > Dan,
> >
> > You MIGHT be able to add a configuration with
> > <failOnViolation>false</failOnViolation>  for the checkstyle plugin
> > config.   That might work as a temporary measure.   Not sure.  
> > Haven't tried it.
> >
> > Dan
> >
> > On Sunday 25 February 2007 21:13, Dan Diephouse wrote:
> > > Hi all - but mostly Dan K,
> > >
> > > Is it possible to disable checkstyle/pmd for the XFire Aegis
> > > databinding? I'm porting over the XFire Aegis stuff and I really
> > > don't have the time to go through and convert everything to the CXF
> > > style. Specifically things like variable ordering, class naming, not
> > > allowing member fields and method parameters to be named the same,
> > > etc. Unless there is some magic tool that does this for me I think
> > > it would take a few days of work...
> > > Thanks,
> > > - Dan
> >
> > --
> > J. Daniel Kulp
> > Principal Engineer
> > IONA
> > P: 781-902-8727    C: 508-380-7194
> > daniel.kulp@iona.com
> > http://www.dankulp.com/blog

-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194
daniel.kulp@iona.com
http://www.dankulp.com/blog

Re: disable checkstyle for aegis

Posted by Dan Diephouse <da...@envoisolutions.com>.
Is that for the maven checkstyle plugin configuration? What about PMD? Any
ideas on that?

On 2/25/07, Daniel Kulp <da...@iona.com> wrote:
>
>
> Dan,
>
> You MIGHT be able to add a configuration with
> <failOnViolation>false</failOnViolation>  for the checkstyle plugin
> config.   That might work as a temporary measure.   Not sure.   Haven't
> tried it.
>
> Dan
>
>
> On Sunday 25 February 2007 21:13, Dan Diephouse wrote:
> > Hi all - but mostly Dan K,
> >
> > Is it possible to disable checkstyle/pmd for the XFire Aegis
> > databinding? I'm porting over the XFire Aegis stuff and I really don't
> > have the time to go through and convert everything to the CXF style.
> > Specifically things like variable ordering, class naming, not allowing
> > member fields and method parameters to be named the same, etc. Unless
> > there is some magic tool that does this for me I think it would take a
> > few days of work...
> > Thanks,
> > - Dan
>
> --
> J. Daniel Kulp
> Principal Engineer
> IONA
> P: 781-902-8727    C: 508-380-7194
> daniel.kulp@iona.com
> http://www.dankulp.com/blog
>



-- 
Dan Diephouse
Envoi Solutions
http://envoisolutions.com | http://netzooid.com/blog

Re: disable checkstyle for aegis

Posted by Daniel Kulp <da...@iona.com>.
Dan,

You MIGHT be able to add a configuration with 
<failOnViolation>false</failOnViolation>  for the checkstyle plugin 
config.   That might work as a temporary measure.   Not sure.   Haven't 
tried it.

Dan


On Sunday 25 February 2007 21:13, Dan Diephouse wrote:
> Hi all - but mostly Dan K,
>
> Is it possible to disable checkstyle/pmd for the XFire Aegis
> databinding? I'm porting over the XFire Aegis stuff and I really don't
> have the time to go through and convert everything to the CXF style.
> Specifically things like variable ordering, class naming, not allowing
> member fields and method parameters to be named the same, etc. Unless
> there is some magic tool that does this for me I think it would take a
> few days of work...
> Thanks,
> - Dan

-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194
daniel.kulp@iona.com
http://www.dankulp.com/blog