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
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
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
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
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