https://issues.apache.org/ooo/show_bug.cgi?id=121754
Andrea Pescetti <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80307|0 |1 is obsolete| | Attachment #80961|0 |1 is obsolete| | Assignee|[email protected] |[email protected] |g | --- Comment #27 from Andrea Pescetti <[email protected]> --- Created attachment 81010 --> https://issues.apache.org/ooo/attachment.cgi?id=81010&action=edit Patch committed in r1500167 Some more details: - Fred Toussi (thanks) made a newer 1.8.0.11 release (newer than the previous 1_8_0_11 tag) available at http://hsqldb.svn.sourceforge.net/viewvc/hsqldb/base-one/tags/hsqldb_1_8_0_11/ ; but this was not released in ZIP form, so the previous idea of simply updating the ZIP file is not the best. - The 1_8_0_11 tag supersedes the four patches we used to apply and enables building with Java 7. - The attached patch, as agreed with Fred, takes care of updating the current 1.8.0.10 with all code changes done in the 1_8_0_11 tag. To create it, I started with the ZIP version of 1.8.0.10 and compared all files to the 1_8_0_11 tag. There were dozens of false positives due to the "$Id$" tags, whitespace changes and other similar differences. I only kept files that were significantly different, plus one new file (src/org/hsqldb/lib/StringComparator.java) that is in 1_8_0_11 but not in the 1.8.0.10 ZIP file. So the final result should be that all non-trivial (whitespace, comments...) changes from 1_8_0_11 are backported. - This was tested by building with Java 6 and Java 7; the hsqldb module built successfully on both systems. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
