Author: simonetripodi Date: Fri Jun 3 07:54:04 2011 New Revision: 1130930 URL: http://svn.apache.org/viewvc?rev=1130930&view=rev Log: fixed execution commands
Modified: commons/sandbox/digester3/trunk/src/examples/xmlrules/addressbook/readme.txt Modified: commons/sandbox/digester3/trunk/src/examples/xmlrules/addressbook/readme.txt URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/xmlrules/addressbook/readme.txt?rev=1130930&r1=1130929&r2=1130930&view=diff ============================================================================== --- commons/sandbox/digester3/trunk/src/examples/xmlrules/addressbook/readme.txt (original) +++ commons/sandbox/digester3/trunk/src/examples/xmlrules/addressbook/readme.txt Fri Jun 3 07:54:04 2011 @@ -38,16 +38,14 @@ 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.