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

Summary: Use TransferCancelledException from ProgressTransferListener
Product: projects Reporter: Jesse Glick <jglick>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: RESOLVED WONTFIX    
Severity: normal CC: mienamoo
Priority: P3    
Version: 7.0.1   
Hardware: PC   
OS: Linux   
URL: https://issues.sonatype.org/browse/AETHER-95?focusedCommentId=129316&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_129316
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 197261, 213812    

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