Re: Configuration file

2001-09-04 Thread Keiron Liddle
Peter, The default configuration file is read like so: configfile = contextClassLoader.getResourceAsStream("conf/config.xml"); or.. configfile = ConfigurationReader.class.getResourceAsStream("/conf/config.xml"); This means that the config file must be in the location "conf/config.xml" in your c

Re: Configuration file

2001-09-03 Thread Peter B. West
To be a bit more specific: I have the conf directory in place with its default contents; I have the .../fop/configuration directory with its files, and as far as I can tell, these are being compiled, although in my Java ignorance, anything is possible. I am not using build.xml, but simply com