bodewig 2003/02/10 05:59:39
Modified: docs/manual Tag: ANT_15_BRANCH feedback.html install.html
platform.html
docs/manual/CoreTasks Tag: ANT_15_BRANCH changelog.html
cvs.html cvstagdiff.html
docs/manual/CoreTypes Tag: ANT_15_BRANCH selectors.html
docs/manual/Integration Tag: ANT_15_BRANCH Antidote.html
VAJAntTool.html
docs/manual/api Tag: ANT_15_BRANCH packages.html
Log:
jakarta-ant module has gone away
Revision Changes Path
No revision
No revision
1.6.2.3 +2 -2 ant/docs/manual/feedback.html
Index: feedback.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/feedback.html,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -r1.6.2.2 -r1.6.2.3
--- feedback.html 24 Jan 2003 10:04:07 -0000 1.6.2.2
+++ feedback.html 10 Feb 2003 13:59:37 -0000 1.6.2.3
@@ -46,8 +46,8 @@
<a href="http://ant.apache.org/mail.html" target="_top">Ant Development
Mailing List</a>
</p>
<p>Archives of both lists can be found at <a
-href="http://archive.covalent.net/"
target="_top">http://archive.covalent.net/</a>. Many
-thanks to Covalent Technologies. A searchable archive can be found at <a
+href="http://archives.apache.org/eyebrowse/ViewLists"
target="_top">http://archives.apache.org/eyebrowse/ViewLists</a>.
+A searchable archive can be found at <a
href="http://marc.theaimsgroup.com"
target="_top">http://marc.theaimsgroup.com</a>. If
you know of any additional archive sites, please report them to the
lists.</p>
1.29.2.17 +7 -3 ant/docs/manual/install.html
Index: install.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/install.html,v
retrieving revision 1.29.2.16
retrieving revision 1.29.2.17
diff -u -r1.29.2.16 -r1.29.2.17
--- install.html 7 Feb 2003 09:52:15 -0000 1.29.2.16
+++ install.html 10 Feb 2003 13:59:37 -0000 1.29.2.17
@@ -12,6 +12,10 @@
<p>The latest stable version of Ant is available from the Ant web page <a
href="http://ant.apache.org/">http://ant.apache.org/</a>.
+<!--
+If you like living on the edge, you can download the latest version from <a
+href="http://cvs.apache.org/builds/ant/nightly/">http://cvs.apache.org/builds/ant/nightly/</a>.</p>
+-->
If you like living on the edge, you can download the latest version from <a
href="http://cvs.apache.org/builds/jakarta-ant/nightly/">http://cvs.apache.org/builds/jakarta-ant/nightly/</a>.</p>
<h3>Source Edition</h3>
@@ -21,12 +25,12 @@
Again, if you prefer the edge, you can access
the code as it is being developed via CVS. The Jakarta website has details
on
<a href="http://jakarta.apache.org/site/cvsindex.html"
target="_top">accessing CVS</a>. Please checkout the
-jakarta-ant module.
+ant module.
See the section <a href="#buildingant">Building Ant</a> on how to
build Ant from the source code.
You can also access the
-<a href="http://cvs.apache.org/viewcvs/jakarta-ant/" target="_top">
+<a href="http://cvs.apache.org/viewcvs/ant/" target="_top">
Ant CVS repository</a> on-line. </p>
<hr>
@@ -204,7 +208,7 @@
<hr>
<h2><a name="buildingant">Building Ant</a></h2>
<p>To build Ant from source, you can either install the Ant source
distribution
-or checkout the jakarta-ant module from CVS.</p>
+or checkout the ant module from CVS.</p>
<p>Once you have installed the source, change into the installation
directory.</p>
1.3.2.3 +11 -11 ant/docs/manual/platform.html
Index: platform.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/platform.html,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -r1.3.2.2 -r1.3.2.3
--- platform.html 28 Jan 2003 08:56:13 -0000 1.3.2.2
+++ platform.html 10 Feb 2003 13:59:37 -0000 1.3.2.3
@@ -54,20 +54,20 @@
<li><code>ANT_OPTS</code> - On NetWare, <code>ANT_OPTS</code> needs to
include a parameter of the form, <nobr>"-envCWD=<code>ANT_HOME</code>"</nobr>,
with <code>ANT_HOME</code> being the fully expanded location of Ant, <b>not</b>
an environment variable. This is due to the fact that the NetWare System
Console has no notion of a current working directory.</li>
</ul>
<p>It is suggested that you create up an ant.ncf that sets up these
parameters, and calls <code>perl ANT_HOME/dist/bin/runant.pl</code></p>
-<p>The following is an example of such an NCF file(assuming ant is installed
in <nobr>'sys:/jakarta-ant/'):</nobr></p>
+<p>The following is an example of such an NCF file(assuming ant is installed
in <nobr>'sys:/apache-ant/'):</nobr></p>
<code>
- envset
CLASSPATH=SYS:/jakarta-ant/bootstrap/lib/ant.jar<br />
- envset
CLASSPATH=$CLASSPATH;SYS:/jakarta-ant/lib/xercesImpl.jar <br />
- envset
CLASSPATH=$CLASSPATH;SYS:/jakarta-ant/lib/xml-apis.jar <br />
- envset
CLASSPATH=$CLASSPATH;SYS:/jakarta-ant/lib/optional/junit.jar <br />
- envset
CLASSPATH=$CLASSPATH;SYS:/jakarta-ant/bootstrap/lib/optional.jar <br />
+ envset
CLASSPATH=SYS:/apache-ant/bootstrap/lib/ant.jar<br />
+ envset
CLASSPATH=$CLASSPATH;SYS:/apache-ant/lib/xercesImpl.jar <br />
+ envset
CLASSPATH=$CLASSPATH;SYS:/apache-ant/lib/xml-apis.jar <br />
+ envset
CLASSPATH=$CLASSPATH;SYS:/apache-ant/lib/optional/junit.jar <br />
+ envset
CLASSPATH=$CLASSPATH;SYS:/apache-ant/bootstrap/lib/optional.jar <br />
<br />
- setenv ANT_OPTS=-envCWD=sys:/jakarta-ant <br />
- envset ANT_OPTS=-envCWD=sys:/jakarta-ant <br />
- setenv ANT_HOME=sys:/jakarta-ant/dist/lib <br />
- envset ANT_HOME=sys:/jakarta-ant/dist/lib <br />
+ setenv ANT_OPTS=-envCWD=sys:/apache-ant <br />
+ envset ANT_OPTS=-envCWD=sys:/apache-ant <br />
+ setenv ANT_HOME=sys:/apache-ant/dist/lib <br />
+ envset ANT_HOME=sys:/apache-ant/dist/lib <br />
<br />
- perl sys:/jakarta-ant/dist/bin/runant.pl <br />
+ perl sys:/apache-ant/dist/bin/runant.pl <br />
</code>
<p>Ant works on JVM version 1.3 or higher. You may have some luck running
it on JVM 1.2, but serious problems have been found running Ant on JVM 1.1.7B.
These problems are caused by JVM bugs that will not be fixed.</p>
No revision
No revision
1.10.2.1 +2 -2 ant/docs/manual/CoreTasks/changelog.html
Index: changelog.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/changelog.html,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -r1.10 -r1.10.2.1
--- changelog.html 6 Apr 2002 01:32:22 -0000 1.10
+++ changelog.html 10 Feb 2003 13:59:37 -0000 1.10.2.1
@@ -145,7 +145,7 @@
out="changelog.html"
style="${ant.home}/etc/changelog.xsl">
<param name="title" expression="Ant ChangeLog"/>
- <param name="module" expression="jakarta-ant"/>
+ <param name="module" expression="ant"/>
<param name="cvsweb"
expression="http://cvs.apache.org/viewcvs/"/>
</style>
</pre>
@@ -169,7 +169,7 @@
</changelog>
</pre>
-<hr><p align="center">Copyright © 2002 Apache Software Foundation. All
rights
+<hr><p align="center">Copyright © 2002-2003 Apache Software Foundation.
All rights
Reserved.</p>
</body>
1.13.2.2 +3 -3 ant/docs/manual/CoreTasks/cvs.html
Index: cvs.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvs.html,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -u -r1.13.2.1 -r1.13.2.2
--- cvs.html 3 May 2002 09:40:28 -0000 1.13.2.1
+++ cvs.html 10 Feb 2003 13:59:37 -0000 1.13.2.2
@@ -113,10 +113,10 @@
</table>
<h3>Examples</h3>
<pre> <cvs cvsRoot=":pserver:[EMAIL PROTECTED]:/home/cvspublic"
- package="jakarta-ant"
+ package="ant"
dest="${ws.dir}"
/></pre>
-<p>checks out the package/module "jakarta-ant" from the CVS
+<p>checks out the package/module "ant" from the CVS
repository pointed to by the cvsRoot attribute, and stores the files in
"${ws.dir}".</p>
<pre> <cvs dest="${ws.dir}"
command="update"/></pre>
<p>updates the package/module that has previously been checked out into
@@ -159,7 +159,7 @@
above. See <a href="http://www.cvshome.org/docs/manual/index.html"
target="_top">the cvs manual</a> for details,
specifically the <a href="http://www.cvshome.org/docs/manual/cvs_16.html"
target="_top">Guide to CVS commands</a></p>
<hr>
-<p align="center">Copyright © 2000-2002 Apache Software
+<p align="center">Copyright © 2000-2003 Apache Software
Foundation. All rights Reserved.</p>
</body>
1.1.2.3 +11 -11 ant/docs/manual/CoreTasks/cvstagdiff.html
Index: cvstagdiff.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvstagdiff.html,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- cvstagdiff.html 15 Nov 2002 13:14:40 -0000 1.1.2.2
+++ cvstagdiff.html 10 Feb 2003 13:59:37 -0000 1.1.2.3
@@ -102,40 +102,40 @@
<h3>Examples</h3>
<pre> <cvstagdiff cvsRoot=":pserver:[EMAIL
PROTECTED]:/home/cvspublic"
destfile="tagdiff.xml"
- package="jakarta-ant"
+ package="ant"
startTag="ANT_14"
endTag="ANT_141"
/></pre>
<p>Generates a tagdiff report for all the changes that have been made
-in the <code>jakarta-ant</code> module between the tags <code>ANT_14</code>
and <code>ANT_141</code>.
+in the <code>ant</code> module between the tags <code>ANT_14</code> and
<code>ANT_141</code>.
It writes these changes into the file <code>tagdiff.xml</code>.</p>
<pre> <cvstagdiff
destfile="tagdiff.xml"
- package="jakarta-ant"
+ package="ant"
startDate="2002-01-01"
endDate="2002-31-01"
/></pre>
<p>Generates a tagdiff report for all the changes that have been made
-in the <code>jakarta-ant</code> module in january 2002. In this example
<code>cvsRoot</code>
+in the <code>ant</code> module in january 2002. In this example
<code>cvsRoot</code>
has not been set. The current <code>cvsRoot</code> will be used (assuming
the build is started
from a folder stored in <code>cvs</code>.
It writes these changes into the file <code>tagdiff.xml</code>.</p>
<pre> <cvstagdiff
destfile="tagdiff.xml"
- package="jakarta-ant"
- rootdir="jakarta/ant"
+ package="ant"
+ rootdir="apache/ant"
startDate="2002-01-01"
endDate="2002-31-01"
/></pre>
<p>Generates a tagdiff report for all the changes that have been made
-in the <code>jakarta-ant</code> module in january 2002, with
<code>rootdir</code> indicating that
-the actual location of the <code>jakarta-ant</code> module in cvs is
<code>jakarta/ant</code>
-rather than <code>jakarta-ant</code>. In this example <code>cvsRoot</code>
+in the <code>ant</code> module in january 2002, with <code>rootdir</code>
indicating that
+the actual location of the <code>ant</code> module in cvs is
<code>apache/ant</code>
+rather than <code>ant</code>. In this example <code>cvsRoot</code>
has not been set. The current <code>cvsRoot</code> will be used (assuming
the build is started
from a folder stored in <code>cvs</code>.
It writes these changes into the file <code>tagdiff.xml</code>.</p>
@@ -150,7 +150,7 @@
out="tagdiff.html"
style="${ant.home}/etc/tagdiff.xsl">
<param name="title" expression="Ant Diff"/>
- <param name="module" expression="jakarta-ant"/>
+ <param name="module" expression="ant"/>
<param name="cvsweb"
expression="http://cvs.apache.org/viewcvs/"/>
</style>
</pre>
@@ -169,7 +169,7 @@
</tagdiff>
</pre>
-<hr><p align="center">Copyright © 2002 Apache Software Foundation. All
rights
+<hr><p align="center">Copyright © 2002-2003 Apache Software Foundation.
All rights
Reserved.</p>
</body>
No revision
No revision
1.1.2.7 +2 -2 ant/docs/manual/CoreTypes/selectors.html
Index: selectors.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTypes/selectors.html,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -r1.1.2.6 -r1.1.2.7
--- selectors.html 8 Aug 2002 07:48:46 -0000 1.1.2.6
+++ selectors.html 10 Feb 2003 13:59:38 -0000 1.1.2.7
@@ -641,7 +641,7 @@
<p>Here is an example of how to use the Selector Reference:</p>
<blockquote><pre>
-<project default="all" basedir="./jakarta-ant">
+<project default="all" basedir="./ant">
<selector id="completed">
<none>
@@ -768,7 +768,7 @@
<a href="selectors-program.html">Programming Selectors in Ant</a>.</p>
<hr>
- <p align="center">Copyright © 2002 Apache Software
+ <p align="center">Copyright © 2002-2003 Apache Software
Foundation. All rights Reserved.</p>
</body>
No revision
No revision
1.6.2.2 +6 -6 ant/docs/manual/Integration/Antidote.html
Index: Antidote.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/Integration/Antidote.html,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -r1.6.2.1 -r1.6.2.2
--- Antidote.html 24 Jan 2003 10:04:08 -0000 1.6.2.1
+++ Antidote.html 10 Feb 2003 13:59:38 -0000 1.6.2.2
@@ -58,15 +58,15 @@
<H2>Getting Involved</H2>
<P>The source code for Antidote is located in a separate Module
- (<a
href="http://cvs.apache.org/viewcvs/jakarta-ant-antidote/">jakarta-ant-antidote</a>)
in CVS.
+ (<a href="http://cvs.apache.org/viewcvs/ant-antidote/">ant-antidote</a>)
in CVS.
All the existing documentation can
be found there where new contributors should read:</p>
<UL>
- <LI><A
HREF="http://cvs.apache.org/viewcvs/~checkout~/jakarta-ant-antidote/docs/developer/design/design-overview.html">Design
Overview</A></LI>
- <LI><A
HREF="http://cvs.apache.org/viewcvs/~checkout~/jakarta-ant-antidote/docs/developer/design/gui-requirements.html">Feature
List</A></LI>
- <LI><A
HREF="http://cvs.apache.org/viewcvs/~checkout~/jakarta-ant-antidote/docs/developer/design/gui-ideas.txt">Idea
Refinement</A></LI>
- <LI><A
HREF="http://cvs.apache.org/viewcvs/~checkout~/jakarta-ant-antidote/docs/developer/design/new-module-howto.html">New
Module HOWTO</A></LI>
- <LI><A
HREF="http://cvs.apache.org/viewcvs/~checkout~/jakarta-ant-antidote/docs/developer/design/uml/index.html">Static
Class Diagrams</A></LI>
+ <LI><A
HREF="http://cvs.apache.org/viewcvs/~checkout~/ant-antidote/docs/developer/design/design-overview.html">Design
Overview</A></LI>
+ <LI><A
HREF="http://cvs.apache.org/viewcvs/~checkout~/ant-antidote/docs/developer/design/gui-requirements.html">Feature
List</A></LI>
+ <LI><A
HREF="http://cvs.apache.org/viewcvs/~checkout~/ant-antidote/docs/developer/design/gui-ideas.txt">Idea
Refinement</A></LI>
+ <LI><A
HREF="http://cvs.apache.org/viewcvs/~checkout~/ant-antidote/docs/developer/design/new-module-howto.html">New
Module HOWTO</A></LI>
+ <LI><A
HREF="http://cvs.apache.org/viewcvs/~checkout~/ant-antidote/docs/developer/design/uml/index.html">Static
Class Diagrams</A></LI>
</UL>
<P>Online discussions about Antidote occur on the <A
1.10.2.5 +1 -1 ant/docs/manual/Integration/VAJAntTool.html
Index: VAJAntTool.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/Integration/VAJAntTool.html,v
retrieving revision 1.10.2.4
retrieving revision 1.10.2.5
diff -u -r1.10.2.4 -r1.10.2.5
--- VAJAntTool.html 5 Feb 2003 10:51:32 -0000 1.10.2.4
+++ VAJAntTool.html 10 Feb 2003 13:59:38 -0000 1.10.2.5
@@ -342,7 +342,7 @@
task). If You need this tasks either import these packages into VAJ, too,
or
copy the .class files directly from the binary distribution.
<li>copy <CODE>default.ini</CODE> (in <CODE>
- jakarta-ant\src\...\taskdefs\optional\ide</CODE>) to <CODE>
+ ant\src\...\taskdefs\optional\ide</CODE>) to <CODE>
C:\IBMVJava\ide\tools\org-apache-tools-ant\default.ini</CODE>.
<li>if you want to access this help from the Workbench, create the
No revision
No revision
1.4.2.4 +1 -1 ant/docs/manual/api/packages.html
Index: packages.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/api/packages.html,v
retrieving revision 1.4.2.3
retrieving revision 1.4.2.4
diff -u -r1.4.2.3 -r1.4.2.4
--- packages.html 29 Jan 2003 08:58:56 -0000 1.4.2.3
+++ packages.html 10 Feb 2003 13:59:38 -0000 1.4.2.4
@@ -14,7 +14,7 @@
<p>If you want to see the API docs for the latest code, they are
generated by <a href="http://jakarta.apache.org/gump/">Apache Gump</a>
and linked from <a
-href="http://nagoya.apache.org/gump/javadoc/jakarta-ant/build/javadocs/index.html">http://nagoya.apache.org/gump/javadoc/jakarta-ant/build/javadocs/index.html</a>.</p>
+href="http://nagoya.apache.org/gump/javadoc/ant/build/javadocs/index.html">http://nagoya.apache.org/gump/javadoc/ant/build/javadocs/index.html</a>.</p>
</body>
</html>