http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2420

*** shadow/2420 Mon Jul  2 05:28:51 2001
--- shadow/2420.tmp.23146       Mon Jul  2 05:28:51 2001
***************
*** 0 ****
--- 1,26 ----
+ +============================================================================+
+ | User config file could not be read                                         |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2420                        Product: Fop                     |
+ |       Status: NEW                         Version: all                     |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Blocker                  OS/Version: Other                   |
+ |     Priority: Other                     Component: general                 |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                       |
+ |  Reported By: [EMAIL PROTECTED]                                         |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ A user config file could not be read if a ...../conf/config.xml is not
+ found.
+ The reason is that the fop.jar package don't include /conf/config.xml  and
+ the Options() default constructor contains the method
+ this.loadStandardConfiguration(); which invoke :
+      InputStream configfile =
+      ConfigurationReader.class.getResourceAsStream("/conf/"+file);
+ 
+ 
+ regards

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to