-
Bug
-
Resolution: Duplicate
-
Major
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.