I am using jikes and weblogicpath includes weblogic510sp11.jar Ying Wang
On Fri, 1 Mar 2002, Sharanya Vemu wrote: > yes , i am wondering too , wha compiler is that ??? > > > -----Original Message----- > From: Eddie Bernard [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 01, 2002 3:13 PM > To: 'Ant Users List' > Subject: RE: ejbjar with exception > > > I think this is harmless as it's only a caution. Just out of curiosity what > compiler are you using? > > -----Original Message----- > From: Ying Wang [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 01, 2002 12:10 PM > To: Ant Users List > Subject: ejbjar with exception > > > Hi All, > I got the warning massage I can not understand. I did set the > weblogicclasspath in the <weblogic> element. > this is the build code: > > <weblogic destdir="${ejbholding.dir}" > wlclasspath="${ejbc-classpath}" > /> > > This is the result: > > [ejbjar] building EmailList_ejb.jar with 6 files > [ejbc] > [ejbc] Issued 1 semantic warning compiling > "C:/../../../ejbcgen/../email/ejb/impl/EmailListBeanHomeImpl_ServiceStub.jav > a": > [ejbc] > [ejbc] 516. } catch (java.lang.Exception e) { > [ejbc] <-------------------> > [ejbc] *** Caution: This catch block may be unreachable because there > is no exception whose type is assignable to "java/lang/Exception" that can > be > thrown during execution of the body of the try block. However, this being > a base exception class, compilation will proceed. > > Anyone has idea of it? > Any help is appraciated! > > Ying Wang > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
