On Wed, 17 Jul 2002, Alexey Solofnenko <[EMAIL PROTECTED]> wrote:

>   often I have a (relative) path to some file and I want to do
>   something with the file in ANT. However <fileset dir="."
>   includes="${path}"/> does not work, because the path is something
>   like "../dir1/dir2/file" - outside of the current directory
>   structure. How can I deal with this?

Use <dirname> to create something for <fileset>'s dir attribute and
<basename> for the includes part.

Stefan

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

Reply via email to