Issue 17852 - Officecfg needs to build even if SOLAR_JAVA is disabled
Summary: Officecfg needs to build even if SOLAR_JAVA is disabled
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC2
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 1.1.1
Assignee: chris
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-04 13:56 UTC by chris
Modified: 2004-07-12 13:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Patch to override SOLAR_JAVA in officecfg makefiles (3.34 KB, patch)
2003-08-04 13:56 UTC, chris
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
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