stevel      2002/08/11 22:05:39

  Modified:    xdocs    external.xml
  Log:
  JNI++ pointer; moved jing into its right place (didnt notice it was alpha 
sorted before; sorry)
  
  Revision  Changes    Path
  1.43      +65 -23    jakarta-ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/xdocs/external.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- external.xml      22 Jul 2002 12:56:08 -0000      1.42
  +++ external.xml      12 Aug 2002 05:05:39 -0000      1.43
  @@ -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:[EMAIL PROTECTED]">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>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to