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 29808

Summary: Create API for file manipulation
Product: projects Reporter: Vitezslav Stejskal <vstejskal>
Component: Generic InfrastructureAssignee: Vitezslav Stejskal <vstejskal>
Status: CLOSED FIXED    
Severity: blocker Keywords: API
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:
Attachments: cvs commit log

Description Vitezslav Stejskal 2003-01-06 13:00:27 UTC
Since the operations like copy/move/rename of some
types of files belonging to the project (e.g. java
source files) can have speacial meaning the
modules need to plug into this operation and
implement this extended meaning (e.g. change the
package declaration or rename the class). These
operations can be done accross the project
boundaries (e.g. the copy/move) and thus the code
implementing extended behavior of the operation
needs to access context of both the source project
and the target project.

Please, see the original request on dev@projects:
http://projects.netbeans.org/servlets/ReadMsg?msgId=413993&listName=dev
Comment 1 Vitezslav Stejskal 2003-05-15 15:02:03 UTC
The first version of FM-API is done.
Comment 2 Vitezslav Stejskal 2003-05-15 15:02:43 UTC
Created attachment 10312 [details]
cvs commit log
Comment 3 Jan Becicka 2003-11-25 14:04:44 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 4 Jan Becicka 2003-11-25 14:13:53 UTC
---> CLOSED