Re: AW: Calling task in another xml file from main build file

2009-01-28 Thread Sunils_82
View this message in context: http://www.nabble.com/Calling-task-in-another-xml-file-from-main-build-file-tp14306496p21705170.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubs

Re: AW: Calling task in another xml file from main build file

2009-01-28 Thread Sunils_82
View this message in context: http://www.nabble.com/Calling-task-in-another-xml-file-from-main-build-file-tp14306496p21704208.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubs

AW: Calling task in another xml file from main build file

2007-12-12 Thread Jan.Materne
You should be more precise with the terms "tasks" and "targets" ... There are multiple options to call external defined collections of tasks: 1. or Calls the specified (one or multiple) targets in another buildfile. 2. Calls the specified target in multiple other buildfiles. 3. Impor

Re: Calling task in another xml file from main build file

2007-12-12 Thread Francisco Tolmasky
http://ant.apache.org/manual/CoreTasks/ant.html Francisco On Dec 12, 2007, at 3:25 PM, Z W wrote: Hi I have multiple tasks and I like to move a few tasks into another xml file. What's the syntax to call another task in another xml file from the original buildfile ? Eg: task_f

Calling task in another xml file from main build file

2007-12-12 Thread Z W
Hi I have multiple tasks and I like to move a few tasks into another xml file. What's the syntax to call another task in another xml file from the original buildfile ? Eg: task_file.xml Any example similar to this is appreciated also. Thanks