Browse Source

Pointers to Ivy and AntSpaces

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277379 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
dbd9d502b9
2 changed files with 157 additions and 0 deletions
  1. +102
    -0
      docs/external.html
  2. +55
    -0
      xdocs/external.xml

+ 102
- 0
docs/external.html View File

@@ -640,6 +640,58 @@
valign="top" align="left"> valign="top" align="left">
GNU General Public License (GPL) GNU General Public License (GPL)
</td> </td>
</tr>
</table>
<h4 class="subsection">
<a name="AntSpaces"></a>
AntSpaces
</h4>
<p>AntSpaces provides Ant integration with JavaSpaces. This
allows you to coordinate Ant tasks via JavaSpaces, pull out
work units from a JavaSpace for distributed Ant tasks to work
on, and so forth.</p>
<table class="externals" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Ant 1.5 and later
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
URL:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.oopsconsultancy.com/software/antspaces/">http://www.oopsconsultancy.com/software/antspaces/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Contact:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
antspaces at oopsconsultancy.com
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Apache Software License
</td>
</tr> </tr>
</table> </table>
<h4 class="subsection"> <h4 class="subsection">
@@ -2044,6 +2096,56 @@
valign="top" align="left"> valign="top" align="left">
GNU General Public License GNU General Public License
</td> </td>
</tr>
</table>
<h4 class="subsection">
<a name="Ivy"></a>
Ivy
</h4>
<p>Ivy is a simple yet powerful dependency manager featuring
continuous integration, dependencies of dependencies
management, multiple repositories including ibiblio and high
performance (use of a local cache).</p>
<table class="externals" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
1.5.1 or superior
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
URL:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://ivy.jayasoft.org/">http://ivy.jayasoft.org/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Contact:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
contact at jayasoft dot org
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
BSD License
</td>
</tr> </tr>
</table> </table>
<h4 class="subsection"> <h4 class="subsection">


+ 55
- 0
xdocs/external.xml View File

@@ -289,6 +289,35 @@
</table> </table>
</subsection> </subsection>


<subsection name="AntSpaces">

<p>AntSpaces provides Ant integration with JavaSpaces. This
allows you to coordinate Ant tasks via JavaSpaces, pull out
work units from a JavaSpace for distributed Ant tasks to work
on, and so forth.</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.5 and later</td>
</tr>
<tr>
<th>URL:</th>
<td>
<a href="http://www.oopsconsultancy.com/software/antspaces/">http://www.oopsconsultancy.com/software/antspaces/</a>
</td>
</tr>
<tr>
<th>Contact:</th>
<td>antspaces at oopsconsultancy.com</td>
</tr>
<tr>
<th>License:</th>
<td>Apache Software License</td>
</tr>
</table>
</subsection>

<subsection name="AntTimerTask"> <subsection name="AntTimerTask">
<p><a href="http://www.jeckle.de/freeStuff/AntTimerTask/index.html">Timer</a> <p><a href="http://www.jeckle.de/freeStuff/AntTimerTask/index.html">Timer</a>
is task for measuring the time elapsed to complete other is task for measuring the time elapsed to complete other
@@ -1058,6 +1087,32 @@
</table> </table>
</subsection> </subsection>


<subsection name="Ivy">

<p>Ivy is a simple yet powerful dependency manager featuring
continuous integration, dependencies of dependencies
management, multiple repositories including ibiblio and high
performance (use of a local cache).</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>1.5.1 or superior</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://ivy.jayasoft.org/">http://ivy.jayasoft.org/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td>contact at jayasoft dot org</td>
</tr>
<tr>
<th>License:</th>
<td>BSD License</td>
</tr>
</table>
</subsection>


<subsection name="J2ME Ant Tasks"> <subsection name="J2ME Ant Tasks">




Loading…
Cancel
Save