Update of 
/cvsroot/xdoclet/xdoclet/modules/ibm/src/xdoclet/modules/ibm/websphere/web
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16118/xdoclet/modules/ibm/src/xdoclet/modules/ibm/websphere/web

Modified Files:
        WebSphereWebXmlSubTask.java 
Log Message:
Major update of the IBM WebSphere module to support WebSphere v5.* and v6.0, 
see XDT-1107 for details

Index: WebSphereWebXmlSubTask.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ibm/src/xdoclet/modules/ibm/websphere/web/WebSphereWebXmlSubTask.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** WebSphereWebXmlSubTask.java 27 Nov 2002 14:25:08 -0000      1.5
--- WebSphereWebXmlSubTask.java 7 Nov 2004 18:01:10 -0000       1.6
***************
*** 74,77 ****
--- 74,78 ----
   *
   * @author        <a href="mailto:[EMAIL PROTECTED]">Ed Ward</a>
+  * @author        <a href="mailto:magnuslarsson at 
users.sourceforge.net">Magnus Larsson</a>
   * @created       22 August 2002
   * @version       $Revision$
***************
*** 386,389 ****
--- 387,403 ----
  
      /**
+      * Called to validate configuration parameters.
+      *
+      * @exception XDocletException  Description of Exception
+      */
+     public void validateOptions() throws XDocletException
+     {
+         // Skip the default validation to avoid the following error message:
+         //     "webspherewebxml: 'templateFile' parameter missing. Specify 
both 'destinationFile' and 'templateFile' configuration parameters please."
+         // The WebSphereWebXmlSubTask does not require a template url or a 
destination file anyhow.
+         // super.validateOptions();
+     }
+ 
+     /**
       * Called by xdoclet to execute the subtask.
       *



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to