Hi
1. I have had a lot of problems installing ant on Redhat6.2 with jdk 1.2.2
from Sun.
The solution seems to be:
a. Setting a classpath to tools.jar and dt.jar at the top of bootstrap.sh,
build.sh and the <run ant>.sh file
b. When running build.sh not to use the -D option as per the documentation
as the distribution directory doesn't seem to have all the necessary files.
c. Point the ANT_HOME to the original ant directory.
2. When I set the classpath do I need to set it relative to the basedir or
can I use absolute paths such as /usr/local .....
Bye Ralph
|