Swoogan wrote:
Hello, I'm writing my own task that extends ExternalProgramBase. When
the task runs, and an error occurs, the error text seems to be mixed
in with the regular output. When I run the program from the command
line and get the error it's displayed at the end of the output. This
[EMAIL PROTECTED] wrote:
Colin
I cannot get it to load a build script.
I chose not to install NAnt during the installation because I already have NAnt
installed. It now cannot find NAnt.Core. It only looks under the apps
installation path for NAnt dlls. I tried setting the NAntPath key
Colin
I cannot get it to load a build script.
I chose not to install NAnt during the installation because I already have NAnt
installed. It now cannot find NAnt.Core. It only looks under the apps
installation path for NAnt dlls. I tried setting the NAntPath key in the
app.config, but that
Bill,
Can't you use the refid? You are creating a fileset with an id (), and you can refer to that anywhere else by using:
Which you can wrap in an task. Alternatively, you could easily knock up a bit of script to create a function that will convert the fileset to a string. I think