This was already discussed Geoff... Either pull out the <patternset> from inside <copy>, and refid it, or suppress the id. --DD
-----Original Message----- From: Geoff Meakin [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 11:46 AM To: Ant Users List Subject: debug message from <patternset> Hi, I'm using ANT 1.4.1, every time I specify a new <patternset id="blah"> I get a line of output similar to: Overriding previous definition of reference to blah Is there an easy way I can turn this off? I've tried -emacs, -quiet which doesnt work and I cant find any attributes on patternset to do it. I'm using patternsets all over the place, so my output is filled with these msgs. (Context: this is within a <fileset> within a <copy> task) Thanks in advance -Geoff e.g. <copy todir="${dir.main.home}/classes" overwrite="yes"> <fileset dir="${dir.main.home}/compiled/"> <patternset id="blah"> <include name="**/*.class"/> </patternset> </fileset> </copy> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>