Skip to content

Commit 640a498

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@333010 13f79535-47bb-0310-9956-ffa450edef68
1 parent 775025a commit 640a498

1 file changed

Lines changed: 47 additions & 39 deletions

File tree

xdocs/building.xml

Lines changed: 47 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -19,43 +19,51 @@ limitations under the License.
1919
<title>Building</title>
2020
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
2121
</properties>
22-
23-
<body>
24-
25-
<section name="Overview">
26-
<p>
27-
Jakarta Commons IO uses <a href="http://maven.apache.org">Maven</a> as
28-
build system. Please install Maven prior to attempting a build of IO.
29-
</p>
30-
<p>
31-
You may also be interested in the
32-
<a href="upgradeto1_1.html">upgrade notes</a>.
33-
</p>
34-
</section>
35-
36-
<section name="Maven Goals">
37-
38-
<subsection name="Building a JAR file">
39-
<p>
40-
Change into IO's root directory and run "maven jar" to build the JAR
41-
file. After a successful build you will find it in the "target"
42-
subdirectory.
43-
</p>
44-
</subsection>
45-
46-
<subsection name="Other Goals">
47-
<p>
48-
To build the Javadocs, run "maven javadoc". The result will be in
49-
"target/docs/apidocs".
50-
</p>
51-
<p>
52-
To build the full website, run "maven site". The result will be in
53-
"target/docs".
54-
</p>
55-
</subsection>
56-
57-
</section>
58-
59-
</body>
60-
22+
<body>
23+
<!-- ================================================== -->
24+
<section name="Overview">
25+
<p>
26+
Commons IO uses <a href="http://maven.apache.org">Maven</a> or
27+
<a href="http://ant.apache.org">Ant</a> as a build system.
28+
</p>
29+
<p>
30+
You may also be interested in the <a href="upgradeto1_1.html">upgrade notes</a>.
31+
</p>
32+
</section>
33+
<!-- ================================================== -->
34+
<section name="Maven Goals">
35+
<subsection name="Building a JAR file">
36+
<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.
39+
</p>
40+
</subsection>
41+
<subsection name="Other Goals">
42+
<p>
43+
To build the Javadocs, run "maven javadoc".
44+
The result will be in "target/docs/apidocs".
45+
</p>
46+
<p>
47+
To build the full website, run "maven site".
48+
The result will be in "target/docs".
49+
</p>
50+
</subsection>
51+
</section>
52+
<!-- ================================================== -->
53+
<section name="Ant Goals">
54+
<subsection name="Building a JAR file">
55+
<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.
58+
</p>
59+
</subsection>
60+
<subsection name="Javadoc">
61+
<p>
62+
To build the Javadocs, run "maven javadoc".
63+
The result will be in "build/dist-build".
64+
</p>
65+
</subsection>
66+
</section>
67+
<!-- ================================================== -->
68+
</body>
6169
</document>

0 commit comments

Comments
 (0)