Author: bodewig
Date: Mon Oct  9 12:11:12 2006
New Revision: 454460

URL: http://svn.apache.org/viewvc?view=rev&rev=454460
Log:
Disable ildasm test on MS .NET 2.0

Modified:
    ant/antlibs/dotnet/trunk/src/tests/antunit/old-core-test.xml

Modified: ant/antlibs/dotnet/trunk/src/tests/antunit/old-core-test.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/src/tests/antunit/old-core-test.xml?view=diff&rev=454460&r1=454459&r2=454460
==============================================================================
--- ant/antlibs/dotnet/trunk/src/tests/antunit/old-core-test.xml (original)
+++ ant/antlibs/dotnet/trunk/src/tests/antunit/old-core-test.xml Mon Oct  9 
12:11:12 2006
@@ -109,6 +109,12 @@
       <isset property="mcs.found"/>
    </condition>
 
+    <condition property="ms.net20+">
+      <or>
+        <available file="aspnet_compiler.exe" filepath="${env.PATH}"/>
+        <available file="aspnet_compiler.exe" filepath="${env.Path}"/>
+      </or>
+    </condition>
   </target>
 
   <target name="init" depends="probe_for_apps">
@@ -381,7 +387,8 @@
     <echo>${ilasm.string}</echo>
   </target>
 
-  <target name="testILDASM"   depends="ILASM-deps" if="ildasm.found">
+  <target name="testILDASM"   depends="ILASM-deps" if="ildasm.found"
+    unless="ms.net20+">
     <property name="testILDASM.il"
       location="${build.dir}/ExampleIldasm.il" />
     <dn:ildasm



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to