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 - "Ignored unknown option: --open"
Summary: "Ignored unknown option: --open"
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-04-16 13:02 UTC by Jesse Glick
Modified: 2008-12-22 20:51 UTC (History)
1 user (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 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.