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 114761

Summary: XML file can be moved only into referenced project.
Product: xml Reporter: Michael Nazarov <michaelnazarov>
Component: Schema ToolsAssignee: Sonali Kochar <sonali>
Status: NEW ---    
Severity: blocker CC: hong_lin
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Michael Nazarov 2007-09-05 14:06:41 UTC
Product Version: NetBeans IDE 6.0 Beta 1 (Build 200709050000)

There are two projects (BluePrint1 ssample and BPEL module as usual in my checks).
Each project has XML file. One able to move XML from sample to module but it's
impossible to move file from module to sample. Move dialog just doesn't provide
other project in list.

I think this is incorrect.
Comment 1 Sonali Kochar 2007-09-06 05:38:44 UTC
This is as per design. Move refactoring was based on Add Import design. When adding imports, you can either import a
schema from the current project or from any of the referenced projects. Similarly, for move, you can move a schema
within a project or into any of the referenced projects. Changing this would require an enhancement to the design. We
can do this post 6.0.