You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2005/11/13 16:00:37 UTC

svn commit: r333012 - /jakarta/commons/proper/io/trunk/xdocs/building.xml

Author: scolebourne
Date: Sun Nov 13 07:00:34 2005
New Revision: 333012

URL: http://svn.apache.org/viewcvs?rev=333012&view=rev
Log:
Update building notes to include ant

Modified:
    jakarta/commons/proper/io/trunk/xdocs/building.xml

Modified: jakarta/commons/proper/io/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/xdocs/building.xml?rev=333012&r1=333011&r2=333012&view=diff
==============================================================================
--- jakarta/commons/proper/io/trunk/xdocs/building.xml (original)
+++ jakarta/commons/proper/io/trunk/xdocs/building.xml Sun Nov 13 07:00:34 2005
@@ -32,13 +32,10 @@
 </section>
 <!-- ================================================== -->
 <section name="Maven Goals">
-<subsection name="Building a JAR file">
   <p>
-    Change into IO's root directory and run "maven jar" to build the JAR file.
-    After a successful build you will find it in the "target" subdirectory.
+    To build a jar file, change into IO's root directory and run "maven jar".
+    The result will be in the "target" subdirectory.
   </p>
-</subsection>
-<subsection name="Other Goals">
   <p>
     To build the Javadocs, run "maven javadoc".
     The result will be in "target/docs/apidocs".
@@ -47,22 +44,17 @@
     To build the full website, run "maven site".
     The result will be in "target/docs".
   </p>
-</subsection>
 </section>
 <!-- ================================================== -->
 <section name="Ant Goals">
-<subsection name="Building a JAR file">
   <p>
-    Change into IO's root directory and run "ant jar" to build the JAR file.
-    After a successful build you will find it in the "build" subdirectory.
+    To build a jar file, change into IO's root directory and run "ant jar".
+    The result will be in the "build" subdirectory.
   </p>
-</subsection>
-<subsection name="Javadoc">
   <p>
-    To build the Javadocs, run "maven javadoc".
+    To build the Javadocs, run "ant javadoc".
     The result will be in "build/dist-build".
   </p>
-</subsection>
 </section>
 <!-- ================================================== -->
 </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org