Oh, sorry... didn't meant to look like someone who just is whining
about some missing sites/docus on an otherwise promising looking
open source project... i was just wondering if i've overlooked
the needed info... :-D
Hey, no problem. This site is irritating. And if you wouldn't ask, where should you know from?
Well, in case we're using Xith3d here for our little project (just for fun..)
i know of some project members which prefer Netbeans....
And it SHOULD work in Ant! (Yes, im stubborn..)
Xith3D works with both Eclipse and NetBeans. There should be valid "nbproject" folders (thanks cylab). And I know of some people, who successfully used ant to compile the stuff. But since I don't know ant very well and I simply can't understand why one would ever use ant when there is a good IDE, which builds all automagically, I cannot tell you, what to do with the ant stuff. But there are people on this board, who know. Let's wait for them, if you want to use ant.
Don't get me wrong. If you have fun with ant, it's cool for me. But I think you got my point.
Well, there's something weird in build.xml in line 28:
<pathelement location="third-party/vecmath/vecmath-kh.jar"/>
The third-party tools just have "vecmath.jar"...
If i correct this in line 28, ant doesn't complain
about a missing javax.vecmath anymore, but i get a bunch
of other errors...
Hmmm... looking into that file, I can't even find any third-party occurrence. Are you sure, you checked out the HEAD revision?
I won't go in to much detail here, but it looks like
xith is meant for work with a vecmath.jar which is NOT
in third-party tools... Because if i download the vecmath.jar
of the more actual 1.5er Java3D - API, the number of errors
reduces significantly.. (but not to 0, there are some other (new)
errors...)
So, WHERE is this vecmath.jar which is meant for xith? It's not
the vecmath.jar which i can download here:
http://xith.org/download/third-party.tar.gzand not this one:
http://java.sun.com/products/java-media/3D/downloads/index.htmlbecause i get build errors with both versions...
There should be no vecmath.jar, nor vecmath-kh.jar at all in the SVN trunk. We used vecmath.jar several months ago. Then migrated to vecmath-kh.jar, which is now part of openmali.jar. You should find the openmali.jar in the third-party/math folder in the xith3d project. So openmali.jar must be in your cp. Sun's vecmath.jar MUST NOT be in the classpath in any way. So not in your user defined cp and not in the JRE lib folder or anwhere else. Please make sure, that this is the case, or you will get strange build errors.
I hope, I could help you with this.
Well, i'll have to check the whole stuff with Eclipse, i think....
This is certainly the best idea to quickly reach the goal

.
Marvin