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 160495

Summary: Warn before creating job from project with local modifications
Product: connecteddeveloper Reporter: Jesse Glick <jglick>
Component: HudsonAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jesse Glick 2009-03-17 19:03:44 UTC
The Create Job dialog already signals an error if you try to create a job from a project which is not hosted in a
supported VCS. It should also perhaps issue a warning in case the project is in VCS but has local modifications, since a
new user might not realize that these will not be reflected in the build unless and until committed.

Not sure offhand if there is a generic API to query the versioning subsystem whether the project is modified.
Comment 1 Jesse Glick 2009-04-03 16:49:38 UTC
For Hg, this could also mean that the project is unmodified but has outstanding unpushed changesets. So it gets tricky.