Author: kkolinko
Date: Sun Jul  1 20:27:03 2012
New Revision: 1356006

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

Modified:
    tomcat/trunk/BUILDING.txt

Modified: tomcat/trunk/BUILDING.txt
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=1356006&r1=1356005&r2=1356006&view=diff
==============================================================================
--- tomcat/trunk/BUILDING.txt (original)
+++ tomcat/trunk/BUILDING.txt Sun Jul  1 20:27:03 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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to