Conor MacNeill wrote:

> The import task does not currently use the project basedir to resolve
> import files. So, the following does not work as I would have expected
> 
> <project default="test" basedir="..">
>    <import file="base2/base2.xml"/>
> 
>    <echo message="base1.xml"/>
> </project>
> 
> Is this desirable?

No, the basedir was lost during the refactoring, it used to be
extracted from the sax context.

Since Import is a task - the easiest is to change to 
setFile( File ). I can't work on this right now - I'll try tommorow.

Costin


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

Reply via email to