cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java

2005-05-31 Thread mbenson
mbenson 2005/05/31 12:01:34 Modified:src/main/org/apache/tools/ant/taskdefs Copy.java Log: reorder imports before adding more. Revision ChangesPath 1.84 +8 -8 ant/src/main/org/apache/tools/ant/taskdefs/Copy.java Index: Copy.java ==

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java

2005-02-11 Thread mbenson
mbenson 2005/02/11 10:48:24 Modified:src/main/org/apache/tools/ant/taskdefs Copy.java Log: File inclusion: unnecessarily checked presence of selectors AND DirectoryScanner.isEverythingIncluded, which will be false if selectors cause omissions. Revision ChangesPath 1.8

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java

2005-02-11 Thread mbenson
mbenson 2005/02/11 10:38:40 Modified:src/main/org/apache/tools/ant/taskdefs Copy.java Log: Removing some (IMO) unnecessary blank lines; a couple of string cat merges; replaced an if block with ?: notation. Revision ChangesPath 1.81 +12 -35ant/src/main/org/apach

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java

2005-02-11 Thread mbenson
mbenson 2005/02/11 10:22:51 Modified:src/main/org/apache/tools/ant/taskdefs Copy.java Log: Javadoc Revision ChangesPath 1.80 +63 -57ant/src/main/org/apache/tools/ant/taskdefs/Copy.java Index: Copy.java ==

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java DependSet.java

2005-01-04 Thread Martijn Kruithof
Hi Unless anyone objects within the next few days I will apply a patch that will make use of getFileUtils instead of newFileUtils in all files in a uniform way (122 files impacted). I have manually checked if it could do any harm when using the same instance of the FileUtils everywhere and could

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java DependSet.java

2005-01-04 Thread jkf
jkf 2005/01/04 12:20:52 Modified:src/main/org/apache/tools/ant/util FileUtils.java src/main/org/apache/tools/ant/types/selectors MappingSelector.java DateSelector.java src/main/org/apache/tools/ant/taskdefs Copy.java

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java

2005-01-04 Thread jkf
jkf 2005/01/04 11:39:01 Modified:docs/manual/CoreTasks copy.html src/main/org/apache/tools/ant/taskdefs Copy.java Log: Looking in the sources, 1 second is used (the "unix" granularity) instead of the claimed 0 milliseconds. Revision ChangesPath 1.30

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java

2004-12-10 Thread peterreilly
peterreilly2004/12/10 05:21:54 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH copy.html src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH Copy.java Log: sync: copy's filenamemapper type support Revision ChangesPath No

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java

2004-09-20 Thread mbenson
mbenson 2004/09/20 13:16:22 Modified:src/main/org/apache/tools/ant/taskdefs Copy.java Log: Remove unnecessary exists() check. Revision ChangesPath 1.74 +2 -2 ant/src/main/org/apache/tools/ant/taskdefs/Copy.java Index: Copy.java ===

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java

2004-09-01 Thread Matt Benson
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 compile. > > Revision ChangesPath > 1.73 +2 -3 > ant/src/m

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java

2004-09-01 Thread Antoine Levy-Lambert
Hello Jan, I thought we wanted to have fields always private. This is what checkstyle checks. Cheers, Antoine > jhm 2004/09/01 00:02:23 > > Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH > Copy.java > Log: > Let compile. > > Revi

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java

2004-09-01 Thread jhm
jhm 2004/09/01 00:02:23 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH Copy.java Log: Let compile. Revision ChangesPath No revision No revision 1.66.2.6 +2 -2 ant/src/main/org/a

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java

2004-09-01 Thread jhm
jhm 2004/08/31 22:38:54 Modified:src/main/org/apache/tools/ant/taskdefs Copy.java Log: Let compile. Revision ChangesPath 1.73 +2 -3 ant/src/main/org/apache/tools/ant/taskdefs/Copy.java Index: Copy.java

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java

2003-05-19 Thread bodewig
bodewig 2003/05/19 08:41:23 Modified:src/main/org/apache/tools/ant/taskdefs Copy.java Log: revert funny reformatting accidentially introduced with last commit Revision ChangesPath 1.59 +50 -50ant/src/main/org/apache/tools/ant/taskdefs/Copy.java Index: Copy.j

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java

2003-05-19 Thread bodewig
bodewig 2003/05/19 08:37:31 Modified:.WHATSNEW docs/manual/CoreTasks copy.html move.html src/main/org/apache/tools/ant/taskdefs Copy.java Log: Make 's failonerror attribute swallow exception while copying as well. PR: 12999 Revision Cha

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java Move.java

2003-05-19 Thread bodewig
bodewig 2003/05/19 08:21:15 Modified:.build.xml src/main/org/apache/tools/ant/taskdefs Copy.java Move.java Log: Remove directories explicitly matched with includes. PR: 11732 Revision ChangesPath 1.379 +0 -1 ant/build.xml Index: buil

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java Move.java

2003-05-19 Thread Stefan Bodewig
On 19 May 2003, <[EMAIL PROTECTED]> wrote: > Don't remove basedirectories of s that just happen to be > matched completely. This introduces a backwards incompatibility and maybe even inconsistency, that's why I haven't closed the bug report yet. I'm asking for feedback here. The bug report

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java Move.java

2003-05-19 Thread bodewig
bodewig 2003/05/19 07:43:17 Modified:src/main/org/apache/tools/ant/taskdefs Copy.java Move.java Log: Don't remove basedirectories of s that just happen to be matched completely. PR: 18886 Revision ChangesPath 1.56 +3 -2 ant/src/main/org/apache/tools/ant/task

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java

2003-03-28 Thread bodewig
bodewig 2003/03/28 00:06:54 Modified:src/main/org/apache/tools/ant/taskdefs Copy.java Log: revert some formatting changes Revision ChangesPath 1.55 +48 -48ant/src/main/org/apache/tools/ant/taskdefs/Copy.java Index: Copy.java ===

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java

2003-03-28 Thread Stefan Bodewig
On 28 Mar 2003, <[EMAIL PROTECTED]> wrote: > - public void setFailOnError(boolean failonerror) { > - this.failonerror = failonerror; > - } > +public void setFailOnError(boolean failonerror) { > +this.failonerror = failonerror; > +} I have no idea wha

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Copy.java

2003-03-28 Thread bodewig
bodewig 2003/03/27 23:51:11 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs Copy.java Log: and 's failonerror didn't apply to filesets pointing to non-existant directories. PR: 18414. Revision ChangesPath 1.377 +3 -0 ant/W