[Nant-users] how many s are there?

2005-03-11 Thread Fred Chang
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

Re: [Nant-users] Reference not found on different OS

2005-02-09 Thread Fred Chang
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

Re: [Nant-users] Reference not found on different OS

2005-02-08 Thread Fred Chang
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

[Nant-users] Reference not found on different OS

2005-02-08 Thread Fred Chang
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

[Nant-users] Re: NAnt build file filtered by task name/tag

2005-01-24 Thread Fred Chang
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

[Nant-users] NAnt build file filtered by task name/tag

2005-01-21 Thread Fred Chang
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