Re: [nant-dev] Slingshot, references, and questions

2003-02-03 Thread Jason Diamond
Hi. - Original Message - From: Dave Sanders [EMAIL PROTECTED] However, I have a problem with Slingshot and a couple of questions for now: 1. I saw another posting about slingshot not working, or being useful right now - is there somewhere I can find additional information about

Re: [nant-dev] New task idea

2002-07-16 Thread Jason Diamond
At my company, we want to use NAnt for its build automation features, but we're also a bunch VS.Net users. Having to create a separate NAnt project is a bit of drag - even worse is keeping it synchronized with the VS.Net project as it evolves. Slingshot helps, of course, but a task that

[nant-dev] SLiNgshoT

2002-05-04 Thread Jason Diamond
I'd like to put SLiNgshoT in a public place so that others could possibly work on it (especially since my time is so limited). Would the NAnt project on SF be a good home? It seems like it doesn't really warrant it's on project space to me. Plus, every user who's contacted me about it or

Re: [nant-dev] nant.xsd sample

2002-04-17 Thread Jason Diamond
A lot of the code in NAnt that uses XPath could really be rewritten so that it doesn't without much trouble at all. For example, most of the SelectSingleNode calls are just getting attributes which could just as easily (and possibly even more efficiently) be gotten be casting an XmlNode to