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 99278 - Listen on project for modified dataobjects.
Summary: Listen on project for modified dataobjects.
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Joelle Lam
URL:
Keywords:
Depends on:
Blocks: 97894
  Show dependency tree
 
Reported: 2007-03-28 16:58 UTC by Joelle Lam
Modified: 2009-11-10 06:46 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joelle Lam 2007-03-28 16:58:22 UTC
I need to add functionality to page flow editor that updates the view when a
file is created, deleted or renamed (I am assuming moved will be taken care of
by created and deleted).
Comment 1 Joelle Lam 2007-03-28 20:23:00 UTC
Now responds to added pages.

Checking in PageFlowView.java;
/cvs/web/jsf/navigation/src/org/netbeans/modules/web/jsf/navigation/PageFlowView.java,v
 <--  PageFlowView.java
new revision: 1.34; previous revision: 1.33
done
Checking in PageFlowController.java;
/cvs/web/jsf/navigation/src/org/netbeans/modules/web/jsf/navigation/PageFlowController.java,v
 <--  PageFlowController.java
new revision: 1.34; previous revision: 1.33
done
IDE: [3/28/07 12:21 PM] Committing "Page Navigation Editor" finished
Comment 2 Joelle Lam 2007-03-29 01:08:14 UTC
Now Listening on deleted pages in a project. 

IDE:-------------------------------------------------
IDE: [3/28/07 5:04 PM] Committing "Page Navigation Editor" started
Checking in PageFlowView.java;
/cvs/web/jsf/navigation/src/org/netbeans/modules/web/jsf/navigation/PageFlowView.java,v
 <--  PageFlowView.java
new revision: 1.36; previous revision: 1.35
done
Checking in PageFlowController.java;
/cvs/web/jsf/navigation/src/org/netbeans/modules/web/jsf/navigation/PageFlowController.java,v
 <--  PageFlowController.java
new revision: 1.35; previous revision: 1.34
done
Checking in graph/PageFlowScene.java;
/cvs/web/jsf/navigation/src/org/netbeans/modules/web/jsf/navigation/graph/PageFlowScene.java,v
 <--  PageFlowScene.java
new revision: 1.35; previous revision: 1.34
done
IDE: [3/28/07 5:04 PM] Committing "Page Navigation Editor" finished
Comment 3 Joelle Lam 2007-03-29 01:37:58 UTC
Now listens to WEB folder recursively.

IDE:-------------------------------------------------
IDE: [3/28/07 5:36 PM] Committing "Page Navigation Editor" started
Checking in PageFlowController.java;
/cvs/web/jsf/navigation/src/org/netbeans/modules/web/jsf/navigation/PageFlowController.java,v
 <--  PageFlowController.java
new revision: 1.36; previous revision: 1.35
done
IDE: [3/28/07 5:36 PM] Committing "Page Navigation Editor" finished
Comment 4 Joelle Lam 2007-04-24 20:44:00 UTC
Fixed for sure by M9