JRAntCompileTask.java | Class | Ant task for batch-compiling XML report design files.
Works like the built-in javac Ant task.
This task can take the following arguments:
- src
- destdir
- compiler
- classpath
- tempdir
- keepjava
- xmlvalidation
Of these arguments, the src and destdir are required.
When this task executes, it will recursively scan the src and
destdir looking for XML report design files to compile. |