> Andrew, from my not so extensive usage of I
> know that targets in the importee overload targets in
> imported. It is like extending a class in Java and
> calling a method defined in the base class results in
> a call to a method in the child class. (The imported
> is like a base class and the
Andrew, from my not so extensive usage of I
know that targets in the importee overload targets in
imported. It is like extending a class in Java and
calling a method defined in the base class results in
a call to a method in the child class. (The imported
is like a base class and the importee is l
Hi I've tested for using in my build file and don't
understood some thing
if i have
I have output
Buildfile: import.xml
main:
[echo] In main
test:
[echo] target 'test' in import-test progect
imported:
[echo] In imported t