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 9863 - -userdir not mentioned in the list of command-line options
Summary: -userdir not mentioned in the list of command-line options
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: _ ttran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-27 15:14 UTC by Jan Chalupa
Modified: 2008-12-22 22:49 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 Jan Chalupa 2001-02-27 15:14:21 UTC
I tried to run the IDE with an empty -userdir option on my NT machine. I got the
following message:

C:\Forte\dev-134\netbeans\bin>runide -userdir
Unknown option: D:\nb_multi
Command line options:
-system <dir>         System filesystem root - this is the filesystem
                      which contains the templates and projects
-ui <UI class name>   use given UI class as the IDE's Look&Feel
-fontsize <size>      use given number as the font size of the IDE user
interface (11pt default)
-locale <language[:country[:variant]]> use specified locale
-branding <token>     use specified branding (- for default)
-noinfo               do not print system info during startup
-nologging            do not create the log file
-nosysclipboard       use internal clipboard instead of system one

----------------------------------------------

I see two problems here:

1. -userdir does not appear in the list of supported command-line options.

2. The 'Unknown option: D:\nb_multi' message is misleading. 'D:\nb_multi' is the
actual default user directory found in my Windows registry. However, it seems to
be mistakenly recognized as an option by the launcher.
Comment 1 Jan Chalupa 2001-03-12 09:36:21 UTC
Version: 'Dev' -> 3.2
Comment 2 _ ttran 2001-03-13 15:34:50 UTC
Re 1. runide -h will show the options known to the launcher, all other options
given will be passed to the main class.  What you see is printed by the main class

Re 2.  FIXED
Comment 3 _ ttran 2001-03-15 21:23:56 UTC
forgot to mark this as FIXED, do it now
Comment 4 Jan Chalupa 2001-05-05 20:55:29 UTC
Target milestone 3.2
Comment 5 Quality Engineering 2003-07-01 16:38:58 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.