> -----Original Message----- > From: Curt Arnold [mailto:[EMAIL PROTECTED] > Sent: zaterdag 17 februari 2007 6:20 > To: Gump code and data > Subject: Re: Issue building NAnt > > > 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
I wonder if Ant also does not require to bootstrap the version of Ant that you want to build. I don't think it's necessary to ensure NAnt can be built using a previous release, if such a bootstrap procedure is in place. Nevertheless, I have no problem undoing that commit. It's your call. Gert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
