This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

Re: more gcj 3.0 fun -- catch { try {...}...}, encodings



David Brownell writes:

> There's another problem that keeps coming up when I run that API
> test suite with GCJ 3.0, and this one seems a bit strange.

I was able to reproduce the problem (David hacked the build system to
accomodate using jdk1.1.8 -- thanks.)

I also fixed the problem that prevented xmlconf from been built from
source (there's patch already on java/3285 that I'll be checking in
soon.) With CLASSPATH pointing to a javax.servlet implementation (I
used Jakarta's) we're down to three rather innocuous errors:

  ./xml/vendor/HtmlParser.java	  javax.swing.text.html.parser not found
  ./xml/vendor/OracleDriver.java  oracle.xml.parser.v2 not found
  ./xml/vendor/Parser2.java	  com.sun.xml.parser not found

So maybe the build from source approach could be revisited...

./A


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