--- Paul Cody <[EMAIL PROTECTED]> wrote:
> > <copy todir="../dest/dir" > 
> >     <fileset dir="src_dir" excludes="**/*.java"/> 
> > </copy> 
> > 
> > How do I avoid copying empty directories with no resource files?
> > 
> 
> See Erik's message, and use <include> rather than 'excludes' attribute;
> it's is going to be alot more maintainable over the long run:

Actually, more just a whole lot safer -- do you really want to take a
chance on getting foofiles included in the copy?

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

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

Reply via email to