Issue 63636

Summary: GCJ as JDK: JAVAVER and JAVANUMVER
Product: porting Reporter: sparcmoz <sparcmoz>
Component: codeAssignee: AOO issues mailing list <issues>
Status: ACCEPTED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues, maho.nakata
Version: OOo 2.0.2   
Target Milestone: DevTools   
Hardware: All   
OS: Linux, all   
Issue Type: TASK Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
where used JAVANUMVER
none
grep JAVAVER - some extra results included none

Description sparcmoz 2006-03-26 00:27:07 UTC
These variables are defined in solenv/inc/tg_javav.mk using hardcoded java
command for example:
JAVAVER:=$(shell -$(JAVA_HOME)$/bin$/java $(JFLAGSVERSION_CMD))
JAVANUMVER:=$(shell -$(JAVA_HOME)$/bin$/java $(JFLAGSNUMVERSION_CMD))

The places where these are used are listed in the attached files, plus some
extra results which also interesting. The main place affected seems to be
accessability but I suppose any developer might use these in future so it would
be good to have them set?

For an experiment I will build m161 with JAVAVER=1.4.2 and JAVANUMVER=000100040002
Comment 1 sparcmoz 2006-03-26 00:27:56 UTC
start and target
Comment 2 sparcmoz 2006-03-26 00:30:43 UTC
Created attachment 35256 [details]
where used JAVANUMVER
Comment 3 sparcmoz 2006-03-26 00:31:51 UTC
Created attachment 35257 [details]
grep JAVAVER - some extra results included