I could write a target the cleans all the objs and exes out before building a solution, but it would be so much nicer to do something like this:
<target name="clean"> <solution solutionfile="mySolution.sln" op="clean"> </target> <target name="rebuild"> <solution solutionfile="mySolution.sln" op="rebuild"> </target> <target name="build"> <solution solutionfile="mySolution.sln" op="build"> </target> Thoughts? ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users