invoking targets with subant

2004-02-17 Thread Mariano Benitez
does subant run/defines/whatever the top level properties of the invoked 
buildfile:

I have a subant that call test0 on dir1/build.xml, that target depends 
on properties defined at the top level in that same buildfile, but when 
it is invoked with subant it fails because the top level properties 
where not defined.

Is that an expected behaviour or a bug? If that is how you designed it 
is very problematic since I cannot know which properties I defined at 
each buildfile level to define it in the invoker one.

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


Re: invoking targets with subant

2004-02-17 Thread Mariano Benitez
forget it, my fault, I wrote a task that invokes junittask, and forgot 
to add the propertyset.  :)

MAriano
Mariano Benitez wrote:
does subant run/defines/whatever the top level properties of the 
invoked buildfile:

I have a subant that call test0 on dir1/build.xml, that target 
depends on properties defined at the top level in that same buildfile, 
but when it is invoked with subant it fails because the top level 
properties where not defined.

Is that an expected behaviour or a bug? If that is how you designed it 
is very problematic since I cannot know which properties I defined at 
each buildfile level to define it in the invoker one.

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

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