One way to get around this is to use the msbuild from within nant. i.e.
<target name="msbuild">
<exec program="msbuild">
<arg value="solution_file" />
<arg value="/t:${target} />
...
</exec>
</target>
Not sure if this is what you want to hear.
-Andy
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users