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 197624 - Use TransferCancelledException from ProgressTransferListener
Summary: Use TransferCancelledException from ProgressTransferListener
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Stupka
URL: https://issues.sonatype.org/browse/AE...
Keywords:
: 211219 (view as bug list)
Depends on:
Blocks: 197261 213812
  Show dependency tree
 
Reported: 2011-04-11 15:29 UTC by Jesse Glick
Modified: 2016-07-07 08:37 UTC (History)
1 user (show)

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 Jesse Glick 2011-04-11 15:29:34 UTC
When a new version of Aether is used in the bundled Maven, should be able to cancel Wagon downloads in a better way.
Comment 1 Jesse Glick 2012-04-16 22:56:38 UTC
*** Bug 211219 has been marked as a duplicate of this bug. ***
Comment 2 Milos Kleint 2012-04-18 10:49:53 UTC
I suppose aether 1.13.1 already includes the patch
Comment 3 Milos Kleint 2012-04-18 10:59:56 UTC
I'm not entirely clear what is the correct procedure. Replace the throw ThreadDeath with TransferCancelledException and catch that one on all places instead of the current ThreadDeath as well?
Comment 4 Jesse Glick 2012-04-18 12:27:56 UTC
(In reply to comment #2)
> I suppose aether 1.13.1 already includes the patch

I do not know offhand.

(In reply to comment #3)
> I'm not entirely clear what is the correct procedure.

Also do not know offhand, would need to read through Aether sources to understand it.
Comment 5 Martin Balin 2016-07-07 08:37:26 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss