org.apache.tools.ant.taskdefs.optional |
|
Java Source File Name | Type | Comment |
AbstractXSLTLiaisonTest.java | Class | Abtract testcase for XSLTLiaison. |
ANTLR.java | Class | Invokes the ANTLR Translator generator on a grammar file. |
ANTLRTest.java | Class | If you want to run tests, it is highly recommended
to download ANTLR (www.antlr.org), build the 'antlrall.jar' jar
with make antlr-all.jar and drop the jar (about 300KB) into
Ant lib.
- Running w/ the default antlr.jar (70KB) does not work (missing class)
Unless of course you specify the ANTLR classpath in your
system classpath. |
BeanShellScriptTest.java | Class | Tests the examples of the <script> task docs. |
Cab.java | Class | Create a CAB archive. |
DotnetTest.java | Class | |
EchoProperties.java | Class | Displays all the current properties in the build. |
EchoPropertiesTest.java | Class | Tests the EchoProperties task. |
Javah.java | Class | Generates JNI header files using javah.
This task can take the following arguments:
- classname - the fully-qualified name of a class
- outputFile - Concatenates the resulting header or source files for all
the classes listed into this file
- destdir - Sets the directory where javah saves the header files or the
stub files
- classpath
- bootclasspath
- force - Specifies that output files should always be written
(JDK1.2 only)
- old - Specifies that old JDK1.0-style header files should be generated
(otherwise output file contain JNI-style native method
function prototypes) (JDK1.2 only)
- stubs - generate C declarations from the Java object file (used with old)
- verbose - causes javah to print a message to stdout concerning the status
of the generated files
- extdirs - Override location of installed extensions
Of these arguments, either outputFile or destdir is required,
but not both. |
JavahTest.java | Class | |
JspcTest.java | Class | Tests the Jspc task. |
Native2Ascii.java | Class | Converts files from native encodings to ASCII. |
Native2AsciiTest.java | Class | |
NetRexxC.java | Class | Compiles NetRexx source files.
This task can take the following
arguments:
- binary
- classpath
- comments
- compile
- console
- crossref
- decimal
- destdir
- diag
- explicit
- format
- keep
- logo
- replace
- savelog
- srcdir
- sourcedir
- strictargs
- strictassign
- strictcase
- strictimport
- symbols
- time
- trace
- utf8
- verbose
- suppressMethodArgumentNotUsed
- suppressPrivatePropertyNotUsed
- suppressVariableNotUsed
- suppressExceptionNotSignalled
- suppressDeprecation
Of these arguments, the srcdir argument is required.
When this task executes, it will recursively scan the srcdir
looking for NetRexx source files to compile. |
PropertyFile.java | Class | Modifies settings in a property file. |
PropertyFileTest.java | Class | JUnit testcase that excercises the optional PropertyFile task in ant. |
PvcsTest.java | Class | |
RenameExtensions.java | Class | |
ReplaceRegExp.java | Class | Performs regular expression string replacements in a text
file. |
ReplaceRegExpTest.java | Class | JUnit Testcase for the optional replaceregexp task. |
RhinoReferenceTest.java | Class | Tests using an undefined reference. |
RhinoScriptTest.java | Class | Tests the examples of the <script> task docs. |
Rpm.java | Class | Invokes the rpm tool to build a Linux installation file. |
RpmTest.java | Class | |
SchemaValidate.java | Class | Validate XML Schema documents.
This task validates XML schema documents. |
SchemaValidateTest.java | Class | |
Script.java | Class | Executes a script. |
StyleBook.java | Class | Executes the Apache Stylebook documentation generator.
Unlike the commandline version of this tool, all three arguments
are required to run stylebook.
Being extended from <Java>, all the parent's attributes
and options are available. |
TraXLiaison.java | Class | Concrete liaison for XSLT processor implementing TraX. |
TraXLiaisonTest.java | Class | |
WsdlToDotnetTest.java | Class | Tests the WsdlToDotnet task. |
XmlValidateCatalogTest.java | Class | Tests the XMLValidate optional task with nested external catalogs. |
XMLValidateTask.java | Class | Checks XML files are valid (or only well formed). |
XmlValidateTest.java | Class | |
XsltTest.java | Class | Tests the
XSLTProcess task. |