Burgess, Benjamin wrote:
If you know there will be only one directory that matches the wildcard,
but you don't know the exact name of the directory ahead of time (I
can't imagine a use case) then you could do something like a direst
followed by a pathconvert to get the actual dirname.
Ben
apache.org
Subject: todir attribute with wildcards
hi all,
i need to copy some files to location whose name is only partially known
to me.
i tried
'*' represents part of the path that changes, but complete path name is
basically always the same.
anyway, ant complains about
hi all,
i need to copy some files to location whose name is only partially known
to me.
i tried
'*' represents part of the path that changes, but complete path name is
basically always the same.
anyway, ant complains about destination path. i thought that wildcards
could help,