This is the mail archive of the kawa@sourceware.org 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]

Problems Compiling Kawa 1.8.91


I have no problems compiling Kawa 1.8 on Windows using Ant.

However, when I try to compile 1.8.91 I receive the following errors. They all appear to be confined to two files: XMLParserChar.java and XMLParserByte.java. Any help would be much appreciated.

I'm running the following:
Windows XP SP 2
Java SDK 1.5.0_09
Ant 1.6.5

Output from Ant:

Buildfile: build.xml

build-tools:

build-settings:
    [echo]
    [echo]         version=1.8.91
    [echo]         dist.kawa.jar=D:\Temp\kawa-1.8.91/kawa-1.8.91.jar
    [echo]         build.dir=D:\Temp\kawa-1.8.91
    [echo]         with-awt=true
    [echo]         with-swing=true
    [echo]         with-sax2=true
    [echo]         enable-jemacs=true
    [echo]         enable-xml=true
    [echo]         enable-servlet=false
    [echo]

preprocess:

java-classes:
[javac] Compiling 514 source files to D:\Temp\kawa-1.8.91
[javac] D:\Temp\kawa-1.8.91\gnu\xml\XMLParserChar.java:28: cannot find symbol
[javac] symbol : class ParsedXMLHandler
[javac] location: class gnu.xml.XMLParserChar
[javac] ParsedXMLHandler out;
[javac] ^
[javac] D:\Temp\kawa-1.8.91\gnu\xml\XMLParserChar.java:567: cannot find symbol
[javac] symbol : class ParsedXMLHandler
[javac] location: class gnu.xml.XMLParserChar
[javac] public XMLParserChar(InputStream in, ParsedXMLHandler out)
[javac] ^
[javac] D:\Temp\kawa-1.8.91\gnu\xml\XMLParserChar.java:579: cannot find symbol
[javac] symbol : class ParsedXMLHandler
[javac] location: class gnu.xml.XMLParserChar
[javac] public XMLParserChar(Reader in, ParsedXMLHandler out)
[javac] ^
[javac] D:\Temp\kawa-1.8.91\gnu\xml\XMLParserChar.java:591: cannot find symbol
[javac] symbol : class ParsedXMLHandler
[javac] location: class gnu.xml.XMLParserChar
[javac] ParsedXMLHandler out)
[javac] ^
[javac] D:\Temp\kawa-1.8.91\gnu\xml\XMLParserChar.java:599: cannot find symbol
[javac] symbol : class ParsedXMLHandler
[javac] location: class gnu.xml.XMLParserChar
[javac] public XMLParserChar(URL url, ParsedXMLHandler out) throws IOException
[javac] ^
[javac] D:\Temp\kawa-1.8.91\gnu\xml\XMLParserByte.java:28: cannot find symbol
[javac] symbol : class ParsedXMLHandlerByte
[javac] location: class gnu.xml.XMLParserByte
[javac] ParsedXMLHandlerByte out;
[javac] ^
[javac] D:\Temp\kawa-1.8.91\gnu\xml\XMLParserByte.java:565: cannot find symbol
[javac] symbol : class ParsedXMLHandlerByte
[javac] location: class gnu.xml.XMLParserByte
[javac] public XMLParserByte(InputStream in, ParsedXMLHandlerByte out)
[javac] ^
[javac] D:\Temp\kawa-1.8.91\gnu\xml\XMLParserByte.java:582: cannot find symbol
[javac] symbol : class ParsedXMLHandlerByte
[javac] location: class gnu.xml.XMLParserByte
[javac] ParsedXMLHandlerByte out)
[javac] ^
[javac] D:\Temp\kawa-1.8.91\gnu\xml\XMLParserByte.java:590: cannot find symbol
[javac] symbol : class ParsedXMLHandlerByte
[javac] location: class gnu.xml.XMLParserByte
[javac] public XMLParserByte(URL url, ParsedXMLHandlerByte out) throws IOException
[javac] ^
[javac] D:\Temp\kawa-1.8.91\gnu\xml\XMLParserChar.java:59: cannot find symbol
[javac] symbol : class ParsedXMLHandler
[javac] location: class gnu.xml.XMLParserChar
[javac] ParsedXMLHandler out = this.out;
[javac] ^
[javac] D:\Temp\kawa-1.8.91\gnu\xml\XMLParserByte.java:59: cannot find symbol
[javac] symbol : class ParsedXMLHandlerByte
[javac] location: class gnu.xml.XMLParserByte
[javac] ParsedXMLHandlerByte out = this.out;
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 11 errors


_________________________________________________________________
Advertisement: Amazing holiday rentals? http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fwww%2Eninemsn%2Erealestate%2Ecom%2Eau%2Fcgi%2Dbin%2Frsearch%3Fa%3Dbhp%26t%3Dhol%26cu%3DMSN&_t=758874163&_r=HM_Txt_Link_Holiday_Oct06&_m=EXT



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