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 51376 - Pass on args[] in NB launcher when invoking updater
Summary: Pass on args[] in NB launcher when invoking updater
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-10 14:33 UTC by Jiri Rechtacek
Modified: 2009-01-06 14:29 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
patch for nbexec (623 bytes, patch)
2004-11-10 14:34 UTC, Jiri Rechtacek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Rechtacek 2004-11-10 14:33:37 UTC
Each launcher contains code which invokes
autoupdate/updater if needed. No args are passed
on this invocation. It breaks localization of
updater if a wanted locale differs the default
locale. Launcher should give as same args[] as for
ide's Main does.
Comment 1 Jiri Rechtacek 2004-11-10 14:34:38 UTC
Created attachment 18821 [details]
patch for nbexec