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 249846 - No way to review failed installation of Bower packages
Summary: No way to review failed installation of Bower packages
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-16 08:11 UTC by Vladimir Riha
Modified: 2016-07-22 01:51 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 Vladimir Riha 2015-01-16 08:11:46 UTC
Please try e.g. following:
 - clone https://github.com/ladariha/tripplanner
 - open the project in "server" folder in IDE
 - go to project properties -> Bower -> Regular
 - select all packages and press Update

=> some packages will fail to install (probably latest versions are not compatible) and IDE will show dialog with a list of failed packages. But there is no way to find out why at this moment as output from the failed bower command is being overridden with next packages in queue. Would it be possible to print output of failed bower command to e.g. IDE log and say it in the mentioned dialog?


Thank you
Comment 1 Vladimir Riha 2015-01-16 08:12:36 UTC
(In reply to Vladimir Riha from comment #0)
> => some packages will fail to install (probably latest versions are not
> compatible) and IDE will show dialog with a list of failed packages. But
> there is no way to find out why 

* why it failed...
Comment 2 Tomas Mysik 2016-07-19 13:11:15 UTC
Taking over.
Comment 3 Tomas Mysik 2016-07-21 13:56:32 UTC
The Output window of the "update" log is continuous now. Please verify, thanks.

http://hg.netbeans.org/web-main/rev/2d14e8e333f7
Comment 4 Quality Engineering 2016-07-22 01:51:52 UTC
Integrated into 'main-silver', will be available in build *201607220002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2d14e8e333f7
User: Tomas Mysik <tmysik@netbeans.org>
Log: #249846 - No way to review failed installation of Bower packages