Carlos Sanchez on 19/10/05 18:29, wrote:
jaxb-api 1.0.5 moved to 1.0.1. Thanks.

On 10/19/05, Nicolas De Loof <[EMAIL PROTECTED]> wrote:

on ibiblio, poms for jaxb-* libs are for version 1.0.5

I've downloaded the latest (1.6) java web serice developer pack
(http://java.sun.com/webservices/downloads/webservicespack.html) that
only contains the 1.0.1 jaxb-api (according to manifest)

Others jaxb-* jars are 1.0.5 according to the MANIFEST.MF

Is this a repository error, or a sun packaging error ?

It is poorly defined.

If you look in the index.html in the docs directory, you will see that JAXB is reference implementation version 1.0.5.

If you look in the individual manifests of each jar, you will find that they all have an 'implementation-version'. For jaxb-api, jaxb-impl, jaxb-libs the version is 1.0.1.

For jaxb-xjc it is 1.0.5

Does this mean that all other manifests are wrong?

If you check on JAXB FAQ for how to check the JAXB version,

Q. How do I find out which version of the JAXB RI I'm using?


it gives instructions to check the jaxb-xjc.jar for the version so:

java -jar jaxb-xjc.jar -version
xjc version "1.0.5-b16-fcs"
JavaTM Architecture for XML Binding(JAXB) Reference Implementation, (build 1.0.5-b16-fcs)


If you try it with jaxb-api.jar:
java -jar jaxb-api.jar -version
Failed to load Main-Class manifest attribute from
jaxb-api.jar



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to