Browse Source

jakarta-ant module has gone away

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274038 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
e6272f7e4f
5 changed files with 7 additions and 43 deletions
  1. +1
    -2
      docs/ant_task_guidelines.html
  2. +2
    -10
      docs/cvs.html
  3. +3
    -7
      docs/faq.html
  4. +0
    -9
      xdocs/cvs.xml
  5. +1
    -15
      xdocs/faq.xml

+ 1
- 2
docs/ant_task_guidelines.html View File

@@ -224,8 +224,7 @@ is so important.

<h2>Test</h2>

<!--Look in <tt>ant/src/testcases</tt> and you will find JUnit tests for the-->
Look in <tt>jakarta-ant/src/testcases</tt> and you will find JUnit tests for the
Look in <tt>ant/src/testcases</tt> 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!


+ 2
- 10
docs/cvs.html View File

@@ -211,18 +211,10 @@ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]</p
<p>Modules available for access are (click the links to view the
CVS tree via ViewCVS):</p>
<ul>
<!--
<li><a href="http://cvs.apache.org/viewcvs/ant/">ant</a> - The
&quot;main&quot; Ant module.</li>
"main" Ant module.</li>

<li><a
href="http://cvs.apache.org/viewcvs/ant-antidote/">ant-antidote</a>
- Antidote, a GUI frontend to Ant.</li>
-->
<li><a href="http://cvs.apache.org/viewcvs/jakarta-ant/">jakarta-ant</a> -
The "main" Ant module.</li>

<li><a href="http://cvs.apache.org/viewcvs/jakarta-ant-antidote/">jakarta-ant-antidote</a>
<li><a href="http://cvs.apache.org/viewcvs/ant-antidote/">ant-antidote</a>
- Antidote, a GUI frontend to Ant.</li>
</ul>
<p>If you are not familiar with CVS, <a href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's


+ 3
- 7
docs/faq.html View File

@@ -451,10 +451,7 @@
</td></tr>
</table>
<p>The page you are looking it is generated from
<!--
<a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/ant/xdocs/faq.xml">this</a>
-->
<a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/jakarta-ant/xdocs/faq.xml">this</a>
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.</p>
@@ -479,8 +476,7 @@
<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 -->
<code>docs.xml</code> at the top level of the jakarta-ant CVS
<code>docs.xml</code> at the top level of the ant CVS
module 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
@@ -689,7 +685,7 @@
<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~/jakarta-ant/xdocs/external.xml">this</a>
<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>
document.</p>
<br/>
<a name="passing-cli-args"></a>
@@ -1361,7 +1357,7 @@ while(&lt;STDIN&gt;) {
<pre class="code">
ant -logger org.apache.tools.ant.listener.MailLogger
</pre>
<p>See the <a href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-ant/docs/manual/listeners.html?content-type=text/html">Listeners
<p>See the <a href="http://cvs.apache.org/viewcvs/~checkout~/ant/docs/manual/listeners.html?content-type=text/html">Listeners
&amp; Loggers</a> documentation for details on the properties
required.</p>
<p>For older versions of Ant, you can use a custom


+ 0
- 9
xdocs/cvs.xml View File

@@ -24,21 +24,12 @@ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]</s
CVS tree via ViewCVS):</p>

<ul>
<!--
<li><a href="http://cvs.apache.org/viewcvs/ant/">ant</a> - The
&quot;main&quot; Ant module.</li>

<li><a
href="http://cvs.apache.org/viewcvs/ant-antidote/">ant-antidote</a>
- Antidote, a GUI frontend to Ant.</li>
-->
<li><a
href="http://cvs.apache.org/viewcvs/jakarta-ant/">jakarta-ant</a> -
The &quot;main&quot; Ant module.</li>

<li><a
href="http://cvs.apache.org/viewcvs/jakarta-ant-antidote/">jakarta-ant-antidote</a>
- Antidote, a GUI frontend to Ant.</li>
</ul>

<p>If you are not familiar with CVS, <a


+ 1
- 15
xdocs/faq.xml View File

@@ -20,10 +20,7 @@
<question>How can I contribute to this FAQ?</question>
<answer>
<p>The page you are looking it is generated from
<!--
<a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/ant/xdocs/faq.xml">this</a>
-->
<a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/jakarta-ant/xdocs/faq.xml">this</a>
document. If you want to add a new question, please submit
a patch against this document to one of Ant&apos;s mailing lists;
hopefully, the structure is self-explanatory.</p>
@@ -46,8 +43,7 @@
<p>The Velocity stylesheets used to process the XML files can
be found in the <code>xdocs/stylesheets</code> subdirectory of
Ant&apos;s CVS repository - the build file
<!-- <code>docs.xml</code> at the top level of the ant CVS -->
<code>docs.xml</code> at the top level of the jakarta-ant CVS
<code>docs.xml</code> at the top level of the ant CVS
module is used to drive Anakia.</p>

<p>This file assumes that you have the
@@ -213,14 +209,9 @@
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>
document.</p>
-->
<p>The preferred format for this information is a patch to <a
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/jakarta-ant/xdocs/external.xml">this</a>
document.</p>

</answer>

@@ -850,14 +841,9 @@ while(<STDIN>) {
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
&amp; Loggers</a> documentation for details on the properties
required.</p>
-->
<p>See the <a href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-ant/docs/manual/listeners.html?content-type=text/html">Listeners
&amp; Loggers</a> documentation for details on the properties
required.</p>

<p>For older versions of Ant, you can use a custom
BuildListener that sends out an email


Loading…
Cancel
Save