Hello,
I have a build script build-A.xml wholse target A invokes build-B.xml target
B using an AntCall ..

I need to query some project properties which are set by a task in target B
after the target A executes ..

How do I do this .. The problem I am having is that the project properties
set by build-B.xml are not being propagated back to
build-A.xml. Is there a way to do this ..

Thanks
Ravi

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to