You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2002/03/02 00:31:50 UTC

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Expand.java

stevel      02/03/01 15:31:50

  Modified:    src/main/org/apache/tools/ant/taskdefs Expand.java
  Log:
  new log message; bugzilla ID 6575
  
  Revision  Changes    Path
  1.26      +1 -0      jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Expand.java
  
  Index: Expand.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Expand.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- Expand.java	28 Feb 2002 07:43:09 -0000	1.25
  +++ Expand.java	1 Mar 2002 23:31:50 -0000	1.26
  @@ -142,6 +142,7 @@
        * This method is to be overridden by extending unarchival tasks.
        */
       protected void expandFile(FileUtils fileUtils, File srcF, File dir) {
  +        log("Expanding: " + srcF + " into " + dir, Project.MSG_INFO);        
           ZipInputStream zis = null;
           try {
               // code from WarExpand
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>