/Users/brettw/Documents/dev/derby/10.6/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java:60:
package org.apache.xpath does not exist
     [javac] import org.apache.xpath.XPath;

This is just a complete stab in the dark, but perhaps the Sun JDK's have a copy 
of
Apache Xerces built into them, but the Apple JDK's do not?

You seem to be having a variant of the problems that were discussed in this
thread, 3 years ago:
http://www.mailinglistarchive.com/html/[email protected]/2007-06/msg00761.html

It seems that the Derby developers thought that this problem was fixed in
the builds by the following work:
http://www.mail-archive.com/[email protected]/msg64764.html

Try setting

  xercesImpl=/path/to/a/copy/of/xerces.jar

after downloading a copy of the Xerces binaries from Apache, and see if you
get any farther in the build.

Maybe a close read of the email threads above will give you some other
clues about where the build tools are going wrong in your environment.

thanks,

bryan

Reply via email to