antlets/checkstyle/src xbuild.xml,1.2,1.3
[email protected] Tue, 02 Mar 2004 13:17:10 -0800
| Newsgroups | gmane.comp.krysalis.metamorphosis.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/metamorphosis/antlets/checkstyle/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2412/checkstyle/src
Modified Files:
xbuild.xml
Log Message:
standardising antlets
Index: xbuild.xml
===================================================================
RCS file: /cvsroot/metamorphosis/antlets/checkstyle/src/xbuild.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** xbuild.xml 26 Feb 2004 17:05:28 -0000 1.2
--- xbuild.xml 2 Mar 2004 21:16:38 -0000 1.3
***************
*** 6,9 ****
--- 6,10 ----
appropriate javadocs.
</description>
+ <import file="usage.xml"/>
<dirname property="checkstyle.antlet.dir" file="${ant.file.checkstyle.antlet}"/>
***************
*** 117,154 ****
</style>
</target>
-
- <target name="checkstyle-screen-output"
- depends="-checkstyle.init"
- description="Checkes the style of the sourcecode and outputs results
- to the screen for integratiion into a development environment">
-
- <!-- if the property file is set in properties.xml prepend the
- basedir to it otherwise use the cents default properties file -->
- <condition property="checkstyle.properties"
- value="${basedir}/${centipede.tools.antlets.checkstyle.properties}">
- <isset
- property="centipede.tools.antlets.checkstyle.properties"/>
- </condition>
-
- <!-- The path to the the checkstyle properties file-->
- <property name="checkstyle.properties"
- value="${checkstyle.antlet.dir}/conf/checkstyle.properties"/>
-
- <!-- Halt if an error is found during validation -->
- <property name="centipede.tools.antlets.checkstyle.failOnViolation"
- value="false"/>
-
- <checkstyle properties="${checkstyle.properties}"
- failOnViolation="${centipede.tools.antlets.checkstyle.failOnViolation}">
- <property key="checkstyle.cache.file" value="${checkstyle.antlet.build.dir}/checkstyle.cache"/>
-
- <fileset dir="${project.src.dir}">
- <include name="**/*.java"/>
- </fileset>
-
- </checkstyle>
-
-
- </target>
-
</project>
--- 118,120 ----
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click