Attribute | Description | Required
|
---|---|---|
base | the location to store the compiled files. | Yes |
classname | the class for which to run rmic. | No |
filtering | indicates whether token filtering should take place | No |
sourcebase | Pass the "-keepgenerated" flag to rmic and move the generated source file to the given sourcebase directory. | No |
stubversion | Specify the JDK version for the generated stub code. Specify "1.1" to pass the "-v1.1" option to rmic. | No |
classpath | The classpath to use during compilation | No |
classpathref | The classpath to use during compilation, given as reference to a PATH defined elsewhere | No |
includes | comma- or space-separated list of patterns of files that must be included. All files are included when omitted. | No |
includesfile | the name of a file. Each line of this file is taken to be an include pattern | No |
excludes | comma- or space-separated list of patterns of files that must be excluded. No files (except default excludes) are excluded when omitted. | No |
excludesfile | the name of a file. Each line of this file is taken to be an exclude pattern | No |
defaultexcludes | indicates whether default excludes should be used or not ("yes"/"no"). Default excludes are used when omitted. | No |
verify | check that classes implement Remote before handing them to rmic (default is false) | No |
iiop | indicates that portable (RMI/IIOP) stubs should be generated | No |
iiopopts | additional arguments for IIOP class generation | No |
idl | indicates that IDL output files should be generated | No |
idlopts | additional arguments for IDL file generation | No |
debug | generate debug info (passes -g to rmic). Defaults to false. | No |
includeAntRuntime | whether to include the Ant run-time libraries; defaults to yes. | No |
includeJavaRuntime | whether to include the default run-time libraries from the executing VM; defaults to no. | No |
extdirs | location of installed extensions. | No |
compiler | The compiler implementation to use. If this attribute is not set, the value of the build.rmic property, if set, will be used. Otherwise, the default compiler for the current VM will be used. (See the above list of valid compilers.) | No |