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 - Project dependencies should check on configuration limitations
Summary: Project dependencies should check on configuration limitations
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: Fragmentation (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Karol Harezlak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-28 08:22 UTC by ieising
Modified: 2009-10-01 13:26 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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