|
Hi,
After some tests and try to embed FOP by another way, the result are: 1. If i apply the "Basic usage pattern", than base setting by config file not working on windows. FopFactory fopFactory = FopFactory.newInstance(new File("C:/Temp/fop.xconf")); 2. If i embed fop, as in the "Using the Configuration File" documentation, and put the baseURI by parameter to FopFactoryBuilder, it works also on windows. DefaultConfigurationBuilder cfgBuilder = new DefaultConfigurationBuilder(); Configuration cfg = cfgBuilder.buildFromFile(new File("C:/Temp/mycfg.xml")); fopFactoryBuilder = new FopFactoryBuilder(baseURI).setConfiguration(cfg); So my concrete problem solved, but using fop by any other way the problem occurs. Szeak 2016-08-08 15:15 keltezéssel, Szeak (Register Man) írta: Hi,
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] |
- Resolve an URI relative to base missing on Windows Szeak (Register Man)
- Re: Resolve an URI relative to base missing on W... Szeak (Register Man)
- Re: Resolve an URI relative to base missing ... Szeak (Register Man)
