Re: [NAnt-users] task with parameters ...

2009-05-14 Thread Duncan Godwin
Hi I came across this task a while ago and looks like a good fit though I haven't tried it myself: http://www.markhneedham.com/blog/2008/08/14/macros-in-nant/ Cheers Duncan - Original Message - From: Bjerstedt, Tony [Audatex - Americas] To: Parrish, Ken ; nant-users@lists.source

Re: [Nant-users] Zip task recursively

2003-11-12 Thread Duncan Godwin
Title: Zip task recursively Hi,   The trick is in the fileset patterns:                 ** Matches directories, and *.* matches files.   Cheers,   Duncan - Original Message - From: Mahajan, Umesh To: '[EMAIL PROTECTED]' Sent: Wednesday, November 12

Re: [Nant-users] Getting vs.net 2003 to recognize .build files

2003-09-20 Thread Duncan Godwin
The steps need to be: 1) From inside Visual Studio.NET right click on the .build file, and from the context-menu select open with.. 2) Select html/xml editor, and click Set default (so next time you can skip the open with) 3) Put an XML schema from in c:\Program Files\Microsoft Visual Studio.NE

Re: [Nant-users] Replace Task in Nant

2003-08-20 Thread Duncan Godwin
uot;Daya Sharma" <[EMAIL PROTECTED]> To: "'Duncan Godwin'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, August 20, 2003 8:18 PM Subject: RE: [Nant-users] Replace Task in Nant > Do we have Ant's Copy and Filters equivalent in Nant?? &

Re: [Nant-users] Replace Task in Nant

2003-08-20 Thread Duncan Godwin
I would argue it's nice to have an integrated task rather than requiring knowledge of another external tool. I wonder though if there should be a replace task at all, in ant, this sort of thing is done with copy and filters [1], and I think where it still fits it makes sense to reuse the power