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 60781 - Unable to open NBM project due to dependencies
Summary: Unable to open NBM project due to dependencies
Status: VERIFIED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-07 14:09 UTC by Jaromir Uhrik
Modified: 2005-11-16 11:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2005-07-07 14:09:35 UTC
[200507061800]
1.Check out some module from netbeans cvs (e.g. a11y module - nothing else, just
this module)
2.Start IDE with clear userdir
3.Try to open a11y module in netbeans
It is not possible to open this project due to dependencies (all modules that
a11y depends on must be checked out to be successful).
Comment 1 Jesse Glick 2005-07-12 20:18:40 UTC
Yes, you have to check out the dependencies.
Comment 2 Jaromir Uhrik 2005-08-05 10:04:05 UTC
The user needs some feedback. There should be some warning that other modules
must be checked out to be able open this project. Doe's it make sense?
Comment 3 Jesse Glick 2005-08-05 10:44:51 UTC
Of course, but it is a special case of the more general problem that the NBM
project type does a poor job of collecting and reporting configuration errors.
Ideally it should be possible to open the project and later fix the platform
etc., but we are not there yet - very unlikely to have time to do that before
feature freeze, maybe during 4.2 bugfixing stage. I don't think there is any
real debate about what the behavior *should* be, but we probably don't have
enough time to make the error handling be as robust as for e.g. j2seproject's.

A somewhat related issue with the project system generally is that the Open
Project dialog does not display error messages when you click on a potential
project folder (i.e. a localized annotation from an IOException thrown by
ProjectManager.findProject). That would be a relatively simple thing to do that
might help somewhat (in other cases too, not just for NBM projects).
Comment 4 Jaromir Uhrik 2005-11-16 11:32:01 UTC
Verified.