git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@594016 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -167,7 +167,8 @@ | |||||
| /> | /> | ||||
| <assertBaseCompiled/> | <assertBaseCompiled/> | ||||
| </target> | </target> | ||||
| <!-- weblogic.rmic doesn't work without a global CLASSPATH | |||||
| <target name="testWlrmic" if="wlrmic.present" depends="init"> | <target name="testWlrmic" if="wlrmic.present" depends="init"> | ||||
| <base-rmic | <base-rmic | ||||
| compiler="weblogic" | compiler="weblogic" | ||||
| @@ -181,7 +182,7 @@ | |||||
| <compilerarg value="-J-mx256m" /> | <compilerarg value="-J-mx256m" /> | ||||
| </base-rmic> | </base-rmic> | ||||
| </target> | </target> | ||||
| --> | |||||
| <target name="testForking" if="rmic.present" depends="init"> | <target name="testForking" if="rmic.present" depends="init"> | ||||
| <base-rmic | <base-rmic | ||||
| compiler="forking" | compiler="forking" | ||||
| @@ -85,18 +85,18 @@ public class RmicAdvancedTest extends BuildFileTest { | |||||
| public void testKaffe() throws Exception { | public void testKaffe() throws Exception { | ||||
| executeTarget("testKaffe"); | executeTarget("testKaffe"); | ||||
| } | } | ||||
| // WLrmic tests don't work | |||||
| /** | /** | ||||
| * test weblogic | * test weblogic | ||||
| */ | */ | ||||
| public void testWlrmic() throws Exception { | |||||
| public void XtestWlrmic() throws Exception { | |||||
| executeTarget("testWlrmic"); | executeTarget("testWlrmic"); | ||||
| } | } | ||||
| /** | /** | ||||
| * test weblogic's stripping of -J args | * test weblogic's stripping of -J args | ||||
| */ | */ | ||||
| public void testWlrmicJArg() throws Exception { | |||||
| public void XtestWlrmicJArg() throws Exception { | |||||
| executeTarget("testWlrmicJArg"); | executeTarget("testWlrmicJArg"); | ||||
| } | } | ||||