Name

rmic

Synopsis

Invokes the rmic compiler, generating stubs and skeletons for Java Remote Method Invocation.

Attributes

base (all, File, Y)

The location in which to store compiled files.

classname (all, String, N)

Run rmic on this class.

classpath (all, Path, N)

The classpath to use.

classpathref (all, Reference, N)

A reference to a classpath defined elsewhere in the buildfile.

debug (1.3, 1.4, boolean, N)

If true, pass -g to rmic. Defaults to false.

defaultexcludes (all, boolean, N)

Determines whether to use default excludes, as described in Chapter 4 under “FileSet DataType.” Defaults to true.

excludes (all, String, N)

A comma-separated list of file patterns to exclude. These are in addition to the default excludes.

excludesfile (all, File, N)

The name of a file containing one exclude pattern per line.

extdirs (1.4, Path, N)

Override the usual location for Java-installed optional packages.

filtering (all, boolean, N)

If true, token filtering should take place. Defaults to false.

idl (1.3, 1.4, boolean, N)

Instructs rmic to produce IDL output files.

idlopts (1.3, 1.4, String, N)

Additional arguments when idl=true.

iiop (1.3, 1.4, boolean, N)

When true, generate portable RMI/IIOP stubs. Defaults to false.

iiopopts (1.3, 1.4, String, N)

Additional arguments when iiop=true.

includeantruntime (1.4, boolean, N)

If true, include the Ant runtime libraries in the classpath. Defaults to true.

includejavaruntime (1.4, boolean, N)

If true, include the default runtime libraries from the executing VM. Defaults ...

Get Ant: The Definitive Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.