Ivar,

I think your problem is similar to the one I described a few days ago in:

http://mail-archives.apache.org/mod_mbox/ant-user/200808.mbox/% [EMAIL PROTECTED]

So far I have not been able to solve it, nor received any answers. I guess that the answer is that it can not be done using standard ant stuff, that we may need to write custom tasks to do this work.

F

On Aug 06, 2008, at 05:37, Ivar Bratberg wrote:

If I have fileset A:

<fileset dir='.' >
<include name="a" />
</fileset>

Is it possible to get the following fileset by a command that takes
fileset A as an argument in ?

<fileset dir='.' >
<include name="a.extension" />
</fileset>

Best regards
Ivar

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



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

Reply via email to