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 32964 - Set Arguments from the Build drop-down doesn't work with quoted arguments.
Summary: Set Arguments from the Build drop-down doesn't work with quoted arguments.
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-16 22:55 UTC by dmartin01
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dmartin01 2003-04-16 22:55:32 UTC
Using "Set Arguments..." from the "Build" drop-down menu, 
if the argument has spaces you are supposed to put quotes 
around it.  Netbeans is replacing the " with \" (shown in 
Properties > Execution > Arguments).  The result is that 
the arguments aren't passed properly at all during 
execution/debugging.

For example, adding a property of
"-logfile=C:\My Path\My File.txt"
Ends up as:
\"-logfile=C:\My Path\My File.txt\"
and gets sent to the JVM as:
"\"-logfile=C:\My" "Path\My" "File.txt\""
Comment 1 psuk 2004-06-22 19:28:31 UTC
Functionality replaced by Ant based Build System, Closing as WONTFIX