CleanCode v1.2.07 AntDoc

Press that icon in order to update AntDoc GUI

sourceforgeBuild
Target java.checkstyle

java.checkstyle

  |
  +--checkCheckstyleBuild

This works, but complains about missing log4j.properties. See: http://sourceforge.net/mailarchive/message.php?msg_id=5368098

Detail:
<target
	depends="checkCheckstyleBuild"
	name="java.checkstyle"
	unless="checkstyleBuild.notRequired"
>
	<-- This config file generates *lots* of warnings!
			config="${java}/checkstyle.xml" -->
	<-- so use the same one eclipse uses -->

	<checkstyle config="${java}/checkstyle/checkstyle-eclipse-pruned.xml">
		<fileset
			dir="${javasrc}"
			includes="**/*.java"
		/>

		<formatter
			toFile="${java}/checkstyle_errors.xml"
			type="xml"
		/>
	</checkstyle>
</target>


Edouard Mercier 2003.10.01 21:48:07 - AntDoc V0.8g - XSL Transformer Factory: org.apache.xalan.processor.TransformerFactoryImpl