[jira] [Commented] (FOP-2211) [PATCH] Fix improve the handling of temporary files using the new URI resource resolvers

2013-04-16 Thread Peter Hancock (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13632745#comment-13632745 ] Peter Hancock commented on FOP-2211: Fix committed in revision 1468361 Alexios - Thanks

[jira] [Commented] (FOP-2211) [PATCH] Fix improve the handling of temporary files using the new URI resource resolvers

2013-04-16 Thread Vincent Hennebert (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13633107#comment-13633107 ] Vincent Hennebert commented on FOP-2211: To elaborate a bit, I think we now all

[jira] [Commented] (FOP-2211) [PATCH] Fix improve the handling of temporary files using the new URI resource resolvers

2013-04-16 Thread Alexios Giotis (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13633353#comment-13633353 ] Alexios Giotis commented on FOP-2211: - Peter, thanks for committing this. Vincent, I

[jira] [Commented] (FOP-2211) [PATCH] Fix improve the handling of temporary files using the new URI resource resolvers

2013-04-11 Thread Peter Hancock (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13628759#comment-13628759 ] Peter Hancock commented on FOP-2211: Hi Alexios, Sorry for the late reply. I plan to

[jira] [Commented] (FOP-2211) [PATCH] Fix improve the handling of temporary files using the new URI resource resolvers

2013-04-08 Thread Alexios Giotis (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13625920#comment-13625920 ] Alexios Giotis commented on FOP-2211: - Peter (or any other committer), will you commit

[jira] [Commented] (FOP-2211) [PATCH] Fix improve the handling of temporary files using the new URI resource resolvers

2013-03-12 Thread Peter Hancock (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13600190#comment-13600190 ] Peter Hancock commented on FOP-2211: Hi Alexios, The latest patch ensures file is

[jira] [Commented] (FOP-2211) [PATCH] Fix improve the handling of temporary files using the new URI resource resolvers

2013-03-12 Thread Alexios Giotis (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13600242#comment-13600242 ] Alexios Giotis commented on FOP-2211: - Hi Peter, Thanks for the patch. In general I

Re: [jira] [Commented] (FOP-2211) [PATCH] Fix improve the handling of temporary files using the new URI resource resolvers

2013-03-11 Thread Alexios Giotis
Hi Peter, I am not reusing in any way the temp files. Since FOP creates them, I believe FOP should also delete them. This should happen when temp files are no longer required and not when the JVM will terminate. This is what FOP does in version 1.1 or before. I could setup my own resource

Re: [jira] [Commented] (FOP-2211) [PATCH] Fix improve the handling of temporary files using the new URI resource resolvers

2013-03-07 Thread Peter Hancock
Hi Alexios, I take it you are you reading from the temp files more than once, otherwise you could reluctantly hook into the close method of Resource to do the file deletion. I am interested to know how you are benefiting from reusing the temp file. Thanks, Peter On Tue, Mar 5, 2013 at 10:55

[jira] [Commented] (FOP-2211) [PATCH] Fix improve the handling of temporary files using the new URI resource resolvers

2013-03-05 Thread Alexios Giotis (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13593313#comment-13593313 ] Alexios Giotis commented on FOP-2211: - Hi Simon, Thank you for the patch. I looked at

[jira] [Commented] (FOP-2211) [PATCH] Fix improve the handling of temporary files using the new URI resource resolvers

2013-02-21 Thread Chris Bowditch (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13583091#comment-13583091 ] Chris Bowditch commented on FOP-2211: - Hi Alexios. A Virtual File System is a really

[jira] [Commented] (FOP-2211) [PATCH] Fix improve the handling of temporary files using the new URI resource resolvers

2013-02-19 Thread Chris Bowditch (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13581324#comment-13581324 ] Chris Bowditch commented on FOP-2211: - Hi Alex, I agree that Print Streams can get very

[jira] [Commented] (FOP-2211) [PATCH] Fix improve the handling of temporary files using the new URI resource resolvers

2013-02-19 Thread Alexios Giotis (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13581402#comment-13581402 ] Alexios Giotis commented on FOP-2211: - Hi Chris, I don't understand the advantages of

[jira] [Commented] (FOP-2211) [PATCH] Fix improve the handling of temporary files using the new URI resource resolvers

2013-02-14 Thread simon steiner (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13578432#comment-13578432 ] simon steiner commented on FOP-2211: Hi, it was good before that the temp resource

[jira] [Commented] (FOP-2211) [PATCH] Fix improve the handling of temporary files using the new URI resource resolvers

2013-02-14 Thread Alexios Giotis (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13578494#comment-13578494 ] Alexios Giotis commented on FOP-2211: - Hi Simon, since DefaultTempResourceResolver and

[jira] [Commented] (FOP-2211) [PATCH] Fix improve the handling of temporary files using the new URI resource resolvers

2013-02-12 Thread Vincent Hennebert (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13577008#comment-13577008 ] Vincent Hennebert commented on FOP-2211: Hi Alexios, thanks for your patches. It is

[jira] [Commented] (FOP-2211) [PATCH] Fix improve the handling of temporary files using the new URI resource resolvers

2013-02-12 Thread Alexios Giotis (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13577086#comment-13577086 ] Alexios Giotis commented on FOP-2211: - Hi Vincent, Thanks for your prompt comment. I