Also,
sun.tools.javac could not be found either.
While compiling
axis/attachments/ManagedMemoryDataSource.java, I got the following warning. I am wondering could
that be fixed in the Beta1 also.
Thanks,
-June
=========================================================
367.
}catch(Exception
e2){
<---------->
*** Caution: This try block cannot throw a "checked exception" (JLS section 14.7
) that can be caught here. You may have intended to catch a RuntimeException ins
tead of an Exception.
<---------->
*** Caution: This try block cannot throw a "checked exception" (JLS section 14.7
) that can be caught here. You may have intended to catch a RuntimeException ins
tead of an Exception.
500. if(debugEnabled) category.debug(hashCode() + "read(" + off +
", " + len +")");
<-------->
*** Caution: Ambiguous reference to member named "hashCode" inherited from type
"java/lang/Object" but also declared or inherited in the enclosing type "com/com
merceone/message/standards/axis/attachments/ManagedMemoryDataSource". Explicit q
ualification is required.
568. if(debugEnabled) category.debug( hashCode() +"read " + bwrit
ten);
<-------->
*** Caution: Ambiguous reference to member named "hashCode" inherited from type
"java/lang/Object" but also declared or inherited in the enclosing type "com/com
merceone/message/standards/axis/attachments/ManagedMemoryDataSource". Explicit q
ualification is required.
-----Original Message-----
From: Ma, June
Sent: Tuesday, March 12, 2002 4:24 PM
To: '[EMAIL PROTECTED]'
Subject: javax.servlet packageDear AXIS development team,I am trying to rebuild the whole package bottom up. I noticed that javax.servlet package is not included either in the axis.jar nor in the source code. But it is used somewhere. Do you plan to include it for beta1 release ?Thanks,-June