[Biojava-l] Newbie build question

Cox, Greg gcox@netgenics.com
Wed, 24 Jan 2001 08:47:27 -0500


I checked biojava out of cvs, and I'm having problems getting the build tool
to work.  I've added xml.jar to my classpath, but when I run build.Builder
all it fails on references to com.sun.xml.tree.* and parser.*  However, when
I run javac directly on a class that fails with build, it compiles without
errors.  

	The build tool works when "|xml.jar" is added to Builder.props.
More generally, it seems that Builder doesn't work off of the current
classpath, but creates a new one for biojava.  Is this accurate?

Thanks,
Greg Cox