I'm not sure if you are talking about building the VS
solution file using NAnt or not.
If you just want to have the solution configured to
put the build file in a specific location, then you
can use a post build event in the project's build
settings.
ie,
PostBuildEvent = 'copy "$(TargetPath)"
"$
Is it possible to use a user defined variable in the
nant build file?
My goal is to set the MailLogger.success.subject and
MailLogger.failure.subject using the base target name
used...whether it was the default target, or a target
specified on the command line.
It seems like the way to do this