You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by Apache Wiki <wi...@apache.org> on 2006/09/11 08:59:45 UTC

[Xmlgraphics Wiki] Trivial Update of "GnuClasspathCompatibility" by JeremiasMaerki

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Xmlgraphics Wiki" for change notification.

The following page has been changed by JeremiasMaerki:
http://wiki.apache.org/xmlgraphics/GnuClasspathCompatibility

The comment on the change is:
Remove some invalid links

------------------------------------------------------------------------------
  
  In Apache Batik, all direct dependencies on Sun-private classes like the JPEG codec (com.sun.image.*) have been hidden behind an interface. ImageIO alternatives are now available in SVN Trunk. Apache Batik should be ready to be compiled against GNU Classpath. We now only need someone to try it and report back the results.
  
- The ImageWriter abstraction has already been ported to the new XML Graphics Commons project but Batik hasn't move over, yet.
+ The !ImageWriter abstraction has already been ported to the new XML Graphics Commons project but Batik hasn't move over, yet.
  
  == GNU Classpath ==
  
- Most of all, support for java.awt.BasicStroke.
+ Most of all, support for java.awt.!BasicStroke.
  
  '''Status:''' Thomas Fitzsimmons said in [2] that he may soon look at this.
  
  These are the GNU Classpath bugs that have been identified so far as needing to be resolved before Batik will work:
  
    * [http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27940 27940] - CairoGraphics2D doesn't support custom Paint classes
-   * [http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29010 29010] - AttributedString checks for defined attributes incorrectly
+   * [http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29010 29010] - !AttributedString checks for defined attributes incorrectly
-   * [http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29011 29011] - FreetypeGlyphVector.getGlyphPosition(int glyphIndex) should not throw when glyphIndex == nGlyphs
+   * [http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29011 29011] - !FreetypeGlyphVector.getGlyphPosition(int glyphIndex) should not throw when glyphIndex == nGlyphs
-   * [http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29012 29012] - BufferedImageGraphics copy constructor does not copy 'image' field
+   * [http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29012 29012] - !BufferedImageGraphics copy constructor does not copy 'image' field
  
  == IKVM ==
  
- AWT support is quite limited at the moment. JeremiasMaerki experienced problems compiling Batik using ikvmc. Details will follow. FOP Trunk, forcefully stripped from all dependencies on Batik, compiled and worked fine in an initial test for PDF output (see [3]).
+ AWT support is quite limited at the moment. Jeremias Märki experienced problems compiling Batik using ikvmc. Details will follow. FOP Trunk, forcefully stripped from all dependencies on Batik, compiled and worked fine in an initial test for PDF output (see [3]).
  
  = News =
  

---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org