svn commit: r14619 - trunk/src/argouml-build/build.xml

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2008-05-04 21:56:15-0700
New Revision: 14619

Modified:
   trunk/src/argouml-build/build.xml

Log:
Configure checkstyle properties directly since we only need two

Modified: trunk/src/argouml-build/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-build/build.xml?view=diff&rev=14619&p1=trunk/src/argouml-build/build.xml&p2=trunk/src/argouml-build/build.xml&r1=14618&r2=14619
==============================================================================
--- trunk/src/argouml-build/build.xml	(original)
+++ trunk/src/argouml-build/build.xml	2008-05-04 21:56:15-0700
@@ -627,13 +627,15 @@
     <taskdef resource="checkstyletask.properties"
                classpath="${argo.tools.dir}/checkstyle-4.3/checkstyle-all-4.3.jar"/>
         
-    <checkstyle config="${argo.tools.dir}/checkstyle/checkstyle_argouml.xml" 
-      properties="${argo.tools.dir}/checkstyle/checkstyle-ant.properties"> 
-      <fileset dir="${argo.root.dir}" 
+    <checkstyle config="${argo.tools.dir}/checkstyle/checkstyle_argouml.xml" >
+    	<fileset dir="${argo.root.dir}" 
       	includes="argouml-app/src/**/*.java argouml-core-*/src/**/*.java"
         excludes="**/JavaRecognizer.java **/JavaLexer.java **/JavaTokenTypes.java"/>
       <formatter type="plain"/>
       <formatter type="xml" toFile="${argo.build.dir}/checkstyle_errors.xml"/>
+      <property key="checkstyle.header.file" file="${argo.tools.dir}/checkstyle/java.header"/>
+      <property key="basedir" value="${argo.root.dir}"/>
+
     </checkstyle>
       
   </target>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.