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 56406 - [41cat] Need a command line option to specify a file of command line options.
Summary: [41cat] Need a command line option to specify a file of command line options.
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-15 00:10 UTC by lleland
Modified: 2009-01-06 14:36 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lleland 2005-03-15 00:10:00 UTC
[ BUILD # : Dev 20050314 ]
[ JDK VERSION : 1.5.0_01 ]

The NetBeans executable can be started with a series of command line options. This allows you to create a set of application links (shortcuts) that bring up different flavors of the same build, like different JDK versions, GC monitoring, or L&F.

These options can become so long that they exceed the command line buffer size provided by the OS. There needs to be an additional command line option that specifies a file that holds command line options. The syntax we used to use for this is:
  <app> @<filepath>

So, if you created several files with different sets of command line options, you can just specify that file for each application link (shortcut) and it would have exactly the same effect as if you had specified the options in that file on the link (shortcut) command line, but it takes up far less buffer space.
Comment 1 Marian Mirilovic 2005-03-15 06:38:57 UTC
I think this issue has been already reported, but I can't find it ;(
Comment 2 lleland 2005-03-15 07:38:34 UTC
Neither could I. That's why I reported it. :D