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 135203 - can't pass custom run.args when debugging a platform app
Summary: can't pass custom run.args when debugging a platform app
Status: RESOLVED INVALID
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-16 10:02 UTC by _ zeled
Modified: 2008-05-16 20:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch to fix this issue (appends ${run.args} to debug.args property before calling "run" from "debug" target) (771 bytes, text/plain)
2008-05-16 10:03 UTC, _ zeled
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ zeled 2008-05-16 10:02:13 UTC
custom run.args property content set into project.properties of a module suite is not passed to the underlying JVM when
debugging a platform application.
Comment 1 _ zeled 2008-05-16 10:03:58 UTC
Created attachment 61472 [details]
patch to fix this issue (appends ${run.args} to debug.args property before calling "run" from "debug" target)
Comment 2 Jesse Glick 2008-05-16 20:24:38 UTC
run.args.extra is what you are looking for. Documented in harness/README.