Author: antoine
Date: Fri Mar  4 05:31:16 2011
New Revision: 1077809

URL: http://svn.apache.org/viewvc?rev=1077809&view=rev
Log:
testCompilerNotFound is not relevant if the class folder containing the adapter 
is on the system classpath like in Gump

Modified:
    ant/core/trunk/src/tests/antunit/taskdefs/rmic-test.xml

Modified: ant/core/trunk/src/tests/antunit/taskdefs/rmic-test.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/taskdefs/rmic-test.xml?rev=1077809&r1=1077808&r2=1077809&view=diff
==============================================================================
--- ant/core/trunk/src/tests/antunit/taskdefs/rmic-test.xml (original)
+++ ant/core/trunk/src/tests/antunit/taskdefs/rmic-test.xml Fri Mar  4 05:31:16 
2011
@@ -49,7 +49,7 @@ public class Adapter implements RmicAdap
     <javac srcdir="${input}" destdir="${resources}"/>
   </target>
 
-  <target name="testCompilerNotFound" depends="-create-rmic-adapter">
+  <target name="testCompilerNotFound" depends="-create-rmic-adapter" 
unless="build.sysclasspath.only">
     <au:expectfailure>
       <rmic base="${resources}" includes="**/*.class"
             compiler="org.example.Adapter"/>


Reply via email to