Issue 17562

Summary: Support for configure --disable-java
Product: Build Tools Reporter: chris
Component: codeAssignee: foskey
Status: CLOSED FIXED QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 1.1 RC2   
Target Milestone: OOo 1.1 Beta2   
Hardware: All   
OS: All   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Patch generated against cws_srx645_ooo11rc3 none

Description chris 2003-07-29 11:18:12 UTC
This patch adds a switch to control the SOLAR_JAVA environment variable. 
Currently this is hardwired to "TRUE", and if you want to try and build OOo
without Java you have to edit this in the generated *.Set file.  Default
behaviour is not changed.

Before:  SOLAR_JAVA="TRUE"  always

After:   SOLAR_JAVA="" if --disable-java is specified
         SOLAR_JAVA="TRUE" if flag is not specified, or --enable-java is given
Comment 1 chris 2003-07-29 11:21:06 UTC
Created attachment 8112 [details]
Patch generated against cws_srx645_ooo11rc3
Comment 2 chris 2003-07-29 14:10:38 UTC
Approved by Ken on IRC and committed

/cvs/tools/config_office/configure,v  <--  configure
new revision: 1.36.2.3; previous revision: 1.36.2.2
/cvs/tools/config_office/configure.in,v  <--  configure.in
new revision: 1.55.2.4; previous revision: 1.55.2.3
/cvs/tools/config_office/set_soenv.in,v  <--  set_soenv.in
new revision: 1.10.2.7; previous revision: 1.10.2.6
Comment 3 chris 2003-07-29 16:21:49 UTC
Fix verified.

Set milestone to help people querying for changes in 1.1rc
Comment 4 foskey 2003-12-20 13:47:30 UTC
verifying for close.
Comment 5 Martin Hollmichel 2004-02-07 07:04:13 UTC
close issue.