Skip to content

Commit 40fdcb6

Browse files
author
Stephen Colebourne
committed
Update building notes to include ant
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@333012 13f79535-47bb-0310-9956-ffa450edef68
1 parent 640a498 commit 40fdcb6

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

xdocs/building.xml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,10 @@ limitations under the License.
3232
</section>
3333
<!-- ================================================== -->
3434
<section name="Maven Goals">
35-
<subsection name="Building a JAR file">
3635
<p>
37-
Change into IO's root directory and run "maven jar" to build the JAR file.
38-
After a successful build you will find it in the "target" subdirectory.
36+
To build a jar file, change into IO's root directory and run "maven jar".
37+
The result will be in the "target" subdirectory.
3938
</p>
40-
</subsection>
41-
<subsection name="Other Goals">
4239
<p>
4340
To build the Javadocs, run "maven javadoc".
4441
The result will be in "target/docs/apidocs".
@@ -47,22 +44,17 @@ limitations under the License.
4744
To build the full website, run "maven site".
4845
The result will be in "target/docs".
4946
</p>
50-
</subsection>
5147
</section>
5248
<!-- ================================================== -->
5349
<section name="Ant Goals">
54-
<subsection name="Building a JAR file">
5550
<p>
56-
Change into IO's root directory and run "ant jar" to build the JAR file.
57-
After a successful build you will find it in the "build" subdirectory.
51+
To build a jar file, change into IO's root directory and run "ant jar".
52+
The result will be in the "build" subdirectory.
5853
</p>
59-
</subsection>
60-
<subsection name="Javadoc">
6154
<p>
62-
To build the Javadocs, run "maven javadoc".
55+
To build the Javadocs, run "ant javadoc".
6356
The result will be in "build/dist-build".
6457
</p>
65-
</subsection>
6658
</section>
6759
<!-- ================================================== -->
6860
</body>

0 commit comments

Comments
 (0)