Browse Source

We can now savely run all .NET tests on Mono

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276735 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
a177bc702d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build.xml

+ 1
- 0
build.xml View File

@@ -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}"/>


Loading…
Cancel
Save