You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2003/08/04 18:06:45 UTC

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/ide VAJImport.java

antoine     2003/08/04 09:06:45

  Modified:    src/main/org/apache/tools/ant/taskdefs/optional/ide
                        VAJImport.java
  Log:
  scan the fileset after having called setupDirectoryScanner
  PR: 22080
  
  Revision  Changes    Path
  1.21      +1 -0      ant/src/main/org/apache/tools/ant/taskdefs/optional/ide/VAJImport.java
  
  Index: VAJImport.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/ide/VAJImport.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- VAJImport.java	4 Jul 2003 14:04:55 -0000	1.20
  +++ VAJImport.java	4 Aug 2003 16:06:45 -0000	1.21
  @@ -233,6 +233,7 @@
       protected void importFileset(FileSet fileset) {
           LocalDirectoryScanner ds = new LocalDirectoryScanner();
           fileset.setupDirectoryScanner(ds, this.getProject());
  +        ds.scan();
           if (ds.getIncludedFiles().length == 0) {
               return;
           }
  
  
  

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