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 75587 - Rename Project doesn't "move" the subprojects...
Summary: Rename Project doesn't "move" the subprojects...
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-26 22:00 UTC by Vince Kraemer
Modified: 2009-12-21 05:17 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 Vince Kraemer 2006-04-26 22:00:37 UTC
Steps

1. Create an ent app with an ejb and war subproject
2. look at the directory structure in the Files tab

app
+- app-ejb
+- app-war
+- nbproject
+- src
+- build.xml

3. Use Rename Project (with directory name change) to change the name from app
to ppa

4. examine directory structure in the files tab...

ppa
+- nbproject
+- src
+- build.xml

The Rename project doesn't preserve the blueprint layout or the original project.

expected result:

ppa
+- nbproject
+- ppa-ejb
+- ppa-war
+- src
+- build.xml

OR

ppa
+- app-ejb
+- app-war
+- nbproject
+- src
+- build.xml
Comment 1 Martin Krauskopf 2006-06-12 12:27:54 UTC
Would be nice to have by default. Maybe even better would be if we ask the user
if also subproject should be moved. What if a module is already outside of an
ear's directory structure. Those should be probably left where they are, again -
by default. The project API is currently weak and does not permit more
satisfactory dialogs (we have similar problems in APISupport).
Also the user may (if there is not some other bug) to be able to move submodules
separately. If there is some time I'll take a look at it for 5.5 but not sure. I
think it is not a high priority bug if copy/move operation for individual
project types works without problem (if not, separate bug should be filed).
Comment 2 Martin Krauskopf 2006-09-11 16:29:43 UTC
J2EE team support ends, thus returning the issue back.
Comment 3 Quality Engineering 2009-12-21 05:17:22 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team