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 202161 - Autoupdate must remove old files from correct folder
Summary: Autoupdate must remove old files from correct folder
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-15 07:52 UTC by Peter Nabbefeld
Modified: 2014-02-10 14:14 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 Peter Nabbefeld 2011-09-15 07:52:15 UTC
When location of some module changes, AU cannot correctly update it, because AU tries to remove the old version from the destination folder instead from its current location.

see bug #201232 for a discussion about that problem (update of org.apache.commons.codec and org.apache.commons.lang in that case).
Comment 1 Jiri Rechtacek 2013-07-03 13:21:02 UTC
(In reply to comment #0)
> When location of some module changes, AU cannot correctly update it, because AU
The location of module should not change between updates. The supported use-case is the autoupdate should be able to deliver patches for the one major version of product (patch1 for 7.3), for patches the placement of modules cannot change.

> tries to remove the old version from the destination folder instead from its
> current location.
Right, it makes sense, it is a possible improvement in AU.

> see bug #201232 for a discussion about that problem (update of
> org.apache.commons.codec and org.apache.commons.lang in that case).