Re: [NAnt-users] how to merge NAnt and Windows DDK tools?

2006-11-27 Thread Melissa Kacher
Sorry, I thought that was self evident. I didn't know anyone tried to run scripts without explicitely invoking cmd.exe. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Feldman Sent: Monday, November 27, 2006 8:08 AM To: nant-users@lists.sourceforge

Re: [NAnt-users] bug

2006-11-27 Thread Gary Feldman
Lucio Assis wrote: > I think I found a bug related to the task. Check out this > very simple example: > It's not a bug, it's the way XML works (without making NAnt jump through hoops). > [default.build] > > xmlns="http://nant.sf.net/release/0.85-rc4/nant.xsd";> > By including this here, X

[NAnt-users] bug

2006-11-27 Thread Lucio Assis
I think I found a bug related to the task. Check out this very simple example: [default.build] http://nant.sf.net/release/0.85-rc4/nant.xsd";> [local.xml] ::[output

Re: [NAnt-users] Help required for build numbering by NAnt script.

2006-11-27 Thread Gary Feldman
Bob Archer wrote: > > Take a look at the version task and the asminfo task… with these you > should be able to accomplish this. I think both of these tasks are in > the contrib. dll. > The asminfo task is in NAnt, while version is in NAntContrib. Another option, which is the one I recommend, is

Re: [NAnt-users] how to merge NAnt and Windows DDK tools?

2006-11-27 Thread Gary Feldman
Melissa Kacher wrote: > 1) String these commands all together with & in one I don't think this will work. Isn't the & processed by cmd.exe, which NAnt bypasses with (unless you specifically invoke it)? Gary - Take Surve

Re: [NAnt-users] how to merge NAnt and Windows DDK tools?

2006-11-27 Thread Gary Feldman
Kropacek, Miroslav wrote: > > I’ve got a little problem: I have to use Windows DDK’s tools as > build.exe for building some older project. The problem is that > build.exe needs to run a script called “setenv.bat” where can be found > a lot of env. settings etc. Normally it works as follows: > >

Re: [NAnt-users] Help required for build numbering by NAnt script.

2006-11-27 Thread Bob Archer
Take a look at the version task and the asminfo task... with these you should be able to accomplish this. I think both of these tasks are in the contrib. dll. BOb From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bobby Michael Sent: Friday,