on 1/24/00 8:32 AM, Bernie Hoeneisen <[EMAIL PROTECTED]> wrote:
> 1) It doesn't build. Exceptions are thrown while compiling the
> Classes Edit*.java:
>
> /scratch/faq.tmp/jyve.src/compiling/jyve/src/java/org/apache/jyve/screens/Edit
> Answer.java:84: Exception
> java.lang.Exception can't be thrown in initializer.
> private static final String but1 =
> TurbineServices.getInstance().getService(TurbineServices.LOCALIZATION).get
> String("EDITANSWER_CANCEL");
>
> I've made a fast-patch to makes those files compiling. I'll send you the
> diffs with a seperate mail.
Ok, I just checked in a change to Turbine where I decided not to throw
exceptions here. they are Logged instead. The reason is that I would rather
not have to run through that code in the build() method each and every time
if I don't have to.
-jon
--
Come to the first official Apache Software Foundation
Conference! <http://ApacheCon.Com/>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]