You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by ro...@apache.org on 2006/07/11 16:58:59 UTC

svn commit: r420882 - /incubator/abdera/java/trunk/BUILDING

Author: rooneg
Date: Tue Jul 11 07:58:58 2006
New Revision: 420882

URL: http://svn.apache.org/viewvc?rev=420882&view=rev
Log:
* BUILDING: Don't tell people they need to run the download target, it's
  done automatically now, and add notes about the build and test targets,
  so people don't spend all their time waiting for everything in dist to
  run.

Modified:
    incubator/abdera/java/trunk/BUILDING

Modified: incubator/abdera/java/trunk/BUILDING
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/BUILDING?rev=420882&r1=420881&r2=420882&view=diff
==============================================================================
--- incubator/abdera/java/trunk/BUILDING (original)
+++ incubator/abdera/java/trunk/BUILDING Tue Jul 11 07:58:58 2006
@@ -6,8 +6,11 @@
   
 To build with ant (http://ant.apache.org/):
 
-  # download the project dependencies. This is mandatory before you build!
-  ant -f build/build.xml download 
+  # run a basic build
+  ant -f build/build.xml
+
+  # run test tests
+  ant -f build/build.xml test
 
   # perform a complete build, jars and javadocs will be copied to 'dist' folder
   ant -f build/build.xml dist