You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2003/05/10 20:29:59 UTC

cvs commit: xml-fop/src/org/apache/fop/image FopImageFactory.java

jeremias    2003/05/10 11:29:59

  Modified:    src/org/apache/fop/image Tag: fop-0_20_2-maintain
                        FopImageFactory.java
  Log:
  Improved error message when JAI was not installed
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.25.2.13 +3 -2      xml-fop/src/org/apache/fop/image/Attic/FopImageFactory.java
  
  Index: FopImageFactory.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/image/Attic/FopImageFactory.java,v
  retrieving revision 1.25.2.12
  retrieving revision 1.25.2.13
  diff -u -r1.25.2.12 -r1.25.2.13
  --- FopImageFactory.java	25 Feb 2003 13:38:22 -0000	1.25.2.12
  +++ FopImageFactory.java	10 May 2003 18:29:58 -0000	1.25.2.13
  @@ -282,7 +282,8 @@
                   Class.forName("org.apache.fop.image.JAIImage");
                   m_genericImageClassName = "org.apache.fop.image.JAIImage";
               } catch (Throwable t) {
  -                MessageHandler.logln("Failed to load JAI, using Jimi instead");
  +                MessageHandler.logln("JAI support was not installed (read: not "
  +                    + "present at build time). Trying to use Jimi instead");
                   /* on any exception assume Jai is not present and use Jimi instead */
                   m_genericImageClassName = "org.apache.fop.image.JimiImage";
               }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org