Robert Burrell Donkin wrote:
> 
> this patch adds a "throws java.lang.Exception" to the
> populateInitialContext and initControlContext methods in TexenTask.
> 
> these methods are likely candidates for overriding when subclassing
> TexenTask. At the moment, no exceptions can be thrown by subclasses
> (which is unsatisfactory). Throwing java.lang.Exception seems the right
> thing to do since these methods are called from execute (which must
> catch and process all exceptions) and also throwing java.lang.Exception
> seems to be common in texen.
> 
> this patch also contains additional documentation and adds a catch for
> BuildException for execute()

very cool.  thx.

geir

-- 
Geir Magnusson Jr.                           [EMAIL PROTECTED]
System and Software Consulting
Developing for the web?  See http://jakarta.apache.org/velocity/
"still climbing up to the shoulders..."

Reply via email to