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 32079

Summary: Command line options has to be CLIP compliant
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: -- Other --Assignee: Jesse Glick <jglick>
Status: CLOSED DUPLICATE    
Severity: blocker Keywords: ARCH
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jaroslav Tulach 2003-03-18 12:31:48 UTC
Options of the launcher should be either one
letter long or use double dashes:
 
> q: command line options should be CLIP or
getOP(?) compliant
> a: double dashes are not used in java
> -> then java is not CLIP compliant!
> -> non-java options (own options of the IDE)
must be CLIP compliant!
Comment 1 Jesse Glick 2003-03-18 12:55:25 UTC

*** This issue has been marked as a duplicate of 32053 ***
Comment 2 Marian Mirilovic 2003-07-22 16:56:51 UTC
verified, closed - it's duplicate.