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 69775 - [50cat] REGRESSION: Cannot merge jar from branch if it is part of classpath
Summary: [50cat] REGRESSION: Cannot merge jar from branch if it is part of classpath
Status: RESOLVED DUPLICATE of bug 69680
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-12-02 19:56 UTC by misterm
Modified: 2007-01-04 17:14 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 misterm 2005-12-02 19:56:48 UTC
[ BUILD # : 20051201 ]
[ JDK VERSION : 1.4.2_xx ]

Steps to reproduce:

1. Create a free-form project;
2. Add a jar to it;
3. Configure the project to use it as part of classpath;
4. Create a branch named A;
5. Replace the jar with a more recent version and commit it;
6. Switch to HEAD and try to merge changes from A.

An error is shown saying the jar cannot be renamed. This worked in NB 5.0 beta 2 (which I used to complete the task I was doing).
Comment 1 Peter Pis 2005-12-03 06:28:08 UTC
It's probably a dup of 69680.
Comment 2 _ pkuzel 2005-12-05 10:53:48 UTC
I can not reproduce.

INCOMPLETE, what exception did you receive?
Comment 3 Maros Sandor 2005-12-05 11:01:16 UTC
Cannot reproduce it either ... Peter, can you try it too?
Comment 4 misterm 2005-12-05 12:39:13 UTC
I received no exception, just an error message saying something as:

Cannot rename a.jar to ~a.jar#1.2.3
Comment 5 Maros Sandor 2005-12-05 15:44:15 UTC
Most probably a dup, please verify in latest builds.

*** This issue has been marked as a duplicate of 69680 ***