"Robert Soesemann" <[EMAIL PROTECTED]> wrote ..
> Thanks, that much better than apply. But I couldn't find out how to
> extract and pass the path of the currently processed file.
> 

could try something like;


<project name="yourproject">

<fileset id="filedir" dir="."/>

<property name="filepath" refid="filedir"/>

<echo>${filepath}</echo>

</project>

you might have to process from here with a <foreach/> as well....

gl, Jim Fuller

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

Reply via email to