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 52741 - ant debug macro does not allow a customize section
Summary: ant debug macro does not allow a customize section
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-21 15:44 UTC by mclaassen
Modified: 2006-02-01 16:05 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 mclaassen 2004-12-21 15:44:16 UTC
The <j2seproject:java> contains a customize 
section so other arguments can be sent to the VM 
and stuff.  This is great, however this is absent 
in the <j2seproject:debug>.

The only way to get this functionality is to copy 
the whole debug target to the build.xml and then 
modify the copy.  Not nearly as elegant a 
solution.