Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

default directory for directory attribute tasks

Raja Nagendra Kumar

2010-04-13

Replies: Find Java Web Hosting

Author LoginPost Reply

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


--
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.