Hi,

I am looking to see if all the tasks like filelist, fileset take the default
directory as the directory of the ant file in which they are being
refereed...

e.g 

if I use 

<project>
    <import file="tasks/TaskDefs.xml"/>
    <import file="PreDefs.xml"/>
    <import file="CompDefs.xml"/>
</project>


instead I want to say

<import>
        <filelist dir="??????"
                  files="tasks/TaskDefs.xml,
                  PreDefs.xm,
                  CompDefs.xml"
                />
    </import>


Regards,
Nagendra


-- 
View this message in context: 
http://old.nabble.com/default-directory-for-directory-attribute-tasks-tp28228748p28228748.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to