diff --git a/proposal/ant-site/anakia/docs/legal.html b/proposal/ant-site/anakia/docs/legal.html
index 6ff54b479..377cb604f 100644
--- a/proposal/ant-site/anakia/docs/legal.html
+++ b/proposal/ant-site/anakia/docs/legal.html
@@ -5,7 +5,7 @@
- Apache Ant - Legal Stuff They Make Us Say
+ Apache Ant - Legal
@@ -89,10 +89,10 @@
/*
+ * ============================================================================
+ * The Apache Software License, Version 1.1
+ * ============================================================================
+ *
+ * Copyright (C) 2000-2002 The Apache Software Foundation. All
+ * rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without modifica-
+ * tion, are permitted provided that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice,
+ * this list of conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
+ * this list of conditions and the following disclaimer in the documentation
+ * and/or other materials provided with the distribution.
+ *
+ * 3. The end-user documentation included with the redistribution, if any, must
+ * include the following acknowledgment: "This product includes software
+ * developed by the Apache Software Foundation (http://www.apache.org/)."
+ * Alternately, this acknowledgment may appear in the software itself, if
+ * and wherever such third-party acknowledgments normally appear.
+ *
+ * 4. The names "Ant" and "Apache Software Foundation" must not be used to
+ * endorse or promote products derived from this software without prior
+ * written permission. For written permission, please contact
+ * apache@apache.org.
+ *
+ * 5. Products derived from this software may not be called "Apache", nor may
+ * "Apache" appear in their name, without prior written permission of the
+ * Apache Software Foundation.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ * APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+ * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
+ * DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+ * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * This software consists of voluntary contributions made by many individuals
+ * on behalf of the Apache Software Foundation. For more information on the
+ * Apache Software Foundation, please see <http://www.apache.org/>.
+ *
+ */
+
The following sections list articles and presentations written about Apache Ant. If
you've written something that should be included, please post it to one
of the mailing lists.
This article demonstrates an approach to the automated build and test process. Working with Ant 1.3 and the JUnit test framework, it shows how to automate a process that captures pertinent information about each test suite run, generates an attractive report, and e-mails the report.
This article explores the benefits of unit testing with Ant and
JUnit, detailing how to develop automated unit tests and integrate them
into your build process.
A PowerPoint technical overview presentation on Ant. Comes complete with a straightforward example demonstrating code compilation, JAR'ing, JUnit testing, JUnit reporting, and Zipping a distribution. A few advanced topics are touched upon like property immutabality and using <antcall> to get around it, build listeners, and writing custom tasks.
A detailed Ant 1.3 PowerPoint presentation, made at the St. Louis Java Users Group
meeting in March 2001. Includes a detailed build file and basic
descriptions of all the built in and optional tasks. Updated for Ant 1.4 in October 2001.
Available in PDF format now.
Legal
diff --git a/proposal/ant-site/anakia/xdocs/antnews.xml b/proposal/ant-site/anakia/xdocs/antnews.xml
index d9dbdace6..f89fddeaf 100644
--- a/proposal/ant-site/anakia/xdocs/antnews.xml
+++ b/proposal/ant-site/anakia/xdocs/antnews.xml
@@ -5,7 +5,7 @@
Conor MacNeillStefan BodewigMagesh Umasankar
- Ant News
+ News
diff --git a/proposal/ant-site/anakia/xdocs/cvs.xml b/proposal/ant-site/anakia/xdocs/cvs.xml
index 94d9d73f8..0f7d6fc54 100644
--- a/proposal/ant-site/anakia/xdocs/cvs.xml
+++ b/proposal/ant-site/anakia/xdocs/cvs.xml
@@ -2,7 +2,7 @@
- CVS Repository
+ CVS Repositories
diff --git a/proposal/ant-site/anakia/docs/images/ant_logo_large.gif b/proposal/ant-site/anakia/xdocs/images/ant_logo_large.gif
similarity index 100%
rename from proposal/ant-site/anakia/docs/images/ant_logo_large.gif
rename to proposal/ant-site/anakia/xdocs/images/ant_logo_large.gif
diff --git a/proposal/ant-site/anakia/xdocs/index.xml b/proposal/ant-site/anakia/xdocs/index.xml
index 9d48dd1e8..f75ed9b59 100644
--- a/proposal/ant-site/anakia/xdocs/index.xml
+++ b/proposal/ant-site/anakia/xdocs/index.xml
@@ -4,7 +4,7 @@
Conor MacNeillStefan Bodewig
- Ant
+ Welcome
diff --git a/proposal/ant-site/anakia/xdocs/legal.xml b/proposal/ant-site/anakia/xdocs/legal.xml
index 8f0869c9b..44b8d19bc 100644
--- a/proposal/ant-site/anakia/xdocs/legal.xml
+++ b/proposal/ant-site/anakia/xdocs/legal.xml
@@ -3,7 +3,7 @@
Jon S. Stevens
- Legal Stuff They Make Us Say
+ Legal
diff --git a/proposal/ant-site/anakia/xdocs/license.xml b/proposal/ant-site/anakia/xdocs/license.xml
new file mode 100644
index 000000000..4b2e9e182
--- /dev/null
+++ b/proposal/ant-site/anakia/xdocs/license.xml
@@ -0,0 +1,65 @@
+
+
+
+
+ License
+
+
+
+
+
+
+ /*
+ * ============================================================================
+ * The Apache Software License, Version 1.1
+ * ============================================================================
+ *
+ * Copyright (C) 2000-2002 The Apache Software Foundation. All
+ * rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without modifica-
+ * tion, are permitted provided that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice,
+ * this list of conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
+ * this list of conditions and the following disclaimer in the documentation
+ * and/or other materials provided with the distribution.
+ *
+ * 3. The end-user documentation included with the redistribution, if any, must
+ * include the following acknowledgment: "This product includes software
+ * developed by the Apache Software Foundation (http://www.apache.org/)."
+ * Alternately, this acknowledgment may appear in the software itself, if
+ * and wherever such third-party acknowledgments normally appear.
+ *
+ * 4. The names "Ant" and "Apache Software Foundation" must not be used to
+ * endorse or promote products derived from this software without prior
+ * written permission. For written permission, please contact
+ * apache@apache.org.
+ *
+ * 5. Products derived from this software may not be called "Apache", nor may
+ * "Apache" appear in their name, without prior written permission of the
+ * Apache Software Foundation.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ * APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+ * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
+ * DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+ * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * This software consists of voluntary contributions made by many individuals
+ * on behalf of the Apache Software Foundation. For more information on the
+ * Apache Software Foundation, please see <http://www.apache.org/>.
+ *
+ */
+
+