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.
+ +Compatibility: | +Ant 1.4 and later | +
---|---|
URL: | ++ http://www.thaiopensource.com/relaxng/jing-ant.html | +
License: | +BSD-like | +
jMetra is a tool for collecting code metrics across a @@ -481,6 +505,47 @@
+ + 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.
+ +Compatibility: | +Ant 1.4 | +
---|---|
URL: | +http://jnipp.sf.net/ | +
Contact: | +Phillip E. Trewhella | +
License: | +GNU LGPL | +
PMD checks Java source code for unused variables, @@ -707,29 +772,6 @@
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.
- -Compatibility: | -Ant 1.4 and later | -
---|---|
URL: | -- http://www.thaiopensource.com/relaxng/jing-ant.html | -
License: | -BSD-like | -