Can happen. And gumpy has an eye on it ... Jan
> -----Ursprüngliche Nachricht----- > Von: Matt Benson [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 1. September 2004 16:31 > An: Ant Developers List > Betreff: Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs > Copy.java > > Thanks Jan, I was afraid I was forgetting something. > :( > > -Matt > > --- [EMAIL PROTECTED] wrote: > > > jhm 2004/08/31 22:38:54 > > > > Modified: > > src/main/org/apache/tools/ant/taskdefs Copy.java > > Log: > > Let <move> compile. > > > > Revision Changes Path > > 1.73 +2 -3 > > ant/src/main/org/apache/tools/ant/taskdefs/Copy.java > > > > Index: Copy.java > > > > > =================================================================== > > RCS file: > > > /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Copy.java,v > > retrieving revision 1.72 > > retrieving revision 1.73 > > diff -u -r1.72 -r1.73 > > --- Copy.java 25 May 2004 12:12:39 -0000 1.72 > > +++ Copy.java 1 Sep 2004 05:38:54 -0000 1.73 > > @@ -66,7 +66,7 @@ > > protected boolean flatten = false; > > protected int verbosity = > > Project.MSG_VERBOSE; > > protected boolean includeEmpty = true; > > - private boolean failonerror = true; > > + protected boolean failonerror = true; > > > > protected Hashtable fileCopyMap = new > > Hashtable(); > > protected Hashtable dirCopyMap = new > > Hashtable(); > > @@ -660,4 +660,3 @@ > > } > > } > > } > > - > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > __________________________________ > Do you Yahoo!? > Y! Messenger - Communicate in real time. Download now. > http://messenger.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >