Author: simonetripodi
Date: Thu Jun 2 19:00:45 2011
New Revision: 1130736
URL: http://svn.apache.org/viewvc?rev=1130736&view=rev
Log:
updated commands to run document markup sample
Modified:
commons/sandbox/digester3/trunk/src/examples/api/document-markup/readme.txt
Modified:
commons/sandbox/digester3/trunk/src/examples/api/document-markup/readme.txt
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/api/document-markup/readme.txt?rev=1130736&r1=1130735&r2=1130736&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/examples/api/document-markup/readme.txt
(original)
+++ commons/sandbox/digester3/trunk/src/examples/api/document-markup/readme.txt
Thu Jun 2 19:00:45 2011
@@ -33,19 +33,17 @@ Topics covered:
== 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:
- ant run
+ mvn verify
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.
== Notes