Re[2]: import question

2005-02-22 Thread Andrew Solonchuk
> 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

Re: import question

2005-02-21 Thread Ivan Ivanov
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

import question

2005-02-21 Thread Andrew Solonchuk
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