From e6272f7e4ff537dd456746eb5c485372d29e0bf4 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig Test
-
-Look in jakarta-ant/src/testcases and you will find JUnit tests for the
+Look in ant/src/testcases and you will find JUnit tests for the
shipping ant tasks, to see how it is done and what is expected of a new
task. Most of them are rudimentary, and no doubt you could do better for
your task -feel free to do so!
diff --git a/docs/cvs.html b/docs/cvs.html
index 6d2195744..a391bcd99 100644
--- a/docs/cvs.html
+++ b/docs/cvs.html
@@ -211,18 +211,10 @@ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]
If you are not familiar with CVS, Jakarta's
diff --git a/docs/faq.html b/docs/faq.html
index 05457c6d6..9b3d2b76a 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -451,10 +451,7 @@
The page you are looking it is generated from
-
- this
document. If you want to add a new question, please submit
a patch against this document to one of Ant's mailing lists;
hopefully, the structure is self-explanatory. The Velocity stylesheets used to process the XML files can
be found in the This file assumes that you have the
The preferred format for this information is a patch to this
+ The preferred format for this information is a patch to this
document.xdocs/stylesheets
subdirectory of
Ant's CVS repository - the build file
-
- docs.xml
at the top level of the jakarta-ant CVS
+ docs.xml
at the top level of the ant CVS
module is used to drive Anakia.jakarta-site2
CVS module checked out as well, but
@@ -689,7 +685,7 @@
@@ -1361,7 +1357,7 @@ while(<STDIN>) {
ant -logger org.apache.tools.ant.listener.MailLogger-
See the Listeners
+ See the Listeners
& Loggers documentation for details on the properties
required. For older versions of Ant, you can use a custom
diff --git a/xdocs/cvs.xml b/xdocs/cvs.xml
index ee4c9ec41..301931321 100644
--- a/xdocs/cvs.xml
+++ b/xdocs/cvs.xml
@@ -24,21 +24,12 @@ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]
If you are not familiar with CVS, How can I contribute to this FAQ?
The page you are looking it is generated from
-
- this
document. If you want to add a new question, please submit
a patch against this document to one of Ant's mailing lists;
hopefully, the structure is self-explanatory. The Velocity stylesheets used to process the XML files can
be found in the This file assumes that you have the
@@ -213,14 +209,9 @@
tool/task
-
- The preferred format for this information is a patch to this
- document. See the Listeners
- & Loggers documentation for details on the properties
- required. For older versions of Ant, you can use a custom
BuildListener that sends out an email
-
-
xdocs/stylesheets
subdirectory of
Ant's CVS repository - the build file
-
- docs.xml
at the top level of the jakarta-ant CVS
+ docs.xml
at the top level of the ant CVS
module is used to drive Anakia.