Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Duplicate
-
Component/s: template-project-plugin
-
Labels:
-
Similar Issues:
Description
The template project currently ignore if a template project has been deleted or renamed. I would expect it to fail the build and report an error rather than swallowing it.
This mainly comes from the getProjectBuilders method from the ProxyBuilder class where if the getItem returns null then an empty collection is returned rather than throwing/reporting an error.
Similarly if the type of template project is not supported, nothing happen.
Sorry I created it again, as I was not able to find previous one...