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
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
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
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??
&
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