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
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...
I
would like to copy all files except some to exclude, how can I go about doing
that? This seems to not work.
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