Jan, On 29/09/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >would it not be possible to simply add a note (or an example) > >that clarifies the change of context? just trying to be helpful. > > Sure. In http://ant.apache.org/manual/CoreTypes/fileset.html ?
yes. > Something like > <fileset dir="src" includes name="org/" /> > Selects all files under the "src" directory exluding all files under > "src/org". > ? almost :-) <fileset dir="src" excludes name="org/" /> Selects all files under the "src" directory excluding all files under "src/org". > Jan thanks. -- cheers, Jakob. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]