You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by lt...@apache.org on 2006/02/06 20:18:18 UTC

[ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

We are pleased to announce the Maven Checkstyle Plugin 3.0 release! 

http://maven.apache.org/maven-1.x/reference/plugins/checkstyle/


===============================================================================

Changes in this version include:

  New Features:

o Added new summary report as front page. 
o Added properties maven.checkstyle.output.xml and 
  maven.checkstyle.output.txt 
o Ability to check test sources using property maven.checkstyle.check.tests 
  Fixes MPCHECKSTYLE-30. 
o Generate reports filtered by severity 

  Fixed bugs:

o Do not assert ASF copyright in checkstyle.rss. Fixes MPCHECKSTYLE-39. 
o Fixed MemberName rule in Turbine checkstyle rules Fixes MPCHECKSTYLE-29. 

  Changes:

o Upgraded to checkstyle 4.1. 
o Moved reports under the checkstyle folder and renamed. 
o Added maven.checkstyle.dir and move output files there. 
o The checkstyle plugin use the maven.xdoc.locale.default to generate the 
  report. Fixes MPCHECKSTYLE-39. 
o Support for Java5  

===============================================================================


To automatically install the plugin, type the following on a single line:

maven plugin:download
  -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -DgroupId=maven
  -DartifactId=maven-checkstyle-plugin
  -Dversion=3.0

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-checkstyle-plugin-3.0.jar
 

Have fun!
-The Maven Checkstyle Plugin development team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

Posted by Arnaud HERITIER <ah...@gmail.com>.
Thanks for yours encouragements
Now, we know that we still have at least one person interested by maven 1.1 ;-)

Cheers,

Arnaud

On 2/7/06, Dion Gillard <di...@gmail.com> wrote:
> Go Luke!
>
> Keep up the hard work.
>
> On 2/7/06, ltheussl@apache.org <lt...@apache.org> wrote:
> > We are pleased to announce the Maven Checkstyle Plugin 3.0 release!
> >
> > http://maven.apache.org/maven-1.x/reference/plugins/checkstyle/
> >
> >
> > ===============================================================================
> >
> > Changes in this version include:
> >
> >   New Features:
> >
> > o Added new summary report as front page.
> > o Added properties maven.checkstyle.output.xml and
> >   maven.checkstyle.output.txt
> > o Ability to check test sources using property maven.checkstyle.check.tests
> >   Fixes MPCHECKSTYLE-30.
> > o Generate reports filtered by severity
> >
> >   Fixed bugs:
> >
> > o Do not assert ASF copyright in checkstyle.rss. Fixes MPCHECKSTYLE-39.
> > o Fixed MemberName rule in Turbine checkstyle rules Fixes MPCHECKSTYLE-29.
> >
> >   Changes:
> >
> > o Upgraded to checkstyle 4.1.
> > o Moved reports under the checkstyle folder and renamed.
> > o Added maven.checkstyle.dir and move output files there.
> > o The checkstyle plugin use the maven.xdoc.locale.default to generate the
> >   report. Fixes MPCHECKSTYLE-39.
> > o Support for Java5
> >
> > ===============================================================================
> >
> >
> > To automatically install the plugin, type the following on a single line:
> >
> > maven plugin:download
> >   -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
> >   -DgroupId=maven
> >   -DartifactId=maven-checkstyle-plugin
> >   -Dversion=3.0
> >
> > For a manual installation, you can download the plugin here:
> > http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-checkstyle-plugin-3.0.jar
> >
> >
> > Have fun!
> > -The Maven Checkstyle Plugin development team
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
>
> --
> http://www.multitask.com.au/people/dion/
> "If I close my eyes it doesn't seem so dark." - SpongeBob SquarePants
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

Posted by Dion Gillard <di...@gmail.com>.
Go Luke!

Keep up the hard work.

On 2/7/06, ltheussl@apache.org <lt...@apache.org> wrote:
> We are pleased to announce the Maven Checkstyle Plugin 3.0 release!
>
> http://maven.apache.org/maven-1.x/reference/plugins/checkstyle/
>
>
> ===============================================================================
>
> Changes in this version include:
>
>   New Features:
>
> o Added new summary report as front page.
> o Added properties maven.checkstyle.output.xml and
>   maven.checkstyle.output.txt
> o Ability to check test sources using property maven.checkstyle.check.tests
>   Fixes MPCHECKSTYLE-30.
> o Generate reports filtered by severity
>
>   Fixed bugs:
>
> o Do not assert ASF copyright in checkstyle.rss. Fixes MPCHECKSTYLE-39.
> o Fixed MemberName rule in Turbine checkstyle rules Fixes MPCHECKSTYLE-29.
>
>   Changes:
>
> o Upgraded to checkstyle 4.1.
> o Moved reports under the checkstyle folder and renamed.
> o Added maven.checkstyle.dir and move output files there.
> o The checkstyle plugin use the maven.xdoc.locale.default to generate the
>   report. Fixes MPCHECKSTYLE-39.
> o Support for Java5
>
> ===============================================================================
>
>
> To automatically install the plugin, type the following on a single line:
>
> maven plugin:download
>   -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
>   -DgroupId=maven
>   -DartifactId=maven-checkstyle-plugin
>   -Dversion=3.0
>
> For a manual installation, you can download the plugin here:
> http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-checkstyle-plugin-3.0.jar
>
>
> Have fun!
> -The Maven Checkstyle Plugin development team
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


--
http://www.multitask.com.au/people/dion/
"If I close my eyes it doesn't seem so dark." - SpongeBob SquarePants

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

Posted by Eric Rose <er...@forge.com.au>.
On Tuesday 07 February 2006 06:18, ltheussl@apache.org wrote:
> We are pleased to announce the Maven Checkstyle Plugin 3.0 release!
>
> http://maven.apache.org/maven-1.x/reference/plugins/checkstyle/

Hi,

I'm using Maven 1.0.2 and had been running with no errors using the Checkstyle 
Plugin 2.5, but am getting the following after upgrading to version 3.0:

checkstyle:init:

checkstyle:report:
checkstyle:run:
    [echo] Using file:/usr/local/forge/ForgeLibs/BuildTools/etc/checkstyle.xml 
for checkstyle ...
    [echo] LocaleCountry : en
    [checkstyle] Running Checkstyle 4.1 on 1396 files

checkstyle:report-internal:
    [style] 
Processing /home/ericr/workspace/mapIntelligence/tmp/checkstyle/checkstyle-raw-report.xml 
to /home/ericr/workspace/mapIntelligence/tmp/checkstyle/checkstyle-summary-report.xml
    [style] Loading 
stylesheet /usr/local/mavenPluginRepository/cache/maven-checkstyle-plugin-3.0/plugin-resources/checkstyle-summary.xsl

BUILD FAILED
File...... /usr/local/mavenPluginRepository/cache/maven-checkstyle-plugin-3.0/plugin.jelly
Element... style
Line...... 238
Column.... 59
Provider for javax.xml.transform.TransformerFactory cannot be found
Total time: 36 seconds
Finished at: Tue Feb 07 15:58:56 EST 2006



I presume that I'll have to add 
-Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl 
somewhere, but I'm not sure where best to put it or of there's a better 
solution. Any clues?

Eric

-- 
Eric Rose              | "Sed quis custodiet ipsos custodes?"
eric@integeo.com       |         Juvenal (Satires, VI.347-8)

***********************************************************************
This message contains privileged and confidential information intended
only for the use of the addressee named above.  If you are not the
intended recipient of this message you must not disseminate, copy or
take any action in reliance on it.  If you have received this message
in error please notify the sender immediately.  Any views expressed in
this message are those of the individual sender, except where the
sender specifically states them to be the views of another (including
a Body Corporate).

If you wish to opt out from future messages, send an email to
unsubscribe@integeo.com with the subject UNSUBSCRIBE
************************************************************************