On Wed, 26 Sep 2001, Craeg K. Strong <[EMAIL PROTECTED]> wrote: > The problem is this: once I create a subproject by calling <ant>, > how on earth can I get my hands on it in the testing framework?
I haven't tried it, but you should be able to do what you need by playing a bit with BuildListeners - attach a BuildListener to the current project, the new one will inherit it, and either catch the logging messages that say "property test has been set to ..." or access the new project instance in the next logged event. Stefan
