From 12211674468d484011fa44c2c4edc2406fd0484b Mon Sep 17 00:00:00 2001 From: Robert Burrell Donkin Date: Tue, 14 Mar 2006 22:02:08 +0000 Subject: [PATCH] Added a page on building. Copied from IO. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@385906 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/building.xml | 53 ++++++++++++++++++++++++++++++++++++++++++++ xdocs/navigation.xml | 2 ++ 2 files changed, 55 insertions(+) create mode 100644 xdocs/building.xml diff --git a/xdocs/building.xml b/xdocs/building.xml new file mode 100644 index 0000000..fac64fb --- /dev/null +++ b/xdocs/building.xml @@ -0,0 +1,53 @@ + + + + + Building + Commons Documentation Team + + + +
+

+ Commons Logging uses Ant as a build system + and Maven for documentation only. +

+
+ +
+

+ To build the full website, run "maven site". + The result will be in "target/docs". + You must be online and using JDK 1.4 or higher to successfully complete this target. +

+

+ Further details can be found in the + commons build instructions. +

+
+ +
+

+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. +

+
+ + +
diff --git a/xdocs/navigation.xml b/xdocs/navigation.xml index 5b78e27..3b7b24d 100755 --- a/xdocs/navigation.xml +++ b/xdocs/navigation.xml @@ -46,6 +46,8 @@ href='/apidocs/index.html'/> +