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 83554

Summary: Project dependencies should check on configuration limitations
Product: javame Reporter: ieising <ieising>
Component: FragmentationAssignee: Karol Harezlak <kharezlak>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description ieising 2006-08-28 08:22:12 UTC
When I have a MIDP 1.0 project that depends on another project, it should be
checked that the other project's selected configuration is MIDP 1.0 supported.
It makes no sense to depend on a project that has features that are not
supported by the dependant project.

Iwan
Comment 1 Adam Sotona 2006-08-28 09:57:44 UTC
This sounds more like an enhancement and it will be very hard to implement
because this infomration is not provided through the APIs used for project
dependencies.