You could also run the build using the <solution> and then have a <copy>
to but the binaries where you want.
Ryan Davis
Acceleration.net
Director of Programming Services
2831 NW 41st street, suite B
Gainesville, FL 32606
Office: 352-335-6500 x 124
Fax: 352-335-6506
Brass Tilde wrote:
I am building a solution that puts the output into the following
directory structure:
<project.dir>\src\bin\Release\<my_exe>
How can I change this behaviour? I've tried changing the output=
parameter, but to no avail.
I want it to be placed right in: <project.dir>\bin
Is this just a function of the solution itself or my lack of
experience with Nant? Any help is very much appreciated.
If you are building a VS 2005 project and are willing to use MSBuild
from an <exec /> task, you can set the OutDir property thusly:
/p:OutDir=${project.dir}\bin
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users