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 - Inconsistent settings of remote pack scripts
Summary: Inconsistent settings of remote pack scripts
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All Mac OS X
: P4 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-21 10:57 UTC by ehucka
Modified: 2008-07-19 13:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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