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 158036

Summary: Should require that a j2seproject be sharable before creating job
Product: connecteddeveloper Reporter: Jesse Glick <jglick>
Component: HudsonAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker CC: jrojcek
Priority: P3 Keywords: UI
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2009-02-05 18:18:30 UTC
If a j2seproject references global libraries, it can probably not be built using Hudson.

Should disable the Create Job dialog in this case, or at least create a warning. (Could also offer to let the user make
it sharable right from that dialog, but you would still need to check the changes in to SCM first.)
Comment 1 Jesse Glick 2009-03-17 21:03:26 UTC
Implemented nearly as in UI spec. I needed to abbreviate the warning message to one line; the current NB dialog
implementation does not support multiline warnings.

cdev #62afda940ec6
Comment 2 Quality Engineering 2009-03-18 22:33:13 UTC
Integrated into 'main-golden', will be available in build *200903181604* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/62afda940ec6
User: Jesse Glick <jglick@netbeans.org>
Log: #158036: advise user to make a j2seproject sharable before continuing.