Subject: Re: unpriviledged user problems and java
To: David Price <dprice@cs.nmsu.edu>
From: Simon J. Gerraty <sjg@crufty.net>
List: netbsd-java
Date: 03/28/2004 09:42:06
On Mon, 22 Mar 2004 14:34:24 -0700 (MST), David Price writes:
>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;

Check for permissions on the ant .jar since IIRC the above import
will be looking for a .class file not a .java.

>I have checked in $WRKSRC/org/apache/tools/ant/input/ and the
>DefaultInputHandler.java file is there.  I have tried setting my
>classpath to include
>/$HOME/tmp/devel/apache-ant/work.stachys/apache-ant-1.5.4/src/

Setting the classpath in your env, is more likely to hurt than help 
(assuming that the build does indeed work as intended).

--sjg