Issue 17852

Summary: Officecfg needs to build even if SOLAR_JAVA is disabled
Product: Build Tools Reporter: chris
Component: codeAssignee: chris
Status: CLOSED FIXED QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 1.1 RC2   
Target Milestone: OOo 1.1.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Patch to override SOLAR_JAVA in officecfg makefiles none

Description chris 2003-08-04 13:56:28 UTC
SOLAR_JAVA provides a way to build OOo without Java support in the resulting
build.  However, officecfg uses some Java tools and is necessary to complete the
build.  With SOLAR_JAVA="", officecfg fails to build because the needed java
files are not compiled.

My proposal is to override SOLAR_JAVA in the makefiles where this is necessary.
 I hope that we can make sure these projects can build and run using any
available Java compiler.  The Sun, Blackdown and Kaffe (>1.1.0) JDKs are known
to work at this time.
Comment 1 chris 2003-08-04 13:56:52 UTC
Created attachment 8244 [details]
Patch to override SOLAR_JAVA in officecfg makefiles
Comment 2 chris 2004-07-12 13:29:35 UTC
This issue was fixed by Josh Tripplet's patches that use xsltproc instead of the
Java tool.  They are already in OOo 1.1.1.
Comment 3 chris 2004-07-12 13:30:04 UTC
close