Adapt the building instructions to the new process that uses Maven 2, and Ant just for testing.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@581077 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -23,21 +23,35 @@ limitations under the License.
|
|||||||
<body>
|
<body>
|
||||||
<!-- ================================================== -->
|
<!-- ================================================== -->
|
||||||
<section name="Overview">
|
<section name="Overview">
|
||||||
<p>
|
<p>
|
||||||
Commons Logging uses <a href="http://maven.apache.org">Maven 2.0.x</a> as its
|
Commons Logging uses <a href="http://maven.apache.org">Maven 2.0.x</a> as its
|
||||||
primary build system. <a href="http://ant.apache.org">Ant</a> can also be used.
|
primary build system. <a href="http://ant.apache.org">Ant</a> can also be used.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<!-- ================================================== -->
|
<!-- ================================================== -->
|
||||||
<section name="Maven Goals">
|
<section name="Maven">
|
||||||
<p>
|
<p>
|
||||||
To build the full website, run "mvn site".
|
To build the full website, run
|
||||||
The result will be in "target/site".
|
</p>
|
||||||
|
<source>mvn site</source>
|
||||||
|
<p>
|
||||||
|
The result will be in the <code>target/site</code> folder.
|
||||||
You must be online and using JDK 1.4 or higher to successfully complete this target.
|
You must be online and using JDK 1.4 or higher to successfully complete this target.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
To build the jar files, run "mvn package".
|
To build the jar files, run
|
||||||
The result will be in the "target" folder.
|
</p>
|
||||||
|
<source>mvn package</source>
|
||||||
|
<p>
|
||||||
|
The resulting 4 jar files will be in the <code>target</code> folder.
|
||||||
|
You must use JDK 1.4 or higher to successfully complete this target.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
To create a full distribution, run
|
||||||
|
</p>
|
||||||
|
<source>mvn clean site assembly:assembly</source>
|
||||||
|
<p>
|
||||||
|
The resulting .zip and .tar.gz files will be in the <code>target</code> folder.
|
||||||
You must use JDK 1.4 or higher to successfully complete this target.
|
You must use JDK 1.4 or higher to successfully complete this target.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@@ -46,12 +60,13 @@ limitations under the License.
|
|||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<!-- ================================================== -->
|
<!-- ================================================== -->
|
||||||
<section name="Ant Goals">
|
<section name="Ant">
|
||||||
<p>
|
<p>
|
||||||
The complete release distribution is created by the <code>dist</code> target.
|
We still use Ant to test the artifacts built my Maven.
|
||||||
Note that both a 1.2 JRE and a 1.4 JRE are needed to create the release
|
Please follow the instructions in the file <code>build-testing.xml</code>.
|
||||||
distribution as well as all optional dependencies.
|
</p>
|
||||||
See <code>build.properties.sample</code> for more details.
|
<p>
|
||||||
|
<b>Note:</b> A 1.2 JDK is needed to run the tests.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<!-- ================================================== -->
|
<!-- ================================================== -->
|
||||||
|
|||||||
Reference in New Issue
Block a user