From 5ee07aa3ff81dd06c1cea0311f3c243ff1572538 Mon Sep 17 00:00:00 2001
From: Kevin Rushforth
To
build the 3D packages, you must checkout the following three
-CVS
+svn
repositories:
These three top-level directories must be named exactly as
shown above and they must be sibling directories. To ensure this, run
-the cvs checkout command for each of the respositories from the same
+the svn checkout command for each of the respositories from the same
parent
directory. For example:
cd <cvs-root-dir>
cvs checkout vecmath
cvs checkout j3d-core
cvs checkout j3d-core-utils
+ cd <j3d-root-dir>
svn checkout https://vecmath.dev.java.net/svn/vecmath/branches/dev-1_6 vecmath
svn checkout https://j3d-core.dev.java.net/svn/j3d-core/branches/dev-1_6 j3d-core
svn checkout https://j3d-core-utils.dev.java.net/svn/j3d-core-utils/branches/dev-1_6 j3d-core-utils
NOTE: you must first build the javax.vecmath package before building
the javax.media.j3d and com.sun.j3d.* packages. See the
Steps:
The above steps build both the Java and native code for
--
cgit v1.2.3
-
cd <cvs-root-dir>/j3d-core
+ cd <j3d-root-dir>/j3d-core
ant