Browse Source

Add pointer to JMX4Ant.

Submitted by:	Jan.Materne@rzf.fin-nrw.de


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274407 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
0eb5b83418
2 changed files with 83 additions and 0 deletions
  1. +53
    -0
      docs/external.html
  2. +30
    -0
      xdocs/external.xml

+ 53
- 0
docs/external.html View File

@@ -1681,6 +1681,59 @@
Commercial, free licenses for open source projects and
evaluations.
</td>
</tr>
</table>
<h4 class="subsection">
<a name="JMX4Ant"></a>
JMX4Ant
</h4>
<p>JMX4Ant provides tasks for integration with JMX (Java Management
Extensions). It provides tasks for getting and setting attributes
of MBeans, invoking their methods and much more.</p>
<table class="ForrestTable" 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.4 and higher
</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://jmx4ant.sourceforge.net/">http://jmx4ant.sourceforge.net/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Contact:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:bdueck@yahoo.com">Brian Dueck</a>
</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 1.1
</td>
</tr>
</table>
<h4 class="subsection">


+ 30
- 0
xdocs/external.xml View File

@@ -853,6 +853,36 @@
</table>
</subsection>

<subsection name="JMX4Ant">

<p>JMX4Ant provides tasks for integration with JMX (Java Management
Extensions). It provides tasks for getting and setting attributes
of MBeans, invoking their methods and much more.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.4 and higher</td>
</tr>
<tr>
<th>URL:</th>
<td>
<a href="http://jmx4ant.sourceforge.net/">http://jmx4ant.sourceforge.net/</a>
</td>
</tr>
<tr>
<th>Contact:</th>
<td>
<a href="mailto:bdueck@yahoo.com">Brian Dueck</a>
</td>
</tr>
<tr>
<th>License:</th>
<td>Apache Software License 1.1</td>
</tr>
</table>
</subsection>

<subsection name="JNI">

<p>


Loading…
Cancel
Save