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 79473 - Drop support for -jdkhome & -userdir
Summary: Drop support for -jdkhome & -userdir
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords:
: 79999 97523 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-30 10:53 UTC by _ rkubacki
Modified: 2008-12-22 10:30 UTC (History)
3 users (show)

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 _ rkubacki 2006-06-30 10:53:33 UTC
Option like -jdkhome and -userdir are obsolete and should not be used since 4.0.
Let's delete the support for them - affects launchers, some startup code and
maybe utilities (open file).
Comment 1 Marian Mirilovic 2006-07-12 12:08:45 UTC
*** Issue 79999 has been marked as a duplicate of this issue. ***
Comment 2 _ rkubacki 2006-11-21 10:27:48 UTC
Checking in core/launcher/unix/nbexec;
/shared/data/ccvs/repository/core/launcher/unix/nbexec,v  <--  nbexec
new revision: 1.41; previous revision: 1.40
done

Now need to fix Windows launcher.
Comment 3 Marian Mirilovic 2006-11-23 11:12:34 UTC
And what about other '-' options :
-nosplash 
-cp:p
-cp:a

We are still using them in xtest, I guess
Comment 4 Jiri Skrivanek 2006-11-23 11:19:32 UTC
So, I updated XTest to use '--' for all properties.

/cvs/xtest/plugins_src/ide/lib/ide_plugin_targets.xml,v  <--  ide_plugin_targets.xml
new revision: 1.49; previous revision: 1.48
Comment 5 _ rkubacki 2006-11-28 16:47:48 UTC
few more changes:

/shared/data/ccvs/repository/core/launcher/windows/nbexec.exe,v  <--  nbexec.exe
new revision: 1.28; previous revision: 1.27
done
Checking in nbexec.cpp;
/shared/data/ccvs/repository/core/launcher/windows/nbexec.cpp,v  <--  nbexec.cpp
new revision: 1.30; previous revision: 1.29
done
IDE: [11/28/06 5:40 PM] Committing Files finished

IDE:-------------------------------------------------
IDE: [11/28/06 5:40 PM] Diffing Files started
IDE: [11/28/06 5:40 PM] Diffing Files finished

IDE:-------------------------------------------------
IDE: [11/28/06 5:42 PM] Committing started
Checking in netbeans.exe;
/shared/data/ccvs/repository/ide/launcher/windows/netbeans.exe,v  <--  netbeans.exe
new revision: 1.24; previous revision: 1.23
done
Checking in nb.exe;
/shared/data/ccvs/repository/ide/launcher/windows/nb.exe,v  <--  nb.exe
new revision: 1.24; previous revision: 1.23
done
Checking in netbeans.cpp;
/shared/data/ccvs/repository/ide/launcher/windows/netbeans.cpp,v  <--  netbeans.cpp
new revision: 1.26; previous revision: 1.25
done
IDE: [11/28/06 5:42 PM] Committing finished
IDE: [11/28/06 5:42 PM] Diffing Files finished
IDE: [11/28/06 5:42 PM] Diffing "netbeans.cpp" finished

IDE:-------------------------------------------------
IDE: [11/28/06 5:43 PM] Diffing Files started
IDE: [11/28/06 5:44 PM] Diffing Files finished

IDE:-------------------------------------------------
IDE: [11/28/06 5:44 PM] Committing started
Checking in windows-launcher-src/app.cpp;
/shared/data/ccvs/repository/apisupport/harness/windows-launcher-src/app.cpp,v 
<--  app.cpp
new revision: 1.7; previous revision: 1.6
done
Checking in release/launchers/app_w.exe;
/shared/data/ccvs/repository/apisupport/harness/release/launchers/app_w.exe,v 
<--  app_w.exe
new revision: 1.7; previous revision: 1.6
done
Checking in release/launchers/app.exe;
/shared/data/ccvs/repository/apisupport/harness/release/launchers/app.exe,v  <--
 app.exe
new revision: 1.7; previous revision: 1.6
done

now it should be possible to update CLIOptions
Comment 6 Marian Mirilovic 2007-01-25 07:47:28 UTC
Radim, 
what is the status of this issue ? I thought it was already dropped, wasn't it ?
Comment 7 _ rkubacki 2007-02-22 09:17:02 UTC
I'm not going to change other option.
Comment 8 Jiri Rechtacek 2007-03-09 16:24:40 UTC
*** Issue 97523 has been marked as a duplicate of this issue. ***