getting error when use -print

2012-05-16 Thread pr4321
I am getting the following error when using to print an .fo file with usig fop. C:\>fop xslfo.fo -print May 16, 2012 10:32:37 PM org.apache.fop.cli.Main startFOP SEVERE: Exception java.lang.ArrayIndexOutOfBoundsException: 2 at org.apache.fop.cli.CommandLineOptions.parsePrintOutputOption(C

external-graphic image path with antislash

2012-05-16 Thread Christian Pestel
Hello developpers, We use hugely Fop 1.0 in our software. We have noticed that the image URI path don’t generate an error with fop 1.0, but with Fop 1.1dev, this URI generate this error : : org.apache.fop.fo.expr.PropertyException: Invalid URI specified work fine with Fop 1.1 Is URI validat

Re: getting error when use -print

2012-05-16 Thread Luis Bernardo
There is indeed a bug. For now you can do this: fop xslfo.fo -print 1 note: I don't know if it will print... I can confirm it does send the job to the printer, but in my case the page comes blank. the issue may be with the printer or with FOP... On 5/16/12 6:16 PM, pr4321 wrote: I am getti

Re: external-graphic image path with antislash

2012-05-16 Thread Glenn Adams
since use of backslash is invalid in a URL as a path separator, it would be an improvement (in validation) rather than a regression On Wed, May 16, 2012 at 4:07 PM, Christian Pestel < christian.pes...@orange.fr> wrote: > Hello developpers, > > We use hugely Fop 1.0 in our software. > We have no