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 203206 - parameters not passed in standalone mode
Summary: parameters not passed in standalone mode
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Deployment (show other bugs)
Version: 7.1
Hardware: All All
: P2 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
: 205904 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-10-06 09:12 UTC by Stepan Zebra
Modified: 2011-12-05 09:01 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
simple FX project to show parameters (74.20 KB, application/zip)
2011-10-06 09:12 UTC, Stepan Zebra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2011-10-06 09:12:42 UTC
Created attachment 111583 [details]
simple FX project to show parameters

Product Version: NetBeans IDE Dev (Build 201110040601)
Java: 1.7.0; Java HotSpot(TM) 64-Bit Server VM 21.0-b17
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)

Any parameter set in project properties isn't passed to an application started from IDE in standalone mode.
When the same application is started with parameters from commandline, they are passed.
I'm attaching simple FX application project I made and used for testing. It just shows a window with a text field listing passed parameters. You may find it useful.
Comment 1 Petr Somol 2011-10-20 15:23:07 UTC
fixed in jetmain
http://hg.netbeans.org/jet-main/rev/a48e65794ebb
Comment 2 Quality Engineering 2011-10-24 14:11:48 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/a48e65794ebb
User: Petr Somol <psomol@netbeans.org>
Log: #203206 - parameters not passed in standalone mode
Comment 3 Stepan Zebra 2011-12-05 09:01:22 UTC
*** Bug 205904 has been marked as a duplicate of this bug. ***