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 - Create API for file manipulation
Summary: Create API for file manipulation
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-01-06 13:00 UTC by Vitezslav Stejskal
Modified: 2003-12-11 14:25 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
cvs commit log (2.99 KB, text/plain)
2003-05-15 15:02 UTC, Vitezslav Stejskal
Details

Note You need to log in before you can comment on or make changes to this bug.
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