You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by br...@apache.org on 2013/05/29 10:04:50 UTC

svn commit: r1487390 - /ace/site/trunk/content/dev-doc/getting-started.mdtext

Author: bramk
Date: Wed May 29 08:04:49 2013
New Revision: 1487390

URL: http://svn.apache.org/r1487390
Log:
The cnf build presently requires a explicit target

Modified:
    ace/site/trunk/content/dev-doc/getting-started.mdtext

Modified: ace/site/trunk/content/dev-doc/getting-started.mdtext
URL: http://svn.apache.org/viewvc/ace/site/trunk/content/dev-doc/getting-started.mdtext?rev=1487390&r1=1487389&r2=1487390&view=diff
==============================================================================
--- ace/site/trunk/content/dev-doc/getting-started.mdtext (original)
+++ ace/site/trunk/content/dev-doc/getting-started.mdtext Wed May 29 08:04:49 2013
@@ -172,5 +172,5 @@ If you want to add a library that does n
 
         :::sh
         $ cd cnf
-        $ ant
+        $ ant build
         $ java -cp bin org.apache.ace.bnd.LibraryIndexer
\ No newline at end of file