org.apache.tools.ant.taskdefs.rmic

Class XNewRmic

public class XNewRmic extends ForkingSunRmic

Run rmic in a new process with -Xnew set. This switches rmic to use a new compiler, one that doesnt work in-process on ant on java1.6. see: http://issues.apache.org/bugzilla/show_bug.cgi?id=38732
Field Summary
static StringCOMPILER_NAME
the name of this adapter for users to select
Constructor Summary
XNewRmic()
No-arg constructor.
Method Summary
protected CommandlinesetupRmicCommand()
Create a normal command line, then with -Xnew at the front

Field Detail

COMPILER_NAME

public static final String COMPILER_NAME
the name of this adapter for users to select

Constructor Detail

XNewRmic

public XNewRmic()
No-arg constructor.

Method Detail

setupRmicCommand

protected Commandline setupRmicCommand()
Create a normal command line, then with -Xnew at the front

Returns: a command line that hands off to thw