[Nant-users] Property Override Doesn't seem to work

2004-02-20 Thread Larry Chase
I have individual build files that are connected together via a master.build file and when I pass properties in to override the local properties from the master.build, the values are not overriding.  Using the attached sample, I expect a "nant -buildfile:test.build" to echo "c:\projects", ho

[Nant-users] Runtime Variable Definition

2004-02-18 Thread Larry Chase
Is there a way to prompt the user for runtime definition of a property or a task that can read user keyed input and set the value of a property?  I would like to set up a NAnt project that prompts the user to provide values during execution.  Something to the effect of the following...    

[Nant-users] Copying files

2004-02-11 Thread Larry Chase
I would like to copy all files except some to exclude, how can I go about doing that?  This seems to not work.              

[Nant-users] Building Custom NAnt Tasks

2004-02-10 Thread larry chase
I have looked at the source code for NAnt and it seems simple enough to create your own tasks, however I am having trouble finding out how to get it working once I have created a task. How do I enable NAnt to understand the xml node elements etc.. of the tasks I just created? Is there anyone o