Re: Trouble with temporary files after the merge of Temp_URI_Resolution branch

2013-02-08 Thread Alexios Giotis
Hi Peter, Thanks for answering. I added inline my replies. As a next step, I will prepare a patch (hopefully in the next few days) so that we may comment on something more concrete. On 8 Feb 2013, at 16:07, Peter Hancock wrote: > Hi Alexis, > > The DefaultTempResourceResolver is used by the

Re: Trouble with temporary files after the merge of Temp_URI_Resolution branch

2013-02-08 Thread Peter Hancock
Hi Alexis, The DefaultTempResourceResolver is used by the DefaultResourceResolver and is suitable for the case when we run FOP from the command line >... the actual pattern of using temp files has changed from: > > File tmpFile = File.createTempFile(); > // Write and read from the file > tmp

Trouble with temporary files after the merge of Temp_URI_Resolution branch

2013-02-07 Thread Alexios Giotis
Hi, In certain cases FOP needs to write temporary files. For example org.apache.fop.afp.AFPStreamer needs to concatenate the AFP resources with the main document. After the vote and merge of the Temp_URI_Resolution branch (Sept 2012), the actual pattern of using temp files has changed from: Fi