Check the checkstyle/maven properties. You can also exclude some classes to reduce the number of checkstyle errors. Then as you fix them, remove the excludes.
-Peter ----- Original Message ----- From: "Warner Onstine" <[EMAIL PROTECTED]> To: "Turbine Maven Users List" <[EMAIL PROTECTED]> Sent: Saturday, August 03, 2002 10:31 PM Subject: Re: checkstyle and ANT_OPTS > outOfMemoryException, hence the ANT_OPTS -Xmx256m > > I'll try and reduce the error count by using the maven-only props and just > hold onto the checkstyle.properties once b5 is released. > > -warner > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: "Turbine Maven Users List" <[EMAIL PROTECTED]> > Sent: Saturday, August 03, 2002 10:27 PM > Subject: Re: checkstyle and ANT_OPTS > > > > b4 doesn't use the checkstyle.properties files, it uses all of it's own > > maven.checkstyle.... :) b5 does use a checkstyle properties file and will > > be/is much easier to upgrade as checkstyle releases come out. > > > > What's your exception? > > -- > > dIon Gillard, Multitask Consulting > > Work: http://www.multitask.com.au > > Developers: http://adslgateway.multitask.com.au/developers > > > > > > "Warner Onstine" <[EMAIL PROTECTED]> wrote on 08/04/2002 01:05:40 > > PM: > > > > > Hi all, > > > I am working on an existing project that is churning out a huge > > checkstyle > > > report, which maven:site is choking on. I am using b4 for my build > > > environment and have a few questions that I can't seem to find answered. > > > 1) We created a checkstyle.properties file - can I use the checkstyle > > > property names or do I need to use the maven checkstyle property names > > > 2) How do I tell if I set ANT_OPTS properly? I tried verbose mode but I > > > couldn't see anything relating to my vm memory size > > > > > > I am running OS X, so I set up the following line in my .tcshrc file > > > setenv ANT_OPTS -Xmx128m > > > (then to 256m when that didn't help) > > > > > > Is this right? Thank you for the help, I am desparately trying to > > generate a > > > site so the rest of the developers can see how cool Maven is ;-). > > > > > > -warner > > > > > > +warner onstine+ > > > > > > > > > -- > > > To unsubscribe, e-mail: < > > > mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: < > > > mailto:[EMAIL PROTECTED]> > > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
