Author: jhm
Date: Wed Mar 15 00:02:51 2006
New Revision: 385999
URL: http://svn.apache.org/viewcvs?rev=385999&view=rev
Log:
Had found some cvs-references where svn is available.
Modified:
ant/core/trunk/docs/external.html
ant/core/trunk/docs/faq.html
ant/core/trunk/docs/srcdownload.html
ant/core/trunk/docs/svn.html
ant/core/trunk/xdocs/faq.xml
ant/core/trunk/xdocs/srcdownload.xml
ant/core/trunk/xdocs/svn.xml
Modified: ant/core/trunk/docs/external.html
URL:
http://svn.apache.org/viewcvs/ant/core/trunk/docs/external.html?rev=385999&r1=385998&r2=385999&view=diff
==============================================================================
--- ant/core/trunk/docs/external.html (original)
+++ ant/core/trunk/docs/external.html Wed Mar 15 00:02:51 2006
@@ -692,18 +692,18 @@
</tr>
</table>
<h4
class="subsection">
- <a name="Ant Pretty Build"></a>
- Ant Pretty Build
+ <a name="AntPrettyBuild"></a>
+ AntPrettyBuild
</h4>
- <p>Ant Pretty Build is a tool to easily show and run
Ant
- buildfiles directly from within a browser window. It consists
- of a single XSL file that will generate, on the fly, in the
- browser, from the .xml buildfile, a pretty interface showing
- project name, description, properties and targets, etc. sorted
- or unsorted, allowing to modify/add properties, run the whole
- project, or run selected set of targets in a specific order,
- with the ability to modify logger/logfile, mode and add more
- libs or command line arguments.</p>
+ <p>
+ Ant Pretty Build is a tool to easily show and run Ant
buildfiles directly from
+ within a browser window. It consists of a single XSL file that
will generate,
+ on the fly, in the browser, from the .xml buildfile, a pretty
interface showing
+ project name, description, properties and targets, etc. sorted
or unsorted,
+ allowing to load/modify/add properties, run the whole project,
or run selected
+ set of targets in a specific order, with the ability to modify
logger/logfile,
+ mode and add more libs or command line arguments.
+ </p>
<table class="externals" cellspacing="1"
cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
@@ -722,7 +722,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
- <a
href="http://antprettybuild.free.fr/">http://antprettybuild.free.fr/</a>
+ <a href="http://antprettybuild.sourceforge.net/">Ant Pretty Build
Homepage</a>
</td>
</tr>
<tr>
@@ -732,7 +732,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
- <a href="http://antprettybuild.free.fr/">Charbel BITAR (Project's
Contact Page)</a>
+ <a href="http://antprettybuild.sourceforge.net">Charbel BITAR</a>
</td>
</tr>
<tr>
@@ -742,7 +742,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
- Apache Software License 2.0
+ Apache License V2.0
</td>
</tr>
</table>
Modified: ant/core/trunk/docs/faq.html
URL:
http://svn.apache.org/viewcvs/ant/core/trunk/docs/faq.html?rev=385999&r1=385998&r2=385999&view=diff
==============================================================================
--- ant/core/trunk/docs/faq.html (original)
+++ ant/core/trunk/docs/faq.html Wed Mar 15 00:02:51 2006
@@ -429,9 +429,9 @@
to render the HTML version from the original XML file.</p>
<p>The Velocity stylesheets used to process the XML
files can
be found in the <code>xdocs/stylesheets</code> subdirectory of
- Ant's CVS repository - the build file
- <code>docs.xml</code> at the top level of the ant CVS
- module is used to drive Anakia.</p>
+ Ant's SVN repository - the build file
+ <code>docs.xml</code> at the top level of the ant SVN
+ module (trunk) is used to drive Anakia.</p>
<p>This file assumes that you have the
<code>jakarta-site2</code> CVS module checked out as well, but
if you follow the instruction from Anakia's homepage, you
@@ -729,11 +729,11 @@
<li>a License: entry containing the type of license for the
tool/task</li>
</ul>
- <p>The preferred format for this information is a
patch to <a
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/ant/xdocs/external.xml">this</a>
+ <p>The preferred format for this information is a
patch to <a
href="http://svn.apache.org/repos/asf/ant/core/trunk/xdocs/external.xml">this</a>
document.</p>
<p>If you have written something bigger than a 'simple
plugin' to Ant it
may be better to add the link to <a
href="projects.html">projects.html</a>.
- The procedure to add it is the same. The file to patch is <a
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/ant/xdocs/projects.xml">this</a>
+ The procedure to add it is the same. The file to patch is <a
href="http://svn.apache.org/repos/asf/ant/core/trunk/xdocs/projects.xml">this</a>
document. The syntax of that file is the same.</p>
<p class="faq">
<a name="create-extensions"></a>
@@ -1443,7 +1443,7 @@
<pre class="code">
ant -logger org.apache.tools.ant.listener.MailLogger
</pre>
- <p>See the <a
href="http://cvs.apache.org/viewcvs/~checkout~/ant/docs/manual/listeners.html?content-type=text/html">Listeners
+ <p>See the <a
href="http://svn.apache.org/repos/asf/ant/core/trunk/docs/manual/listeners.html">Listeners
& Loggers</a> documentation for details on the properties
required.</p>
<p>For older versions of Ant, you can use a custom
@@ -1660,6 +1660,9 @@
<code><style></code> it is the implementation of the
<code>org.apache.tools.ant.taskdefs.XSLTLiaison</code>
class.</p>
+ <p><em>As of Ant 1.7</em> <code><junit></code>
no longer
+ requires you to have <code>junit.jar</code> in Ant's startup
+ classpath even if <code>ant-junit.jar</code> is present there.</p>
<p>Ant's class loader implementation uses Java's
delegation model, see <a
href="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/ClassLoader.html">http://java.sun.com/products/jdk/1.2/docs/api/java/lang/ClassLoader.html</a>
the paragraph</p>
Modified: ant/core/trunk/docs/srcdownload.html
URL:
http://svn.apache.org/viewcvs/ant/core/trunk/docs/srcdownload.html?rev=385999&r1=385998&r2=385999&view=diff
==============================================================================
--- ant/core/trunk/docs/srcdownload.html (original)
+++ ant/core/trunk/docs/srcdownload.html Wed Mar 15 00:02:51 2006
@@ -170,7 +170,7 @@
Downloading Ant
</h3>
<p>Use the links below to download a source
distribution of Ant from
-one of our mirrors. It is good practice to
+one of our mirrors. It is good practice to
<a href="[location]#Verify Releases">verify the integrity</a>
of the distribution files, especially if you are using one of our
mirror sites. In order to do this you must use the signatures from
@@ -197,7 +197,7 @@
Other mirrors: <select name="Preferred">
[if-any http]
[for http]<option value="[http]">[http]</option>[end]
-[end]
+[end]
[if-any ftp]
[for ftp]<option value="[ftp]">[ftp]</option>[end]
[end]
@@ -205,7 +205,7 @@
[for backup]<option value="[backup]">[backup] (backup)</option>[end]
[end]
</select>
-<input type="submit" value="Change" />
+<input type="submit" value="Change" />
</form>
<h3 class="section">
<a name="Current Release of Ant"></a>
@@ -225,19 +225,19 @@
require gnu tar to do the extraction.</div>
</div>
<ul>
-<li><code>.zip</code> archive:
+<li><code>.zip</code> archive:
<a
href="[preferred]/ant/source/apache-ant-1.6.5-src.zip">apache-ant-1.6.5-src.zip</a>
[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.asc">PGP</a>]
[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.sha1">SHA1</a>]
[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.md5">MD5</a>]</li>
-<li><code>.tar.gz</code> archive:
+<li><code>.tar.gz</code> archive:
<a
href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.gz">apache-ant-1.6.5-src.tar.gz</a>
[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.asc">PGP</a>]
[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.sha1">SHA1</a>]
[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.md5">MD5</a>]</li>
-<li><code>.tar.bz2</code> archive:
+<li><code>.tar.bz2</code> archive:
<a
href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.bz2">apache-ant-1.6.5-src.tar.bz2</a>
[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.asc">PGP</a>]
[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.sha1">SHA1</a>]
@@ -248,7 +248,7 @@
Nightly Builds
</h3>
<p>Are currently not available, we hope to restore
that service soon.</p>
- <p>If you want to build Ant from sources, you
can use a <a href="http://cvs.apache.org/snapshots/ant/">CVS snapshot</a>.</p>
+ <p>If you want to build Ant from sources, you
can use a <a href="http://svn.apache.org/snapshots/ant/">SVN snapshot</a>.</p>
<h3 class="section">
<a name="Old Ant Releases"></a>
Old Ant Releases
Modified: ant/core/trunk/docs/svn.html
URL:
http://svn.apache.org/viewcvs/ant/core/trunk/docs/svn.html?rev=385999&r1=385998&r2=385999&view=diff
==============================================================================
--- ant/core/trunk/docs/svn.html (original)
+++ ant/core/trunk/docs/svn.html Wed Mar 15 00:02:51 2006
@@ -193,8 +193,8 @@
</ul>
<p>If you are not familiar with Subversion, <a
href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's
source repositories page</a> may hold many helpful hints.</p>
- <p>Nightly snapshots of the SVN tree are
available at
- <a
href="http://cvs.apache.org/snapshots/ant/">http://cvs.apache.org/snapshots/ant/</a>.</p>
+ <p>Nightly snapshots of the SVN tree are
available at
+ <a
href="http://svn.apache.org/snapshots/ant/">http://svn.apache.org/snapshots/ant/</a>.</p>
</div>
</div>
Modified: ant/core/trunk/xdocs/faq.xml
URL:
http://svn.apache.org/viewcvs/ant/core/trunk/xdocs/faq.xml?rev=385999&r1=385998&r2=385999&view=diff
==============================================================================
--- ant/core/trunk/xdocs/faq.xml (original)
+++ ant/core/trunk/xdocs/faq.xml Wed Mar 15 00:02:51 2006
@@ -57,9 +57,9 @@
<p>The Velocity stylesheets used to process the XML files can
be found in the <code>xdocs/stylesheets</code> subdirectory of
- Ant's CVS repository - the build file
- <code>docs.xml</code> at the top level of the ant CVS
- module is used to drive Anakia.</p>
+ Ant's SVN repository - the build file
+ <code>docs.xml</code> at the top level of the ant SVN
+ module (trunk) is used to drive Anakia.</p>
<p>This file assumes that you have the
<code>jakarta-site2</code> CVS module checked out as well, but
@@ -310,13 +310,13 @@
</ul>
<p>The preferred format for this information is a patch to <a
-
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/ant/xdocs/external.xml">this</a>
+
href="http://svn.apache.org/repos/asf/ant/core/trunk/xdocs/external.xml">this</a>
document.</p>
<p>If you have written something bigger than a 'simple plugin' to Ant
it
may be better to add the link to <a
href="projects.html">projects.html</a>.
The procedure to add it is the same. The file to patch is <a
-
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/ant/xdocs/projects.xml">this</a>
+
href="http://svn.apache.org/repos/asf/ant/core/trunk/xdocs/projects.xml">this</a>
document. The syntax of that file is the same.</p>
</answer>
@@ -1138,7 +1138,7 @@
ant -logger org.apache.tools.ant.listener.MailLogger
]]></source>
- <p>See the <a
href="http://cvs.apache.org/viewcvs/~checkout~/ant/docs/manual/listeners.html?content-type=text/html">Listeners
+ <p>See the <a
href="http://svn.apache.org/repos/asf/ant/core/trunk/docs/manual/listeners.html">Listeners
& Loggers</a> documentation for details on the properties
required.</p>
@@ -1780,4 +1780,4 @@
</faq>
</faqsection>
-</document>
+</document>
\ No newline at end of file
Modified: ant/core/trunk/xdocs/srcdownload.xml
URL:
http://svn.apache.org/viewcvs/ant/core/trunk/xdocs/srcdownload.xml?rev=385999&r1=385998&r2=385999&view=diff
==============================================================================
--- ant/core/trunk/xdocs/srcdownload.xml (original)
+++ ant/core/trunk/xdocs/srcdownload.xml Wed Mar 15 00:02:51 2006
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
- Copyright 2001-2005 The Apache Software Foundation
+ Copyright 2001-2006 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
<section name="Downloading Ant">
<p>Use the links below to download a source distribution of Ant from
-one of our mirrors. It is good practice to
+one of our mirrors. It is good practice to
<a href="[location]#Verify Releases">verify the integrity</a>
of the distribution files, especially if you are using one of our
mirror sites. In order to do this you must use the signatures from
@@ -57,7 +57,7 @@
Other mirrors: <select name="Preferred">
[if-any http]
[for http]<option value="[http]">[http]</option>[end]
-[end]
+[end]
[if-any ftp]
[for ftp]<option value="[ftp]">[ftp]</option>[end]
[end]
@@ -65,7 +65,7 @@
[for backup]<option value="[backup]">[backup] (backup)</option>[end]
[end]
</select>
-<input type="submit" value="Change" />
+<input type="submit" value="Change" />
</form>
</section>
@@ -87,19 +87,19 @@
</div>
<ul>
-<li><code>.zip</code> archive:
+<li><code>.zip</code> archive:
<a
href="[preferred]/ant/source/apache-ant-1.6.5-src.zip">apache-ant-1.6.5-src.zip</a>
[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.asc">PGP</a>]
[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.sha1">SHA1</a>]
[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.zip.md5">MD5</a>]</li>
-<li><code>.tar.gz</code> archive:
+<li><code>.tar.gz</code> archive:
<a
href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.gz">apache-ant-1.6.5-src.tar.gz</a>
[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.asc">PGP</a>]
[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.sha1">SHA1</a>]
[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.gz.md5">MD5</a>]</li>
-<li><code>.tar.bz2</code> archive:
+<li><code>.tar.bz2</code> archive:
<a
href="[preferred]/ant/source/apache-ant-1.6.5-src.tar.bz2">apache-ant-1.6.5-src.tar.bz2</a>
[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.asc">PGP</a>]
[<a
href="http://www.apache.org/dist/ant/source/apache-ant-1.6.5-src.tar.bz2.sha1">SHA1</a>]
@@ -116,7 +116,7 @@
</p-->
<p>If you want to build Ant from sources, you can use a <a
-href="http://cvs.apache.org/snapshots/ant/">CVS snapshot</a>.</p>
+href="http://svn.apache.org/snapshots/ant/">SVN snapshot</a>.</p>
</section>
@@ -176,4 +176,4 @@
</section>
</body>
-</document>
+</document>
\ No newline at end of file
Modified: ant/core/trunk/xdocs/svn.xml
URL:
http://svn.apache.org/viewcvs/ant/core/trunk/xdocs/svn.xml?rev=385999&r1=385998&r2=385999&view=diff
==============================================================================
--- ant/core/trunk/xdocs/svn.xml (original)
+++ ant/core/trunk/xdocs/svn.xml Wed Mar 15 00:02:51 2006
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
- Copyright 2005 The Apache Software Foundation
+ Copyright 2005-2006 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -53,9 +53,9 @@
href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's
source repositories page</a> may hold many helpful hints.</p>
- <p>Nightly snapshots of the SVN tree are available at
- <a
href="http://cvs.apache.org/snapshots/ant/">http://cvs.apache.org/snapshots/ant/</a>.</p>
+ <p>Nightly snapshots of the SVN tree are available at
+ <a
href="http://svn.apache.org/snapshots/ant/">http://svn.apache.org/snapshots/ant/</a>.</p>
</section>
</body>
-</document>
+</document>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]