[Nant-users] 0.85 release notes

2004-08-01 Thread Troy Laurin
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

[Nant-users] Resource Files

2004-08-01 Thread Steven-S . Hawkes
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

Re: [Nant-users] NAnt on Mac OS X

2004-08-01 Thread Gert Driesen
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

Re: [Nant-users] NAnt on Mac OS X

2004-08-01 Thread Gert Driesen
- 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

Re: [Nant-users] default resources in assembly files

2004-08-01 Thread Gert Driesen
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

[Nant-users] default resources in assembly files

2004-08-01 Thread Bert Jan Lappenschaar
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

[Nant-users] NAnt on Mac OS X

2004-08-01 Thread Brian Gilman
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

[Nant-users] using slingshot or solution tasks

2004-08-01 Thread Bert Jan Lappenschaar
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