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

Summary: Listen on project for modified dataobjects.
Product: javaee Reporter: Joelle Lam <joellelam>
Component: JSFAssignee: Joelle Lam <joellelam>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 97894    

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