> I know most of the above tasks are easy in Ant. The one thing I need > help on, is how to call other Ant build scripts from my index/main Ant > build script. Also, I'd like to pass parameters to these project > specific build scripts containing domain information. > Any help would be greatly appreciated.
That part isn't hard -- look up the "Ant" task in the manual. Example: <ant antfile="subproject/build.xml" dir="subproject" target="compile"> Dave Herman [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
