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 17233

Summary: command line options
Product: obsolete Reporter: _ derrick <derrick>
Component: antlrAssignee: issues@obsolete <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description _ derrick 2001-11-02 03:06:27 UTC
Command line options can be set on each .g file (using property Tool Options),
but a more explicit bean oriented save/restore of command line options (with
corresponding help) needs to be implemented, e.g.
 -glib superGrammar specify location of supergrammar file.
  -debug             launch the ParseView debugger upon parser invocation.
  -html              generate an html file from your grammar (minus actions).
  -diagnostic        generate a textfile with diagnostics.
  -trace             have all rules call traceIn/traceOut.
  -traceParser       have parser rules call traceIn/traceOut.
  -traceLexer        have lexer rules call traceIn/traceOut.
  -traceTreeParser   have tree parser rules call traceIn/traceOut.
Comment 1 Jiri Prox 2007-09-17 21:47:04 UTC
Obsolete milestone, please reevaluate