|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Odd error in checkstyle 5.0 ant taskHi, I am running new checkstyle version 5.0 ant task with ant 1.6.5 and java 1.5.0_06.
[checkstyle] To process the files took 189597 ms.
Then I get a build failed: BUILD FAILED
Anyone who has an idea what it is? I ran this using -debug for ant. Br, //mikael Mikael Petterson ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Checkstyle-user mailing list Checkstyle-user@... https://lists.sourceforge.net/lists/listinfo/checkstyle-user |
|
|
Re: Odd error in checkstyle 5.0 ant taskHi Mikael,
in the default configuration the checkstyle task breaks the build if any checkstyle errors are found. You can configure this behaviour by setting the maxErrors parameter on the ant task, see http://checkstyle.sourceforge.net/anttask.html#Parameters for details. Hope this helps, Lars On Thu, Sep 17, 2009 at 2:04 PM, Mikael Petterson <mikael.petterson@...> wrote:
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Checkstyle-user mailing list Checkstyle-user@... https://lists.sourceforge.net/lists/listinfo/checkstyle-user |
| Free embeddable forum powered by Nabble | Forum Help |