bodewig 2003/09/12 04:29:49 Modified: src/etc/testcases/taskdefs/optional dotnet.xml Log: Fix typo. Actually I dodn't mean to include this file with my last commit, but now that it's in ... This is part of my ongoing effort to run the .NET tests against a fink installed mono-0.23 on my iBook (there no jit for PPC yet). Revision Changes Path 1.11 +1 -1 ant/src/etc/testcases/taskdefs/optional/dotnet.xml Index: dotnet.xml =================================================================== RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/optional/dotnet.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- dotnet.xml 12 Sep 2003 11:25:31 -0000 1.10 +++ dotnet.xml 12 Sep 2003 11:29:49 -0000 1.11 @@ -161,7 +161,7 @@ </csc> <available property="app.created" file="${testCSC.exe}"/> <fail unless="app.created">No app ${testCSC.exe} created</fail> - <exec executable="${mono.execuatble}" failonerror="true"> + <exec executable="${mono.executable}" failonerror="true"> <arg value="${testCSC.exe}"/> </exec> <delete file="${testCSC.exe}"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]