This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: ANT Import Task
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
As you know you can import ant build files into another build file and use the targets. But this import task can only be at the project root, ie not in a target. Thus, its another item to check for proper loading in the internal -required-bits-present target of my build.xml main script in the Orca TDD Build Framework.
Thus, actually boot strapping the Orca TDD Build Framework in which the -bootstrap internal target loads things and the -required-bits-present internal target thne checks the validity of the bootstrap step.