Re: [NAnt-users] How do I change the directory structure of the output from a solution build?

2006-02-15 Thread Lee Wallen
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)" "$

[NAnt-users] Is it possible to use a user defined variable in the nant build file?

2006-02-03 Thread Lee Wallen
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