DO NOT REPLY [Bug 42067] - [PATCH] Exact positioning of PDF internal links

2007-05-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=42067.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42067





--- Additional Comments From [EMAIL PROTECTED]  2007-05-18 05:00 ---
(In reply to comment #12)
 I discovered recently that FOP still aims to be JDK1.3 compliant so I updated 
 my
 Eclipse IDE environment today and discovered this small J2SE1.4 dependency on
 the use of String.split().  This small patch should fix this.

Thanks for spotting this, Adrian. Looks like I'm not compiling against J2SE 1.3
often enough. Patch applied (this one anyway).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 42067] - [PATCH] Exact positioning of PDF internal links

2007-05-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=42067.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42067





--- Additional Comments From [EMAIL PROTECTED]  2007-05-18 06:57 ---
Created an attachment (id=20215)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=20215action=view)
Patch to check for comma together with brackets


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 42067] - [PATCH] Exact positioning of PDF internal links

2007-05-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=42067.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42067





--- Additional Comments From [EMAIL PROTECTED]  2007-05-18 06:55 ---
(In reply to comment #14)
 I discovered recently that FOP still aims to be JDK1.3 compliant
Sorry, I wasn't aware of this.
 This small patch should fix this.
It does, but the patched code also throws a StringIndexOutOfBoundsException if
for some reason the attribute value is in brackets but doesn't contain a comma.
I think it's best to add a comma check to the innermost if. This will also bring
the code in line with the description (my original code wasn't, I'm afraid).
So here's an even smaller patch.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 41831] - [PATCH] Refactored configuration, font detection and caching, url resolution

2007-05-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=41831.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41831





--- Additional Comments From [EMAIL PROTECTED]  2007-05-18 10:09 ---
Andreas, if you come back online again please do not commit the patch just yet
as I have made some significant improvements to it which will be attached soon.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.