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 68631

Summary: check the validity of specification version during building module
Product: apisupport Reporter: pzajac <pzajac>
Component: HarnessAssignee: Jesse Glick <jglick>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 59792    
Bug Blocks:    

Description pzajac 2005-11-14 10:37:15 UTC
Example :
I am developing a module against dev build. 
I want to switch to beta 2 build. Editor completion has lower module
specification   in beta 2 than daily dev build. The building against beta 2 was
successfull. But  on running application I got warning:

Warning - could not install some modules:
MyModule - The module Editor Code Completion was requested int version >= 16 but
only 1.5.1 was found. 

It is better to fail during building.
Comment 1 Jesse Glick 2005-11-15 19:02:40 UTC
Not for 5.0.
Comment 2 pzajac 2005-11-16 10:57:00 UTC
ok, I agree that it is too late to implement it 50. IHMO it is DEFECT. The check
of dependencies should be also on building application,
Comment 3 Jesse Glick 2005-12-30 07:51:35 UTC
Fixed as part of issue #59792.
Comment 4 pzajac 2006-01-12 14:01:21 UTC
verified