On Feb 16, 2007, at 7:09 PM, Curt Arnold wrote:
However, if you try to do "nant" or "nant test", you will get a failure that <exec> doesn't support the managed attribute. It appears that the build file for NAnt requires features that are not in NAnt 0.85. Removing the managed="true" replaces that error with another when it tries to run the generated nant.exe as a Mac OS/X executable.



Changing managed="true" to useruntimeengine="true" will let the units test pass. I'd suggest using the old name so that you can build the next release of NAnt with the current release of NAnt and make the switch after the next release. Basically undo this commit: http:// nant.cvs.sourceforge.net/nant/nant/NAnt.build?r1=1.236&r2=1.237



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to