peterreilly    2004/03/22 07:54:52

  Modified:    src/main/org/apache/tools/ant Project.java
               .        WHATSNEW CONTRIBUTORS
  Log:
  filterset used by filtertask doesn't respect loglevel
  PR:  27568
  Obtained from: Marcel Schutte
  
  Revision  Changes    Path
  1.165     +6 -1      ant/src/main/org/apache/tools/ant/Project.java
  
  Index: Project.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/Project.java,v
  retrieving revision 1.164
  retrieving revision 1.165
  diff -u -r1.164 -r1.165
  --- Project.java      17 Mar 2004 16:41:27 -0000      1.164
  +++ Project.java      22 Mar 2004 15:54:52 -0000      1.165
  @@ -137,6 +137,11 @@
       private Hashtable targets = new Hashtable();
       /** Set of global filters. */
       private FilterSet globalFilterSet = new FilterSet();
  +    {
  +        // Initialize the globalFileSet's project
  +        globalFilterSet.setProject(this);
  +    }
  +
       /**
        * Wrapper around globalFilterSet. This collection only ever
        * contains one FilterSet, but the wrapper is needed in order to
  
  
  
  1.575     +2 -0      ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.574
  retrieving revision 1.575
  diff -u -r1.574 -r1.575
  --- WHATSNEW  17 Mar 2004 22:10:18 -0000      1.574
  +++ WHATSNEW  22 Mar 2004 15:54:52 -0000      1.575
  @@ -90,6 +90,8 @@
   * -projecthelp swallowed (configuration) errors silently.
     Bugzilla report 27732.
   
  +* filterset used by filtertask doesn't respect loglevel. Bugzilla Report 
27568.
  +
   Other changes:
   --------------
   
  
  
  
  1.3       +2 -2      ant/CONTRIBUTORS
  
  Index: CONTRIBUTORS
  ===================================================================
  RCS file: /home/cvs/ant/CONTRIBUTORS,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CONTRIBUTORS      13 Mar 2004 08:29:26 -0000      1.2
  +++ CONTRIBUTORS      22 Mar 2004 15:54:52 -0000      1.3
  @@ -103,6 +103,7 @@
   Ludovic Claude
   Magesh Umasankar
   Maneesh Sahu
  +Marcel Schutte
   Marcus Börger
   Mariusz Nowostawski
   Martijn Kruithof
  @@ -161,8 +162,7 @@
   Sean Egan
   Sean P. Kane
   Shiraz Kanga
  -skanthak
  -slo
  +Sebastian Kantha
   Stefan Bodewig
   Stefano Mazzocchi
   Stephane Bailliez
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to