diff --git a/xdocs/building.xml b/xdocs/building.xml index de8a50a..7484ecd 100644 --- a/xdocs/building.xml +++ b/xdocs/building.xml @@ -23,21 +23,35 @@ limitations under the License.
-

- Commons Logging uses Maven 2.0.x as its - primary build system. Ant can also be used. -

+

+ Commons Logging uses Maven 2.0.x as its + primary build system. Ant can also be used. +

-
+

- To build the full website, run "mvn site". - The result will be in "target/site". + To build the full website, run +

+ mvn site +

+ The result will be in the target/site folder. You must be online and using JDK 1.4 or higher to successfully complete this target.

- To build the jar files, run "mvn package". - The result will be in the "target" folder. + To build the jar files, run +

+ mvn package +

+ The resulting 4 jar files will be in the target folder. + You must use JDK 1.4 or higher to successfully complete this target. +

+

+ To create a full distribution, run +

+ mvn clean site assembly:assembly +

+ The resulting .zip and .tar.gz files will be in the target folder. You must use JDK 1.4 or higher to successfully complete this target.

@@ -46,12 +60,13 @@ limitations under the License.

-
+

-The complete release distribution is created by the dist target. -Note that both a 1.2 JRE and a 1.4 JRE are needed to create the release -distribution as well as all optional dependencies. -See build.properties.sample for more details. + We still use Ant to test the artifacts built my Maven. + Please follow the instructions in the file build-testing.xml. +

+

+ Note: A 1.2 JDK is needed to run the tests.