Author Login
Post 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)