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 2425

Summary: Open File launcher could offer to start the IDE if it did not receive a response
Product: utilities Reporter: Jesse Glick <jglick>
Component: Open FileAssignee: issues@utilities <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: iformanek
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 31396    
Bug Blocks:    

Description Jesse Glick 1999-07-10 19:09:36 UTC
E.g. -autostart PATH_TO_IDE.

However, would require callbacks even for -nowait.

Could be useful even for remote connections, if someone has ssh scripts or something. :-)
Comment 1 Jesse Glick 2000-11-02 10:11:59 UTC
Cf. discussion on nbdev (initiated Ian Formanek).

Suggested: in this case start the IDE with a system property telling Open File
code to open some file, rather than trying to do it via the socket or a special
commandline option.
Comment 2 Jan Chalupa 2001-05-06 15:21:33 UTC
Target milestone -> 3.3
Comment 3 Peter Zavadsky 2001-08-08 08:27:55 UTC
*** Issue 14029 has been marked as a duplicate of this issue. ***
Comment 4 Jan Chalupa 2001-11-27 17:26:36 UTC
Target milestone -> 3.3.1.
Comment 5 Marek Grummich 2002-07-22 11:55:29 UTC
Set target milestone to TBD
Comment 6 Marek Grummich 2002-07-22 11:57:24 UTC
Set target milestone to TBD
Comment 7 Jesse Glick 2003-09-11 19:11:06 UTC
Should be fine now, as part of issue #31396. Impl of issue #32054 will
check for existence of userdir lock and if it does not find one - or
if it finds one but fails to connect to the IDE instance supposedly
associated with it - will start the IDE and open the supplied file.