Hi,

Our current build process involves a DOS batch file to loop through a list
of solutions that we want to build, and invoking the command line Visual
Studio client to build each one.  We are interested in Ant as a replacement,
since we believe the logic control/conditional execution of targets will
come in very handy.  However, first we need to get it working as a
functional replacement for our current needs.

There are two parts we need to get working first.  The list of solutions to
build is manually maintained (and is a subset of the directories under our
solutions directory).  The first issue is to figure out how to pass this
list of solutions into Ant. The second issue is how to invoke the same
target for each solution, passing the name of the solution to the exec task.

Any suggestions or alternatives are highly appreciated.

Thanks in advance,
KaJun
-- 
View this message in context: 
http://www.nabble.com/converting-from-DOS-Visual-Studio-to-Ant-for-build-tp14930444p14930444.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to