Issue 17562 - Support for configure --disable-java
Summary: Support for configure --disable-java
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 Beta2
Assignee: foskey
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-29 11:18 UTC by chris
Modified: 2004-02-07 07:04 UTC (History)
1 user (show)

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


Attachments
Patch generated against cws_srx645_ooo11rc3 (2.27 KB, patch)
2003-07-29 11:21 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-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.