5 Mar 2011 13:25
Re: How to combining patternset
Gilbert Rebhan <gilreb <at> maksimo.de>
2011-03-05 12:25:17 GMT
2011-03-05 12:25:17 GMT
-------- Original Message --------
Subject: How to combining patternset
From: Dave Cherkassky <dcherk <at> djinnsoft.com>
To: user <at> ant.apache.org
Date: Sat Mar 05 2011 06:21:14 GMT+0100 (CET)
> Dear ANT community:
>
> I have one patternset like this:
> <patternset id='yui.compression.dirs'>
> <include name="jade/content/**"/>
> </patternset>
>
> And a second patterset like this:
> <property name='yui.compression.js.source.suffix' value='-debug.js' />
> <patternset id='yui.compression.files'>
> <include name="**/*${yui.compression.js.source.suffix}"/>
> </patternset>
[...]
> Note: I *don't* want to write:
> <patternset id='yui.compression.dirs'>
> <include name="jade/content/**/*${yui.compression.js.source.suffix}"/>
> </patternset>
> I want the '...' to somehow refer to the two patternsets at the top of
> this email.
>
>
> Is there a way to do this?
(Continue reading)
RSS Feed