When the Ant task 'jbi-start-component', 'jbi-stop-component', 'jbi-shutdown-component' or 'jbi-uninstall-component' is used with an empty component identifier, the error message is not clear: "componentName must not be empty".
Moreover the error is detected by the container. Such a error type should be detected by the Ant task itself without invoking the container.
Add a check at Ant task level and replace the error message by something like: "Empty attribute 'name'"
When the Ant task 'jbi-start-component', 'jbi-stop-component', 'jbi-shutdown-component' or 'jbi-uninstall-component' is used with an empty component identifier, the error message is not clear: "componentName must not be empty".
Moreover the error is detected by the container. Such a error type should be detected by the Ant task itself without invoking the container.
Add a check at Ant task level and replace the error message by something like: "Empty attribute 'name'"
Fixed in branch petals-entreprise-3.1.x according to the description