I have a xslt setup to filter out some specific tasks by name - to
control our automated build processes. One of the tasks I want to
filter out is , since we don't want our build files to call
other build files. This was working great until I found that
could also have a , which effectively breaks
t; wrote:
> Fred,
>
> Could it be that you're using a old version of NAnt ?
>
> Recent versions of NAnt (eg. 0.85 RC1) should not have any problems with
> this hintpath.
>
> Gert
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto
for all the .net DLL's.
>
> MArk B.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Fred Chang
> Sent: Tuesday, February 08, 2005 12:55 PM
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Reference not found o
I have a project developed on Windows 2003 and a NAnt build script on
Windows 2000. During execution, NAnt complains that references could
not be found:
Couldn't find referenced assembly
'C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll'.
This error occurred because the HintPath in tha
I guess XSLT is the way to go then.
On Fri, 21 Jan 2005 17:27:23 -0800, Fred Chang <[EMAIL PROTECTED]> wrote:
> I would like to filter tasks in an NAnt build file so that some tasks
> are not processed when NAnt is run. For example, say you have some
> and tasks, but you don
I would like to filter tasks in an NAnt build file so that some tasks
are not processed when NAnt is run. For example, say you have some
and tasks, but you don't want them to execute each time
NAnt runs. The constraint is that you don't have control over the NAnt
build file; somebody else has own