bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/23021] GATE fails to build because javax.swing.text.JText


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/23021] GATE fails to build because javax.swing.text.JTextComponent read method missing
Date: 8 Sep 2010 18:04:51 -0000

Because javax.swing.text.JTextComponent read method hasn't yet been implemented
- 
http://www.kaffe.org/~stuart/japi/htmlout/h-jdk14-classpath.html#err_missing_javax_swing
- GATE fails to build - http://gate.ac.uk/


fis% PATH=/usr/lib/jvm/java-gcj/bin java -classpath
/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar
org.apache.tools.ant.Main -Dbuild.compiler=gcj
Buildfile: build.xml
     [echo]
     [echo]     This is the ANT build script for GATE (http://gate.ac.uk).
     [echo]     Type "ant help" for details about the targets available.
     [echo]     GATE 3.0, build 2008

guk:
    [javac] Compiling 2 source files to /home/jablko/src/gate/cvs/gate/classes
    [javac] /home/jablko/src/gate/cvs/gate/src/guk/Editor.java: In class
'guk.Editor$2':
    [javac] /home/jablko/src/gate/cvs/gate/src/guk/Editor.java: In method
'guk.Editor$2.actionPerformed(java.awt.event.ActionEvent)':
    [javac] /home/jablko/src/gate/cvs/gate/src/guk/Editor.java:191: error:
Can't find method 'read(Ljava/io/InputStreamReader;V)' in type
'javax.swing.JTextPane'.
    [javac]                  textPane.read(reader, null);
    [javac]                          ^
    [javac] 1 error

BUILD FAILED
/home/jablko/src/gate/cvs/gate/build.xml:205: Compile failed; see the compiler
error output for details.

Total time: 4 seconds
fis% 


Many thanks for all the hard work on GNU Classpath!

Jack


------- Comment #1 from from-classpath at savannah dot gnu dot org  2005-07-05 
10:25 -------
2005-07-05  Audrius Meskauskas  <address@hidden>
* javax/swing/text/JTextComponent.java (read, write): New methods. 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23021




reply via email to

[Prev in Thread] Current Thread [Next in Thread]