User: rinkrank
  Date: 02/05/30 11:39:05

  Modified:    modules/macromedia/src/xdoclet/modules/macromedia/jrun/ejb
                        JRunSubTask.java
  Log:
  Refactoring which removes redundant subtask names (both in @xdoclet.subtask 
name="blabla" and in code)
  -Removed the static SUBTASK_NAME and overridden getSubTaskName() from all SubTasks 
(it's final now in SubTask)
  -DocletTask stores all subtask names in a Class->String Map, using the name from 
xdoclet.xml (which in turn comes from @xdoclet.subtask name="blabla"
  -All references to SomeSubTask.SUBTASK_NAME replaced by a call to 
DocletTask.getSubTaskName(Class subTaskClass)
  -Improved error reporting in DocletTask
  -Reverted the ejbjarxml/webxml to deploymentdescriptor
  -Added omit.docs flag in xdoclet/build.xml set it to true in ANT_OPTS for faster 
build
  
  Revision  Changes    Path
  1.4       +0 -16     
xdoclet/modules/macromedia/src/xdoclet/modules/macromedia/jrun/ejb/JRunSubTask.java
  
  Index: JRunSubTask.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/macromedia/src/xdoclet/modules/macromedia/jrun/ejb/JRunSubTask.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- JRunSubTask.java  28 May 2002 22:35:19 -0000      1.3
  +++ JRunSubTask.java  30 May 2002 18:39:05 -0000      1.4
  @@ -20,10 +20,6 @@
       /**
        * @todo-javadoc   Describe the field
        */
  -    public final static String SUBTASK_NAME = "jrun";
  -    /**
  -     * @todo-javadoc   Describe the field
  -     */
       private final static String JRUN_DD_FILE_NAME = "jrun-ejb-jar.xml";
       /**
        * @todo-javadoc   Describe the field
  @@ -55,18 +51,6 @@
        * @todo-javadoc   Describe the field
        */
       private boolean _createTables = false;
  -
  -
  -    /**
  -     * Gets the SubTaskName attribute of the JRunSubTask object
  -     *
  -     * @return   The SubTaskName value
  -     */
  -    public String getSubTaskName()
  -    {
  -        return SUBTASK_NAME;
  -    }
  -
   
       /**
        * Gets the Source attribute of the JRunSubTask object
  
  
  

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to