Bugs item #1534755, was opened at 2006-08-04 14:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1534755&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Bill Arnette (billarnette)
Assigned to: Nobody/Anonymous (nobody)
Summary: <solution> task: add clean and rebuild options

Initial Comment:
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>


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1534755&group_id=31650

-------------------------------------------------------------------------
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-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to