Re: [Nant-users] using task on files

2004-06-28 Thread Ian MacLean
Gert Driesen wrote: Gert, I'm a little confused: why are you asking me if i mind building NAntContrib from CVS if you know it doesn't build with Mono? I don't have any .Net on Windows here (just linux/ppc and linux/i386 with Mono). I asked this to determine whether it would be worth the troubl

[Nant-users] task

2004-06-28 Thread Matt Hulse
Forgive me if this has been addressed but I could not find it in the archives:   I am trying to use nant with source safe but none of the nant vss commands complete. They all return the same error:   {BUILD OUTPUT with –v argument}   NAnt 0.85 (Build 0.85.1631.0; net-1.0.win32; night

Re: [Nant-users] 'custom' built-in property

2004-06-28 Thread Gert Driesen
> - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, June 28, 2004 5:15 AM > Subject: [Nant-users] 'custom' built-in property > > Hi, > > Is there any way where from I can read a 'custom' built-in property > (that I can set in nant.exe.config), whi

Re: [Nant-users] using task on files

2004-06-28 Thread Gert Driesen
- Original Message - From: "Jeroen Zwartepoorte" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, June 28, 2004 5:49 PM Subject: Re: [Nant-users] using task on files > Gert, > > I'm a little confused: why are you asking me if i mind build

Re: [Nant-users] using task on files

2004-06-28 Thread Jeroen Zwartepoorte
Gert, I'm a little confused: why are you asking me if i mind building NAntContrib from CVS if you know it doesn't build with Mono? I don't have any .Net on Windows here (just linux/ppc and linux/i386 with Mono). Btw, there's not much to "stabilize" with this task. Perhaps it needs a little more l

Re: [Nant-users] Need help with

2004-06-28 Thread Gary Feldman
- Original Message - From: "Gert Driesen" <[EMAIL PROTECTED]> Sent: Saturday, June 26, 2004 12:52 PM >Body files should be specified using the fileset element > named . See http://nant.sourceforge.net/nightly/help/tasks/mail.html > for more information, and an example. This reminds me of

RE: [Nant-users] Need help with

2004-06-28 Thread Jean-Michel Theriault
I did check that link before. I wrote my code with exactly the same syntax and I still don’t get the file for the body nor the attachments. I do get the e-mail and I even tried it with the message parameter and that works. I was wondering if there is something special that I have to configu

RE: [Nant-users] using task on files

2004-06-28 Thread John Cole
Jeroen, I needed to do a similar thing. My solution was to create two new custom functions, regex::replace and file::get-file. They are very simple and have no error checking :-)

[Nant-users] 'custom' built-in property

Title: Message Hi,   Is there any way where from I can read a 'custom' built-in property (that I can set in nant.exe.config), which is visible to all the projects? (something like 'foo.bar' similar to 'nant.settings.defaultframework.sdkdirectory')   Thanks in advance, Sriram  

[Nant-users] change color of 'BUILD FAILED'

Title: Message Hi,   Probably this would be part of 'wish-list' for nant( or has it been implemented already?) I was thinking of changing the color of the 'BUILD FAILED' to say RED . Is there any way that I can achieve it   TIA,Sriram  

[Nant-users] include native dll's

Title: Message Hi,   How do I include COM dll's in the project.   Thanks in advance, Sriram  

Re: [Nant-users] Mono compile error

Griffin, This was fixed in cvs about a week ago. Gert - Original Message - From: "Griffin Caprio" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 23, 2004 5:53 AM Subject: [Nant-users] Mono compile error > I am trying to compile NAnt under Mono, beta 3 and i keep get

Re: [Nant-users] XSLT Generated Build File and deprecated uptodatefile attribute

You can always use the task : http://nant.sourceforge.net/nightly/help/tasks/uptodate.html. Hope this helps, Gert - Original Message - From: "Troy Laurin" <[EMAIL PROTECTED]> To: "Nick Zigomanis" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 23, 2004 8:54 AM Subject: RE