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 29125 - Restore NonGuiMain or equivalent
Summary: Restore NonGuiMain or equivalent
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 19443 30017
  Show dependency tree
 
Reported: 2002-11-28 14:32 UTC by Jesse Glick
Modified: 2008-12-22 15:47 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2002-11-28 14:32:07 UTC
I.e. some way to run in command-line mode with a
scripting interpreter etc.

#19443 fix broke NonGuiMain since it can no longer
use execution, etc.

#29124 would be the preferred solution. Or as a
shorter-term fix, make NbTM.register take
precedence over META-INF services (see NbTM.Lkp impl).
Comment 1 Jaroslav Tulach 2005-06-04 06:46:34 UTC
I am not sure this is still relevant. The ide can be started in nongui mode. 
This is used by unit tests in non-gui mode in core and core/windows. The trick 
is to pass --nogui argument on command line. 
Comment 2 Jesse Glick 2005-06-06 19:44:06 UTC
I don't know if it is still relevant either - probably not - though WONTFIX
would be more appropriate since AFAIK NonGuiMain did things besides just --nogui
(had a scripting interpreter built in).