On Jul 13, 2005, at 11:02 AM, Manish Khettry wrote:
This is a minor problem while building on Mac OS X 10.4
The build.xml file java/build/org/apache/derbyBuild refers to
tools.jar. There is no tools.jar in the Java Distribution on Mac OS X
(atleast on Tiger). The classes that you're looking for (Taglet etc)
are to be found in classes.jar. This causes the build to fail with
ClassNotFound exceptions.
The fix should be to add yet another ant property which can point to
the correct jar file depending on the os.
Thanks,
Manish
Hi Manish,
The instructions in section 5 of BUILDING.txt describe how to set up
an ant.properties file for Mac OS X. When the values for
java13compile.classpath and java14compile.classpath are set in your
ant.properties as described there, you should not hit these errors
during the build.
andrew