Sounds good, i can definitely look into it. it will provide a good start
for me to see how it is utilized by the C++ code.
On 01/28/2013 08:50 AM, Herbert Duerr wrote:
On 27.01.2013 20:52, Michael Lam wrote:
I had the same issue but it was due to JDK7, I switch and it is working
but I have a question about how the java libraries are included. As
mentioned by Kay, the current version of hsqldb is quite old. The latest
is 2.2.9 and the same goes for Lucene the included version is 2.x
whereas the latest is 4.1. How come the jar is being created as part of
the build process instead of just pulling a prebuild version?
I know nothing about these modules except what I just saw while
peeking at
http://svn.apache.org/repos/asf/openoffice/trunk/main/hsqldb/patches/
The patch files there seem to fix some general bugs seen in OpenOffice
that may or may not have been fixed by upstream hsqldb. Investigating
this, updating to a newer release of hsqldb and testing it might be a
worthwhile task. Are you interested?
For reference the bugs fixed by the patches mentioned above where:
https://issues.apache.org/ooo/show_bug.cgi?id=96823
https://issues.apache.org/ooo/show_bug.cgi?id=103528
https://issues.apache.org/ooo/show_bug.cgi?id=104901
https://issues.apache.org/ooo/show_bug.cgi?id=97032
Herbert