Subject: Apache Ant 1.5.4 and JDK 1.3.1
To: None <tech-pkg@netbsd.org>
From: David Price <dprice@cs.nmsu.edu>
List: tech-pkg
Date: 03/01/2004 10:49:19
Hello,
	I am trying to install the Apache Ant 1.5.4 package, I have
JDK 1.3.1 installed, I am running netBSD 1.6.1 and I get the
following output.  Any suggestions would be greatly appreciated.

David

=> Checksum OK for apache-ant-1.5.4-src.tar.bz2.
work.mimulus -> /home/dprice/tmp/devel/apache-ant/work.mimulus
===> Extracting for apache-ant-1.5.4
===> Required installed package crimson>=1.1.3: crimson-1.1.3 found
===> Required installed package sun-jre13-[0-9]*: sun-jre13-1.0.10 found
===> Required installed package sun-jdk13-[0-9]*: sun-jdk13-1.0.10 found
==========================================================================
The following variables will affect the build process of this package,
apache-ant-1.5.4. Their current value is shown below:

    * PKG_JAVA_HOME = /home/dprice/pkg/java/sun-1.3.1
    * PKG_JVM = sun-jdk13

You may want to abort the process now with CTRL+C and change their value
before continuing. Be sure to run `/usr/bin/make clean' after the changes.
==========================================================================
===> Patching for apache-ant-1.5.4
===> Overriding tools for apache-ant-1.5.4
===> Buildlinking for apache-ant-1.5.4
===> Configuring for apache-ant-1.5.4
===> Building for apache-ant-1.5.4
... Bootstrapping Ant Distribution
... Compiling Ant Classes
src/main/org/apache/tools/ant/Project.java:71: cannot resolve symbol
symbol : class DefaultInputHandler
location: package input
import org.apache.tools.ant.input.DefaultInputHandler;
                 ^
src/main/org/apache/tools/ant/Project.java:72: cannot resolve symbol
symbol : class InputHandler
location: package input
import org.apache.tools.ant.input.InputHandler;
.
.
.
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
100 errors
... Failed compiling Ant classes !
*** Error code 1

Stop.
make: stopped in /home/dprice/cvs/pkgsrc/devel/apache-ant
*** Error code 1

Stop.
make: stopped in /home/dprice/cvs/pkgsrc/devel/apache-ant