<ant antfile="../AnotherProject/build.xml" target="mytarget">
Call another target within the same buildfile. It can be used also for imported buildfile.
<antcall target="mytarget">
The complete list of Ant core tasks can be found here.
Tipps & Tricks about Java, Linux and company from my every-day life as developer
<ant antfile="../AnotherProject/build.xml" target="mytarget">
<antcall target="mytarget">
No comments:
Post a Comment