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
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
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
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
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
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:
>
>
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,