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 71293 - Move also relative suite-components when moving suite
Summary: Move also relative suite-components when moving suite
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-12 04:56 UTC by Martin Krauskopf
Modified: 2006-02-02 17:01 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 Martin Krauskopf 2006-01-12 04:56:19 UTC
It would be better if we detect which suite components are in a suite's
directory and move them as well, so user doesn't need to do so for each
suite-component. Suite components outside of suite shouldn't be presuambly
touched. (see issue 63151)
Comment 1 Tomas Danek 2006-02-01 13:16:50 UTC
There's no UI spec, but yes, it would, please try for 5.0U1
Comment 2 Martin Krauskopf 2006-02-02 12:27:59 UTC
Admitting that current implementation of suite-moving with some suite components
in it is not so convenient. I'm experimenting with this. Presuambly will not
look so good (progress handler will behave nonuniformly). Some copy-pasting from
ProjectUI will be needed. Hopefully not dangerous - we will have to test it
carefully.
Comment 3 Martin Krauskopf 2006-02-02 17:01:50 UTC
Fixed (with what was written above).

test/unit/ui/SuiteOperationsTest.java; 1.2 -> 1.3;
test/unit/TestBase.java; 1.33 -> 1.34;
ui/SuiteOperations.java; 1.3 -> 1.4;