You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2003/09/03 15:54:16 UTC

cvs commit: ant WHATSNEW

peterreilly    2003/09/03 06:54:16

  Modified:    .        WHATSNEW
  Log:
  Describe incompatable change introduced with
  enablemultiplemapping mode for copy and move.
  
  Revision  Changes    Path
  1.494     +4 -0      ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.493
  retrieving revision 1.494
  diff -u -r1.493 -r1.494
  --- WHATSNEW	3 Sep 2003 10:03:46 -0000	1.493
  +++ WHATSNEW	3 Sep 2003 13:54:16 -0000	1.494
  @@ -58,6 +58,10 @@
     required in order to exclude remote symbolic links (when doing a get, chmod,
     delete, rmdir).
   
  +* The values of the Copy#fileCopyMap variable has changed from String to
  +  String[]. (In java 1.5 terms it was Hashtable<String, String> and
  +  is now Hashtable<String, String[]>). This will affect third party code
  +  that extend Copy and override Copy#doFileOperations.
   
   Fixed bugs:
   -----------
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org