[SoapRMI] Re: XPP3 comments
Aleksander Slominski
aslom_at_cs.indiana.edu
Tue, 09 Apr 2002 16:35:16 -0500
Kendal wrote:
> I am just trying to get going with your xpp, and I am confused by the fact
> that the source has imports from import org.xmlpull.v1, while I don't see
> any import org.xmlpull.v1 files.
the files are in XMLPULL jar that should be in lib/xmlpull/xmlpull_1_0_7.jar
> Perhaps there is some build trick that I don't know about -- I simply
> imported the files into my Visual Cafe project and get class not found errors.
> What can I do to resolve this?
import jar file.
you can also download source file foe XMLPULL API from
http://www.xmlpull.org/v1/download/xmlpull_1_0_7_src.zip
> Also, as a work around I just unarchived the jar which has the v1 classes,
> and now vcafe reports the following:
>
> Error:
> Q:\InetPub\wwwroot\freedomaudio\src2\org\xmlpull\xpp3\PullParser.java(276):
> Incompatible type for =. Explicit cast needed to convert int to byte
> Error:
> Q:\InetPub\wwwroot\freedomaudio\src2\org\xmlpull\xpp3\PullParser.java(1083):
> Incompatible type for =. Explicit cast needed to convert int to byte
> Error:
> Q:\InetPub\wwwroot\freedomaudio\src2\org\xmlpull\xpp3\PullParser.java(1099):
> Incompatible type for =. Explicit cast needed to convert int to byte
> Error:
> Q:\InetPub\wwwroot\freedomaudio\src2\org\xmlpull\xpp3\PullParser.java(1192):
> Incompatible type for =. Explicit cast needed to convert int to byte
> Error:
> Q:\InetPub\wwwroot\freedomaudio\src2\org\xmlpull\xpp3\PullParser.java(1579):
> Incompatible type for =. Explicit cast needed to convert int to byte
> Error:
> Q:\InetPub\wwwroot\freedomaudio\src2\org\xmlpull\xpp3\PullParser.java(1594):
> Incompatible type for =. Explicit cast needed to convert int to byte
> Error:
> Q:\InetPub\wwwroot\freedomaudio\src2\org\xmlpull\xpp3\PullParser.java(1642):
> Incompatible type for =. Explicit cast needed to convert int to byte
> Error:
> Q:\InetPub\wwwroot\freedomaudio\src2\org\xmlpull\xpp3\PullParser.java(1653):
> Incompatible type for =. Explicit cast needed to convert int to byte
> Error:
> Q:\InetPub\wwwroot\freedomaudio\src2\org\xmlpull\xpp3\PullParser.java(1716):
> Incompatible type for =. Explicit cast needed to convert int to byte
>
> I am surprised to be encountering such problems right from the start.
that must be omething strange with visual cafe (symantec native?) compiler as i have
used JDK 1.1, 1.3, 1.4 and jikes and they all worked fine ...
i will post soon updated version that will use int instead of byte so hopefully will
compile fine with visual cafe :-)
also i will add actual XMLPULL API source file to distribution to make it easier to
import and compile.
thanks for your comments!
alek