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 - Fail to add Project Reference, got "Missing project: <project name>"
Summary: Fail to add Project Reference, got "Missing project: <project name>"
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Catalog Support (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-24 05:03 UTC by _ hong_lin
Modified: 2007-09-25 01:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen shot (22.40 KB, image/png)
2007-03-24 05:04 UTC, _ hong_lin
Details

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