Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

converting from DOS/Visual Studio to Ant for build

weiji

2008-01-17

Replies: Find Java Web Hosting

Author LoginPost Reply

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
--
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.