You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/06/02 21:42:44 UTC

svn commit: r1130767 - /commons/sandbox/digester3/trunk/src/examples/plugins/pipeline/readme.txt

Author: simonetripodi
Date: Thu Jun  2 19:42:44 2011
New Revision: 1130767

URL: http://svn.apache.org/viewvc?rev=1130767&view=rev
Log:
updated commands to run pipeline sample

Modified:
    commons/sandbox/digester3/trunk/src/examples/plugins/pipeline/readme.txt

Modified: commons/sandbox/digester3/trunk/src/examples/plugins/pipeline/readme.txt
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/plugins/pipeline/readme.txt?rev=1130767&r1=1130766&r2=1130767&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/examples/plugins/pipeline/readme.txt (original)
+++ commons/sandbox/digester3/trunk/src/examples/plugins/pipeline/readme.txt Thu Jun  2 19:42:44 2011
@@ -29,19 +29,16 @@ This example demonstrates more advanced 
 
 == compiling and running
 
-
-First rename the build.properties.sample file in the parent directory
-to build.properties and edit it to suit your environment. Then in this
-directory:
-
 * to compile:
-  ant compile
+  mvn compile
+
+* to build the jar artifact
+  mvn package
 
 * to run the examples:
-  ant run-uppercase
-  ant run-substitute
-  ant run-compound
+  mvn verify -P run-uppercase
+  mvn verify -P run-substitute
+  mvn verify -P run-compound
 
 Alternatively, you can set up your CLASSPATH appropriately, and
-run the example directly. See the build.properties and build.xml
-files for details.
+run the example directly.