Apache OpenOffice (AOO) Bugzilla – Full Text Issue Listing |
Summary: | revivehsqldb does not build | ||||||
---|---|---|---|---|---|---|---|
Product: | Build Tools | Reporter: | eric.bachard | ||||
Component: | code | Assignee: | Frank Schönheit <frank.schoenheit> | ||||
Status: | CLOSED FIXED | QA Contact: | issues@tools <issues> | ||||
Severity: | Trivial | ||||||
Priority: | P1 (highest) | CC: | issues, ivo.hinkelmann, lohmaier, pavel, sparcmoz | ||||
Version: | OOo 2.2 | ||||||
Target Milestone: | OOo 2.2 | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Issue Type: | PATCH | Latest Confirmation in: | --- | ||||
Developer Difficulty: | --- | ||||||
Attachments: |
|
Description
eric.bachard
2006-12-21 21:00:37 UTC
Created attachment 41635 [details]
patch to make revivehsqldb build on Mac OS X
Add Pavel on CC Add cloph in the list on Linux as well. Patch commit as masterfix for SRC680 m198. ? This patch can't work ... <running away and trying> ... well, it *does* work. What kind of magic is there in solenv?? With the patch, the JAVACLASSFILES should contain a reference to a class-file which does not exist, while without the patch, it should contain <outpath>/class/org/hsqldb/lib/FileSystemRuntimeException.class. Which, by the way, exists on wntmsci10 and unxlngi6.pro (which are the platforms I built the CWS on). Adding a target dummy: @+echo $(JAVACLASSFILES) proves that this in fact is the case. Ergo: I don't understand why this didn't compile on other platforms, and I don't understand why after the patch, it does still work. /me is confused. Anyway, glad it could be solved that quickly, thanks. The fix is in HEAD but not m198 - patch is still required for m198. seen in m198, closing |