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 98868

Summary: Fail to add Project Reference, got "Missing project: <project name>"
Product: xml Reporter: _ hong_lin <hong_lin>
Component: Catalog SupportAssignee: Nam Nguyen <nnguyen>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Screen shot

Description _ hong_lin 2007-03-24 05:03:18 UTC
Build: Hula build (daily-200703220921)

Steps to reproduce it:

1. In IDE, create two projects to the following location:
C:\test1\BPELModule1
C:\test1\XSLTModule2

2. Right-click BPELModule1, select "Properties" item. 
3. In Properties window, select "Project References" under Categories, 
Click "Add Project" to Add XSLTModule2 as reference project of BPELModule1.
4. But in the Properties window, will only see "Missing project: XSLTModule2".
(See attached MissingProject.PNG)
Comment 1 _ hong_lin 2007-03-24 05:04:48 UTC
Created attachment 39907 [details]
Screen shot
Comment 2 Nam Nguyen 2007-03-26 21:24:27 UTC
This is superficial, if you close the project customizer and reopen it again,
the dependency to XSLT project is display nicely.  Anyway, UI feedback is bad
and the issue need to be P1.
Comment 3 Samaresh Panda 2007-03-27 00:50:57 UTC
Checking in CustomizerProjectReferences.java;
/cvs/xml/catalogsupport/src/org/netbeans/modules/xml/catalogsupport/ui/customizer/CustomizerProjectReferences.java,v
 <--  CustomizerProjectReferences.java
new revision: 1.4; previous revision: 1.3
Comment 4 tonybeckham 2007-03-30 01:08:47 UTC
Fix VERIFIED in build 200703271800.  No longer does the Missing Project message
appear.