ehatcher    2002/06/18 18:19:12

  Modified:    src/main/org/apache/tools/ant/taskdefs Tag: ANT_15_BRANCH
                        Chmod.java
  Log:
  added @todo for later refactoring.  subclassing a task and then unsupporting 
the parent attributes is no good, especially if we are going to automate 
documentation generation!  :)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.27.2.2  +2 -0      
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Chmod.java
  
  Index: Chmod.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Chmod.java,v
  retrieving revision 1.27.2.1
  retrieving revision 1.27.2.2
  diff -u -r1.27.2.1 -r1.27.2.2
  --- Chmod.java        19 Jun 2002 00:03:16 -0000      1.27.2.1
  +++ Chmod.java        19 Jun 2002 01:19:12 -0000      1.27.2.2
  @@ -75,6 +75,8 @@
    * @since Ant 1.1
    *
    * @ant.task category="filesystem"
  + * @todo Refactor so it does not extend from ExecuteOn and then turn around
  + *       and unsupport several attributes.
    */
   public class Chmod extends ExecuteOn {
   
  
  
  

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

Reply via email to