Kawa build problem

Chris Bitmead chris@bitmead.com
Fri Dec 20 10:36:00 GMT 2002


For some reason kawa doesn't build because the CLASSPATH ends up with a 
":" at the end in gnu.xml package.
Why this is a problem I don't know but it's illustrated by the 
following. Note the 2nd case the CLASSPATH is different and it fails.

Chris@TARDIS!603!bash:/cygdrive/c/downloads/kawa-1.6.99/gnu/xml$ 
CLASSPATH=../.
.:./../.. javac -d ../.. NamedChildrenFilter.java
Chris@TARDIS!604!bash:/cygdrive/c/downloads/kawa-1.6.99/gnu/xml$ 
CLASSPATH=../.
.:./../..: javac -d ../.. NamedChildrenFilter.java
NamedChildrenFilter.java:5: package gnu.lists does not exist
import gnu.lists.*;
^
NamedChildrenFilter.java:10: cannot resolve symbol
symbol  : class FilterConsumer
location: class gnu.xml.NamedChildrenFilter
public class NamedChildrenFilter extends FilterConsumer
                                         ^
NamedChildrenFilter.java:19: cannot resolve symbol
symbol  : class Consumer
location: class gnu.xml.NamedChildrenFilter
  make (String namespaceURI, String localName, Consumer out)



More information about the Kawa mailing list