One of the features I wanted to add to the NAnt VS.Net Addin that Jayme wrote was the ability to create a NAnt build file from the current project. It would be pretty simple using slingshot, or an xslt transform.
Also, NAnt can now work (in the last few months) with in-memory build documents. This means you can programmatically, via a stream or the document directly, create a build file. I've also written a simple xslt transform, much like Don has done, to convert a project file into a NAnt build file. There is no reason this can't be done completely in memory and executed immediately. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:nant-developers- > [EMAIL PROTECTED]] On Behalf Of Ian MacLean > Sent: Tuesday, July 16, 2002 3:14 PM > To: Browning, Don > Cc: NAnt Developers > Subject: Re: [nant-dev] New task idea > > > Someone has already done it. Check out > > http://nantcontrib.sf.net/NAntAddinSetup.msi ------------------------------------------------------- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim _______________________________________________ Nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
