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 206161

Summary: AntSession.getProperties
Product: projects Reporter: Jesse Glick <jglick>
Component: AntAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: normal CC: apireviews
Priority: P3 Keywords: API, API_REVIEW_FAST
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Proposed patch

Description Jesse Glick 2011-12-08 18:59:56 UTC
For some purposes it may be useful to know what user properties were defined for a session. Currently I need it to display a summary of the command at the start of the build.
Comment 1 Jesse Glick 2011-12-08 19:24:51 UTC
Created attachment 113975 [details]
Proposed patch
Comment 2 Jesse Glick 2011-12-08 19:25:42 UTC
Please review.
Comment 3 Jesse Glick 2011-12-15 13:53:51 UTC
core-main #d6a15a993596
Comment 4 Quality Engineering 2011-12-17 16:46:52 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/d6a15a993596
User: Jesse Glick <jglick@netbeans.org>
Log: #206161: introduce AntSession.getProperties.
Use it to implement a command summary at the head of output.