|
@@ -498,30 +498,29 @@ |
|
|
classpathref="classpath"/> |
|
|
classpathref="classpath"/> |
|
|
</or> |
|
|
</or> |
|
|
</condition> |
|
|
</condition> |
|
|
|
|
|
|
|
|
<condition property="wsdl.found"> |
|
|
|
|
|
|
|
|
<condition property="wsdl.found"> |
|
|
<or> |
|
|
<or> |
|
|
<available file="wsdl" filepath="${env.PATH}"/> |
|
|
<available file="wsdl" filepath="${env.PATH}"/> |
|
|
<available file="wsdl.exe" filepath="${env.PATH}"/> |
|
|
<available file="wsdl.exe" filepath="${env.PATH}"/> |
|
|
<available file="wsdl.exe" filepath="${env.Path}"/> |
|
|
<available file="wsdl.exe" filepath="${env.Path}"/> |
|
|
</or> |
|
|
</or> |
|
|
</condition> |
|
|
</condition> |
|
|
<echo level="verbose"> wsdl.found=${wsdl.found}</echo> |
|
|
|
|
|
<condition property="csc.found"> |
|
|
|
|
|
|
|
|
<echo level="verbose"> wsdl.found=${wsdl.found}</echo> |
|
|
|
|
|
<condition property="csc.found"> |
|
|
<or> |
|
|
<or> |
|
|
<available file="csc" filepath="${env.PATH}"/> |
|
|
<available file="csc" filepath="${env.PATH}"/> |
|
|
<available file="csc.exe" filepath="${env.PATH}"/> |
|
|
<available file="csc.exe" filepath="${env.PATH}"/> |
|
|
<available file="csc.exe" filepath="${env.Path}"/> |
|
|
<available file="csc.exe" filepath="${env.Path}"/> |
|
|
</or> |
|
|
</or> |
|
|
</condition> |
|
|
</condition> |
|
|
<echo level="verbose"> csc.found=${csc.found}</echo> |
|
|
|
|
|
<condition property="dotnetapps.found"> |
|
|
|
|
|
|
|
|
<echo level="verbose"> csc.found=${csc.found}</echo> |
|
|
|
|
|
<condition property="dotnetapps.found"> |
|
|
<and> |
|
|
<and> |
|
|
<isset property="csc.found"/> |
|
|
<isset property="csc.found"/> |
|
|
<isset property="wsdl.found"/> |
|
|
<isset property="wsdl.found"/> |
|
|
</and> |
|
|
</and> |
|
|
</condition> |
|
|
</condition> |
|
|
<echo level="verbose"> csc.found=${csc.found}</echo> |
|
|
|
|
|
|
|
|
<echo level="verbose"> dotnetapps.found=${dotnetapps.found}</echo> |
|
|
|
|
|
|
|
|
<available property="rhino.present" |
|
|
<available property="rhino.present" |
|
|
classname="org.mozilla.javascript.Scriptable" |
|
|
classname="org.mozilla.javascript.Scriptable" |
|
|