You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ke...@apache.org on 2007/11/09 03:53:05 UTC

svn commit: r593409 - /ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/rmic/rmic.xml

Author: kevj
Date: Thu Nov  8 18:53:05 2007
New Revision: 593409

URL: http://svn.apache.org/viewvc?rev=593409&view=rev
Log:
-comment out weblogic rmic tests

Modified:
    ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/rmic/rmic.xml

Modified: ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/rmic/rmic.xml
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/rmic/rmic.xml?rev=593409&r1=593408&r2=593409&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/rmic/rmic.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/src/etc/testcases/taskdefs/rmic/rmic.xml Thu Nov  8 18:53:05 2007
@@ -117,7 +117,7 @@
     <condition property="rmic6.present">
       <and>
         <isset property="rmic.present"/>
-        <available classname="java.util.Service"/>
+        <available classname="java.util.ServiceLoader"/>
       </and>
     </condition>
   </target>
@@ -168,6 +168,7 @@
     <assertBaseCompiled/>
   </target>
 
+<!--weblogic rmic doesn't work without a CLASSPATH
   <target name="testWlrmic" if="wlrmic.present" depends="init">
     <base-rmic
       compiler="weblogic"
@@ -181,7 +182,8 @@
       <compilerarg value="-J-mx256m" />
     </base-rmic>
   </target>
-
+  
+-->
   <target name="testForking" if="rmic.present" depends="init">
     <base-rmic
       compiler="forking"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org