On Mon, 1 Sep 2008, <[EMAIL PROTECTED]> wrote:

> SO, finally, my question: Is there any way to force the fileset
> returned values to be relative paths?

<fileset> doesn't really return absolute paths, it returns a
collection of strings and the task that uses the fileset usually turns
them into absolute paths.

If the <cc> task, that I'm not too familiar with, doesn't support
using relative paths, you may be out of luck.  Your options are trying
to get <cc> changed or not using <cc> at all (<apply> might work, but
the solution won't be as elegant as <cc> would be).

Stefan

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

Reply via email to