bodewig 2004/07/29 23:34:36
Modified: . build.xml
Log:
We can now savely run all .NET tests on Mono
Revision Changes Path
1.427 +1 -0 ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/ant/build.xml,v
retrieving revision 1.426
retrieving revision 1.427
diff -u -r1.426 -r1.427
--- build.xml 27 Jul 2004 14:24:56 -0000 1.426
+++ build.xml 30 Jul 2004 06:34:36 -0000 1.427
@@ -563,6 +563,7 @@
<echo level="verbose"> wsdl.found=${wsdl.found}</echo>
<condition property="csc.found">
<or>
+ <available file="mcs" filepath="${env.PATH}"/>
<available file="csc" filepath="${env.PATH}"/>
<available file="csc.exe" filepath="${env.PATH}"/>
<available file="csc.exe" filepath="${env.Path}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]