To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93295
                 Issue #|93295
                 Summary|External hsqldb.jar missing from command-line in m30
               Component|Database access
                 Version|OOo 3.0 Beta 2
                Platform|Unknown
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|none
             Assigned to|fs
             Reported by|panbk





------- Additional comments from [EMAIL PROTECTED] Sun Aug 31 14:23:00 +0000 
2008 -------
When building with an external hsqldb.jar (as everyone ought to, really), the
JAR file is not provided in 
connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk.

This worked in m29. The patch fixes it:

--- connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk     2008-08-19
05:08:34.000000000 -0400
+++ connectivity/com/sun/star/sdbcx/comp/hsqldb/makefile.mk     2008-08-31
01:29:31.000000000 -0400
@@ -44,4 +44,5 @@
 .IF "$(SYSTEM_HSQLDB)" == "YES"
 XCLASSPATH!:=$(XCLASSPATH)$(PATH_SEPERATOR)$(HSQLDB_JAR)
+JARFILES+= $(HSQLDB_JAR)
 .ELSE
 JARFILES+= hsqldb.jar

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to