Update of /cvsroot/xdoclet/xdoclet/modules/pramati/src/xdoclet/modules/pramati/ejb
In directory
sc8-pr-cvs1:/tmp/cvs-serv6528/xdoclet-all/xdoclet/modules/pramati/src/xdoclet/modules/pramati/ejb
Modified Files:
PramatiSubTask.java
Log Message:
XDT-557: Override validateOptions, as template & destination files are set in the
execute method.
I can't see how it could ever have run without including both of those as parameters
to the subtask.
Index: PramatiSubTask.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/modules/pramati/src/xdoclet/modules/pramati/ejb/PramatiSubTask.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** PramatiSubTask.java 9 Sep 2002 15:58:41 -0000 1.7
--- PramatiSubTask.java 17 Jul 2003 22:05:53 -0000 1.8
***************
*** 94,97 ****
--- 94,109 ----
/**
+ * Called to validate configuration parameters.
+ *
+ * @exception XDocletException Description of Exception
+ */
+ public void validateOptions() throws XDocletException
+ {
+ // Overridden, as the template url & destination file are set later in
execute()
+ //
+ // super.validateOptions();
+ }
+
+ /**
* Describe what the method does
*
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel