NetBSD-Java archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: unpriviledged user problems and java



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



Home | Main Index | Thread Index | Old Index