You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2012/07/01 22:45:14 UTC

svn commit: r1356016 - in /tomcat/tc7.0.x/trunk: ./ BUILDING.txt

Author: kkolinko
Date: Sun Jul  1 20:45:13 2012
New Revision: 1356016

URL: http://svn.apache.org/viewvc?rev=1356016&view=rev
Log:
Merged revision 1356006 from tomcat/trunk:
Provide more specific command example for running the "validate" target

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/BUILDING.txt

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1356006

Modified: tomcat/tc7.0.x/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/BUILDING.txt?rev=1356016&r1=1356015&r2=1356016&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/BUILDING.txt (original)
+++ tomcat/tc7.0.x/trunk/BUILDING.txt Sun Jul  1 20:45:13 2012
@@ -325,16 +325,17 @@ To enable Checkstyle, add the following 
 Once Checkstyle is enabled, the check will be performed automatically
 during the build. The check is run before compilation of the source code.
 
-It is possible to run the check separately. The command is:
-
-    cd ${tomcat.source}
-    ant validate
-
 To speed-up repeated runs of this check, a cache is configured. The cache
 is located in the following directory:
 
     output/res/checkstyle
 
+It is possible to run the check separately by invoking the "validate"
+target. The command is:
+
+    cd ${tomcat.source}
+    ant -Dexecute.validate=true validate
+
 
 (8.2) End-of-line conventions check
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org