Author: bodewig Date: Tue Oct 17 11:58:03 2006 New Revision: 465004 URL: http://svn.apache.org/viewvc?view=rev&rev=465004 Log: update docs
Modified: ant/antlibs/dotnet/trunk/README ant/antlibs/dotnet/trunk/docs/ildasm.html ant/antlibs/dotnet/trunk/docs/wsdltodotnet.html Modified: ant/antlibs/dotnet/trunk/README URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/README?view=diff&rev=465004&r1=465003&r2=465004 ============================================================================== --- ant/antlibs/dotnet/trunk/README (original) +++ ant/antlibs/dotnet/trunk/README Tue Oct 17 11:58:03 2006 @@ -16,8 +16,8 @@ Building ======== -This Ant Library requires Ant 1.7.0 to build, some of the test use -JUnit 3 (3.8.2 recommended), others use the sister Antlib AntUnit (see +This Ant Library requires Ant 1.7.0 to build, the tests use the sister +Antlib AntUnit (see <http://ant.apache.org/antlibs/antunit/index.html>). It should work with any Java(TM) Runtime (and compile with any Java(TM) Modified: ant/antlibs/dotnet/trunk/docs/ildasm.html URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/docs/ildasm.html?view=diff&rev=465004&r1=465003&r2=465004 ============================================================================== --- ant/antlibs/dotnet/trunk/docs/ildasm.html (original) +++ ant/antlibs/dotnet/trunk/docs/ildasm.html Tue Oct 17 11:58:03 2006 @@ -50,7 +50,10 @@ path. To disassemble using alternate CLR systems, set the executable attribute to the name/path of the alternate implementation -one that must support all the classic ildasm - commands. </p> + commands. <b>Note:</b> the ildasm executable of version 2.0 of + Microsoft's .NET SDK seems to be broken as it always failed during + tests (couldn't find the assembly's metadata) even for assemblies + built completely independent of Ant.</p> <p>Dependency logic: the task executes the command if the output file is missing or older than the source file. It does not take Modified: ant/antlibs/dotnet/trunk/docs/wsdltodotnet.html URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/docs/wsdltodotnet.html?view=diff&rev=465004&r1=465003&r2=465004 ============================================================================== --- ant/antlibs/dotnet/trunk/docs/wsdltodotnet.html (original) +++ ant/antlibs/dotnet/trunk/docs/wsdltodotnet.html Tue Oct 17 11:58:03 2006 @@ -84,6 +84,10 @@ <td valign="top" align="left"> Any extra WSDL.EXE options which aren't explicitly supported by the ant wrapper task; optional + <br><b>Note:</b> Some versions of Mono's wsdl.exe will + silently ignore any options it doesn't know when you start + the option with "/", it will fail on unknown options if you + use "-" instead. </td> <td valign="top" align="left"> String --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]