|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter org.apache.tools.ant.taskdefs.rmic.ForkingSunRmic org.apache.tools.ant.taskdefs.rmic.XNewRmic
public class XNewRmic
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 java.lang.String |
COMPILER_NAME
the name of this adapter for users to select |
Fields inherited from class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter |
---|
RMI_SKEL_SUFFIX, RMI_STUB_SUFFIX, RMI_TIE_SUFFIX, STUB_1_1, STUB_1_2, STUB_COMPAT |
Constructor Summary | |
---|---|
XNewRmic()
No-arg constructor. |
Method Summary | |
---|---|
protected Commandline |
setupRmicCommand()
Create a normal command line, then with -Xnew at the front |
Methods inherited from class org.apache.tools.ant.taskdefs.rmic.ForkingSunRmic |
---|
execute, getExecutableName |
Methods inherited from class org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter |
---|
getClasspath, getCompileClasspath, getMapper, getRmic, getSkelClassSuffix, getStubClassSuffix, getTieClassSuffix, logAndAddFilesToCompile, setRmic, setupRmicCommand |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPILER_NAME
Constructor Detail |
---|
public XNewRmic()
Method Detail |
---|
protected Commandline setupRmicCommand()
setupRmicCommand
in class DefaultRmicAdapter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |