This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 89729

Summary: Inconsistent settings of remote pack scripts
Product: profiler Reporter: ehucka <ehucka>
Component: BaseAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description ehucka 2006-11-21 10:57:50 UTC
Script calibrate.sh in mac remote pack contains standart settings of JAVA_HOME:
# JAVA_HOME=/opt/java/jdk1.5.0_04
# export JAVA_HOME

but profile.sh script contains:

JAVA_HOME=/Library/Java/Home
export JAVA_HOME

which is better but not consistent with the other script or other packs.
Comment 1 Tomas Hurka 2007-11-07 10:35:19 UTC
Changing target milestone to dev, since NetBeans 6.0 is in high resistance mode.
Comment 2 Tomas Hurka 2008-07-19 13:22:58 UTC
Fixed.
changeset:   90367:a41c9a3c3ad9
user:        Tomas Hurka <thurka@netbeans.org>
date:        Sat Jul 19 09:28:41 2008 +0200
summary:     bugfix #89729, calibration script uses default Java on Mac OS X