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 192200 - Better progress handle for builds
Summary: Better progress handle for builds
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on: 196522
Blocks:
  Show dependency tree
 
Reported: 2010-11-19 21:33 UTC by Jesse Glick
Modified: 2011-03-09 21:17 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 Jesse Glick 2010-11-19 21:33:29 UTC
Currently the progress handle for a Maven build shows no useful information beyond the name of the built project.

Ant builds show the currently executed target. The Maven progress bar should also show the currently executed goal and perhaps also project name.

Beyond that, for reactor builds, the IDE could glean the list of projects to be built from the lines after "Reactor Build Order:" and then show an approximate percentage completion. This would be very helpful for long multimodule builds.
Comment 1 Jesse Glick 2010-12-01 02:41:27 UTC
core-main #7af8f39e35d1
Comment 2 Quality Engineering 2010-12-02 06:22:48 UTC
Integrated into 'main-golden', will be available in build *201012020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7af8f39e35d1
User: Jesse Glick <jglick@netbeans.org>
Log: #192200: Better progress handle for builds