Browse Source

JNI++ pointer; moved jing into its right place (didnt notice it was alpha sorted before; sorry)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273216 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 23 years ago
parent
commit
eafae992bc
1 changed files with 65 additions and 23 deletions
  1. +65
    -23
      xdocs/external.xml

+ 65
- 23
xdocs/external.xml View File

@@ -443,6 +443,30 @@
</table>
</subsection>

<subsection name="Jing Task">

<p> Validates XML files against the RELAX NG alternative to XML Schema.
The Jing task for Ant allows you to efficiently validate
multiple files against multiple RELAX NG patterns and integrate
RELAX NG validation with other XML processing.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.4 and later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.thaiopensource.com/relaxng/jing-ant.html">
http://www.thaiopensource.com/relaxng/jing-ant.html</a></td>
</tr>
<tr>
<th>License:</th>
<td>BSD-like</td>
</tr>
</table>
</subsection>

<subsection name="jMetra">

<p>jMetra is a tool for collecting code metrics across a
@@ -481,6 +505,47 @@
</table>
</subsection>

<subsection name="JNI">

<p>
JNI is a free toolkit that makes easy work of
integrating Java and C through the Java Native
Interface (JNI). It includes a code generator that
generates both Java "proxy" classes to access C
"peer" classes, and C "proxy" classes to access
Java "peer" classes or interfaces. It also
includes a core library with a simplified JVM
interface as well as "helper" classes to ease
working with the JNI data types. The code
generation is driven by an XML project file that
can be created with the assistance of the GUI
Project Manager. The code generation can be
invoked either from Ant or from the
GUI. Includes a comprehensive printable PDF User
Guide and plenty of examples.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.4</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://jnipp.sf.net/">http://jnipp.sf.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:ptrewhella@users.sf.net">Phillip E. Trewhella</a></td>
</tr>
<tr>
<th>License:</th>
<td>GNU LGPL</td>
</tr>
</table>
</subsection>


<subsection name="PMD">

<p>PMD checks Java source code for unused variables,
@@ -707,29 +772,6 @@
</table>
</subsection>

<subsection name="Jing Task">

<p> Validates XML files against the RELAX NG alternative to XML Schema.
The Jing task for Ant allows you to efficiently validate
multiple files against multiple RELAX NG patterns and integrate
RELAX NG validation with other XML processing.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.4 and later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.thaiopensource.com/relaxng/jing-ant.html">
http://www.thaiopensource.com/relaxng/jing-ant.html</a></td>
</tr>
<tr>
<th>License:</th>
<td>BSD-like</td>
</tr>
</table>
</subsection>
</section>



Loading…
Cancel
Save