Breaking change:
Automatic quoting of arguments (built-in type) has been removed for
non-file arguments. This breaks build files that assume that argument
values containing spaces will be quoted.
Regards,
-- Troy
Disclaimer Message:
This message contains confidential information and is inten
Hi,
I would appreciate some advise on the use of Resource files with NAnt.
I have a windows application which has a number of resource
files associated with it. The build type for these files is "Content".
What should I include in the csc Resources so that these files
are accessed correctly by
Brian,
Are you sure that's correct ?
You should definitely not have to remove that check from the NAnt
configuration file. We need to have NAnt working out-of-the-box, so I'd
appreciate it if you could help us to get to the bottom of this.
What you're saying is that pkg-config can find the pach
- Original Message -
From: "Brian Gilman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 31, 2004 10:07 PM
Subject: [Nant-users] NAnt on Mac OS X
> Hello Everyone,
>
> Has anyone been able to get NAnt to run on mac OS X? I seem to be
> getting the following error eve
Bert,
Can you send us a small repro for this issue ? Don't send us your solution
as is, but create a clean solution with the minimum set of files necessary
to reproduce this issue.
Thanks,
Gert
- Original Message -
From: "Bert Jan Lappenschaar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED
Hi all,
Thanks for your help so far, very useful!
I ran into another thing:
I compiled the same website using Visual Studio and using a nant
script.
I compared the dll and its satellite dll’s with
the Loetz Roeder’s resource tool to see what resources are in there and what
the names
Hello Everyone,
Has anyone been able to get NAnt to run on mac OS X? I seem to be
getting the following error every time I try to compile it:
if test x = xWindows_NT; then make windows-nant; else make linux-nant;
fi
mono bin/NAnt.exe -buildfile:NAnt.build build
Compat mode: the request from
/U
Hi,
So far I used a tool I wrote myself to parse solution en project files and produce
Nant build scripts. This used to work fine, I only built windows programs, no web
sites and web services. Now I also started building web sites and web services using
NAnt I am having a hard time keeping my