I checked in an updated checkstyle target, but the list of properties is not
complete.  I am going to look at what some other projects have done.  If
anyone has an opinion, now is the time.

-Mark

> -----Original Message-----
> From: Shapira, Yoav [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 03, 2003 6:05 AM
> To: Log4J Developers List
> Subject: RE: checkstyle.properties?
>
>
> Howdy,
>
> >BUT, the 2.4 version of checkstyle has a completely different ant task,
> and
> >does need a properties file. :-)  I converted the old ant task to the
> new
> >one:
>
> Small side note: I prefer to specify the properties inside the Ant file,
> not in a separate file.  I use CheckStyle 2.4 from Ant as well, it lokos
> something like this:
> <checkstyle failOnViolation="false">
>   <property key="checkstyle.wrap.operator" value="ignore" />
>   ...
>   <fileset dir="${srcDir}">
>     <include name="**/*.java" />
>   </fileset>
>
>   <formatter type="xml" toFile="${checkStyleReportFile}" />
> </checkstyle>
>
> Yoav Shapira
> Millennium ChemInformatics
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to