--- Florijan Stamenkovic <[EMAIL PROTECTED]> wrote:

> 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]

Maybe so; I honestly can't tell what Ivar is after.

> 
> 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.
> 

To answer your original query, F, for the time being I
would probably load your includesfile using <loadfile>
with a nested filterchain and thereby customize your
basic includesfile for each occasion.  I'm assuming
that you've already determined that the subdirectories
enumerated in that basic file follow no generalizable
pattern.

HTH,
Matt

> 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]
> 
> 



      

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

Reply via email to