At 12:24 19/8/00 -0600, you wrote:
>I am trying to build Ant under linux with the IBMJava2-13 JDK. Running
>bootstrap.sh produces BUILD FAILED with the following error (and three
>others that appear related):
>... Bootstrapping Ant Distribution
>... Compiling Ant Classes
>sun/main/org/apache/tools/ant/taskdefs/Javac.java:526: cannot resolve
>symbol
>symbol : class Main
>location: package javac
> new sun.tools.javac.Main compiler =
> ^
>What am I missing here?
for some reason it is not finding the sun compiler classes. Soed the IBM vm
include sun-compiler classes in an archive location
$JAVA_HOME/lib/tools.jar. If so make sure that JAVA_HOME is set before
calling bootstrap.sh
>Also, where is the list's archive.
see the message you got when receiving the list.
Cheers,
Pete
*------------------------------------------------------*
| "Nearly all men can stand adversity, but if you want |
| to test a man's character, give him power." |
| -Abraham Lincoln |
*------------------------------------------------------*
|