Collada Loader - dependancies issues

I just updated my CVS version of Xith3D recently and the Collada loader came in. The problem is in Collada Converter it doesn’t find com.sun.something.JAXBObject class. I included the whoola_collada_jaxb.jar file in my build path and there’s no other compilation error…

It’s awkward, I needed to exclude the whoola package from the build path to get the xith-tk to compile again.

[quote="<MagicSpark.org [ BlueSky ]>,post:1,topic:27544"]
I just updated my CVS version of Xith3D recently and the Collada loader came in. The problem is in Collada Converter it doesn’t find com.sun.something.JAXBObject class. I included the whoola_collada_jaxb.jar file in my build path and there’s no other compilation error…

It’s awkward, I needed to exclude the whoola package from the build path to get the xith-tk to compile again.
[/quote]
Hmm. Why is it atttempting to build it? There should not be any static references.

See also:
http://earth.whoola.com:8080/javadoc/xith-tk/

Hmm. Why is it atttempting to build it? There should not be any static references.

See also:
http://earth.whoola.com:8080/javadoc/xith-tk/
[/quote]
I’m building xith-tk each time I change it cause I use Eclipse directly with Xith-tk CVS.

Eclipse “doesn’t want” to build JAXBObject but it says it’s “referenced indirectly by the classes”…

[quote="<MagicSpark.org [ BlueSky ]>,post:3,topic:27544"]
I’m building xith-tk each time I change it cause I use Eclipse directly with Xith-tk CVS.

Eclipse “doesn’t want” to build JAXBObject but it says it’s “referenced indirectly by the classes”…
[/quote]
I get that sometimes. You’ll need the JAXB-API.jar file in your classpath.

I gave the wrong URL in the previous message. Here is the correct URL which provides the list of JAR files:
http://earth.whoola.com:8080/javadoc/xith-tk/org/xith3d/loaders/dae/whoola/package-summary.html#package_description

I get that sometimes. You’ll need the JAXB-API.jar file in your classpath.

I gave the wrong URL in the previous message. Here is the correct URL which provides the list of JAR files:
http://earth.whoola.com:8080/javadoc/xith-tk/org/xith3d/loaders/dae/whoola/package-summary.html#package_description
[/quote]
OK so gotta commit it to the CVS otherwise you have to download a 24Mb package…

[quote="<MagicSpark.org [ BlueSky ]>,post:5,topic:27544"]
OK so gotta commit it to the CVS otherwise you have to download a 24Mb package…
[/quote]
That was problematic in the past because of licensing issues. I just checked, though, and it appears that JAXB, as part of GlassFish, is now available under the terms of a real Open Source license:
https://jaxb.dev.java.net/

I’ve added committing the JAXB JAR’s to xith-tk to my to-do list.

That was problematic in the past because of licensing issues. I just checked, though, and it appears that JAXB, as part of GlassFish, is now available under the terms of a real Open Source license:
https://jaxb.dev.java.net/

I’ve added committing the JAXB JAR’s to xith-tk to my to-do list.
[/quote]
OK at least one thing I don’t have to do. Thanks so much, croft !