svn commit: rev 47448 - avalon/trunk/central/laboratory/avalon-net/DynamicProxy
[email protected] 29 Sep 2004 02:53:53 -0000
| Newsgroups | gmane.comp.jakarta.avalon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hammett Date: Tue Sep 28 19:53:53 2004 New Revision: 47448 Modified: avalon/trunk/central/laboratory/avalon-net/DynamicProxy/README.txt Log: whoops! Modified: avalon/trunk/central/laboratory/avalon-net/DynamicProxy/README.txt ============================================================================== --- avalon/trunk/central/laboratory/avalon-net/DynamicProxy/README.txt (original) +++ avalon/trunk/central/laboratory/avalon-net/DynamicProxy/README.txt Tue Sep 28 19:53:53 2004 @@ -16,7 +16,7 @@ To Build DynamicProxy you'll need: NAnt -> http://nant.sourceforge.net -(Tested against version 0.84) +(Tested against version 0.85) NUnit is not a requirement as NAnt already includes it. We cannot provide them for you due to licensing issues. @@ -29,24 +29,8 @@ Once your environment is set up you can type: -> build.cmd -defaultframework:?????? compile +> nant -Where ?????? is one of the following: - - mono-1.0 for Mono 1.0 - net-1.1 for Microsoft .NET Framework 1.1 - net-1.0 for Microsoft .NET Framework 1.0 - sscli-1.0 for Shared CLI 1.0 - -For example: - -> build.cmd -defaultframework:net-1.1 compile - -You may also type: - -> build.cmd - -To build everything that is supported by your machine configuration. Enjoy!