RE: Scope of property.

2005-07-27 Thread Bill Rich
This is not expected behavior, at least by me. I do this kind of thing by setting my properties in an init target then using them in my other targets. Don't seem to have a problem with it. I assume these two targets are in the same build file, right. Bill -Original Message- From: [EMAIL

Re: Scope of property.

2005-07-27 Thread Patrick Martin
Hi, I tried the following: > build.xml > target1.properties a = A and output is: Buildfile: build.xml target1: target2: [echo] a = A BUILD SUCCESSFUL Total time: 0 seconds Which is correct.