[Nant-users] NAnt 0.84, too verbose. How to improve visibility

2003-12-22 Thread Michael_Kariv
I would like to make NAnt less verbose. I would like to make output viewer frinedlier. I was using NAnt 0,83 and now switched to 0,84, that is even more verbose then predecessor.  My typical build is 20 solutions, each I defeined as a task. 1. How to hide command source e.g. [echo], [solution]

[Nant-users] Copying project config file

2003-12-22 Thread Erick Thompson
I put together a little target that will copy the app.Config file used by visual studio to the build directory, renaming the file. The only external property needed is the build.dir property. However, I couldn't find where VS.NET stores the startup project, so I had to assume that folder where t

RE: [Nant-users] task and character encoding

2003-12-22 Thread Lehnert, Marc [LBRT/LNA]
I just tested this with v0.8.4 RC2. Works like a charm. Thanks! -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 11:52 PM To: Lehnert, Marc [LBRT/LNA] Cc: NAnt Users List (E-mail) Subject: Re: [Nant-users] task and character encoding Hi

[Nant-users] no output fo build

2003-12-22 Thread Eldo Daniel
I am building using NAnt and this is the log.   The build output directory is empty, even though the message from log says, BUILD SUCCESSFUL.   Can any one throw some light into this ?   Thanks a bunch !   Eldo Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing Build Log    ---

Re: [Nant-users] build problems with mono

2003-12-22 Thread Marco Canini
in windows it compiles without pbs. i think it's something in mono but i can't debug (mono-debugger is bugged :-) On Mon, 2003-12-22 at 14:00, Marco Canini wrote: > build: > > > BUILD FAILED > > INTERNAL ERROR > > System.ArgumentException: Xml node has not been mapped. > in [0x00031] (at /

[Nant-users] build problems with mono

2003-12-22 Thread Marco Canini
build: BUILD FAILED INTERNAL ERROR System.ArgumentException: Xml node has not been mapped. in [0x00031] (at /home/marco/src/nant/src/NAnt.Core/LocationMap.cs:197) NAnt.Core.LocationMap:GetLocation (System.Xml.XmlNode) in [0x001a8] (at /home/marco/src/nant/src/NAnt.Core/Target.cs:232) NAnt.C

Re: [Nant-users] NAnt 0.84 Release Candidate 2 available

2003-12-22 Thread Marco Canini
On Mon, 2003-12-22 at 11:06, Sascha Andres wrote: > Hi, > * Marco Canini wrote on 22.12.2003 (03:35): > > Why don't you call pkg-config for detecting mono presence? > > "pkg-config --modversion mono" gives you mono version > > "pkg-config --variable=prefix mono" gives you mono base dir, than you >

Re: [Nant-users] NAnt 0.84 Release Candidate 2 available

2003-12-22 Thread Ian MacLean
Its an idea. I still think we should auto-detect if its not there though. Ian Gert Driesen wrote: - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Marco Canini" <[EMAIL PROTECTED]>; "NAnt Mailing List (E-Mail)" <[EMAIL PROTECTED]> Se

Re: [Nant-users] NAnt 0.84 Release Candidate 2 available

2003-12-22 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Marco Canini" <[EMAIL PROTECTED]>; "NAnt Mailing List (E-Mail)" <[EMAIL PROTECTED]> Sent: Monday, December 22, 2003 10:45 AM Subject: Re: [Nant-users] NAnt 0.84 Release Candidate 2 avai

Re: [Nant-users] NAnt 0.84 Release Candidate 2 available

2003-12-22 Thread Ian MacLean
It won't - the point is that most people will use the one on the path and right now we handle poorly the fact that the default config entry doesn't necessarily match whats on the users system. Ian Gert Driesen wrote: - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Mar

Re: [Nant-users] NAnt 0.84 Release Candidate 2 available

2003-12-22 Thread Sascha Andres
Hi, * Marco Canini wrote on 22.12.2003 (03:35): > Why don't you call pkg-config for detecting mono presence? > "pkg-config --modversion mono" gives you mono version > "pkg-config --variable=prefix mono" gives you mono base dir, than you > add /bin and /lib pkg-config is not available on SuSE and

Re: [Nant-users] NAnt 0.84 Release Candidate 2 available

2003-12-22 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Marco Canini" <[EMAIL PROTECTED]> Cc: "Gert Driesen" <[EMAIL PROTECTED]>; "NAnt Mailing List (E-Mail)" <[EMAIL PROTECTED]> Sent: Monday, December 22, 2003 4:40 AM Subject: Re: [Nant-users] NAnt 0.84 Release Candidate 2 avai