Kate McCole schrieb: > Is there any task for ant to call other scripts or files? > Thanks
call other scripts, programs ... with <exec> task, see= http://ant.apache.org/manual/CoreTasks/exec.html call other ant scripts with <ant> task, see= http://ant.apache.org/manual/CoreTasks/ant.html also subant, see= http://ant.apache.org/manual/CoreTasks/subant.html Regards, Gilbert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
