This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Kawa build problem



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)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]