On Wed, 11 Jan 2006, shreedhar natarajan <[EMAIL PROTECTED]> wrote:

> well am raising a question based on my observation.

The problem is that the question isn't easy to identify from your
post.

Are you asking whether properties are scoped in Ant?

No, they are not.  When a <property> task is executed it creates a
property at project scope and the property is accessible to all other
tasks running after that task.  <ant> and friends creates a new
project scope and there is no (simple) way to transfer properties
defined in that child scope back to the outer scope.

Stefan

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

Reply via email to