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 60042 - check if major release version is filled
Summary: check if major release version is filled
Status: VERIFIED INVALID
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-06-15 13:49 UTC by pzajac
Modified: 2005-09-05 09:51 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 pzajac 2005-06-15 13:49:22 UTC
[200506142000]
1) Show properties for a Netbeans Module Project
2) Edit a library in Module Dependency dialog
3) Clear the Major Release version field
4) Click to Ok, the dialog is closed and no Error message is shown

This state is invalid.  It should be better to Check if The the the field is non
empty and show error message. 

BTW: the parseprojectxml ant task should show more information how to fix this
problem.
Comment 1 Jesse Glick 2005-06-16 12:39:02 UTC
It is fine to have no major release version specified in a dependency, if the
module in fact has no major release version. If you get it wrong, the module
system will just prevent you from enabling your module, but that depends on the
actual version of the dep module present in the runtime environment, which
apisupport cannot know.
Comment 2 pzajac 2005-08-02 16:00:50 UTC
b