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 42077

Summary: "Ignored unknown option: --open"
Product: platform Reporter: Jesse Glick <jglick>
Component: -- Other --Assignee: Jaroslav Tulach <jtulach>
Status: CLOSED WORKSFORME    
Severity: blocker CC: issues
Priority: P4 Keywords: REGRESSION
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2004-04-16 13:02:51 UTC
If you run

.../bin/netbeans --userdir ... --jdkhome ...
--open .../foo.html

it works - foo.html is opened - but it also prints
a message to stdout that the option was unrecognized.
Comment 1 Jaroslav Tulach 2004-06-14 15:04:57 UTC
I have not seen anything like that in current trunk. I've tried to
open a text file and html file either with unlocked user dir or with
userdir with already running instance. Always the file was opened and
no warning printed. I've used:

nb_all/nbbuild/netbeans/bin/netbeans --open x.html

and it worked.
Comment 2 Jesse Glick 2004-06-14 16:42:09 UTC
Seems OK currently.