I have two ant scripts. A target in build-1 has dependencies on a target in build-2. Those dependences are called using the <ant> task. The target in build-1 will run depending on whether or not a property is set by a <condition> task in the target in build-2. I wondering can (and if not, how could it be done) the original build-1 read properties set by build-2?
-- There are 10 types of people in the world. Those who understand binary and those who do not.