Tom Sugden wrote: > I've just downloaded the source distributiong of the current release > of JAXME and am having some difficulty getting started. The included > documentation (within src/documentation) seems to be written in XML, > and I'm not sure how to view it. Is there some way to generate HTML > from the XML files?
Why aren't you using the binary distribution, which contains amongst other niceties the translated documentation? (Which is, btw, the same documentation as available online.) > I suspect that I need to first build the JAXME distribution in some > way, before trying to run the generator. I've tried invoking the > "clean, all, test" targets of the "build.xml" script, but this also > produces a large number of errors, mostly of the following form: You need, of course, the JaxMe jar files, which are also available as part of the binary distribution. > I presume this means the "jaxrpc.jar" (containing QName) is needed, > although it's not included in the prerequisites folder of the > distribution. No, it's jaxmeapi.jar, what's missing. Jochen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
