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 - command line options
Summary: command line options
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: antlr (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-02 03:06 UTC by _ derrick
Modified: 2007-09-17 21:47 UTC (History)
0 users

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 _ 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