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 - AntSession.getProperties
Summary: AntSession.getProperties
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2011-12-08 18:59 UTC by Jesse Glick
Modified: 2011-12-17 16:46 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Proposed patch (12.77 KB, patch)
2011-12-08 19:24 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.