Dynamically finding build files with <ant> task -
I am trying to create a sub project from my main ant build script.
plugings / & lt; PluginName & gt; /build.xml
I want to do something effectively
& lt; Ant antfile = "plugins / * / build.xml" ... & gt;
This should be dynamically created files in the plug-in directory
Solution:
Thanks in advance.
These links show you a way of building sub-projects: < / P>
Check this answer:
Comments
Post a Comment