-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
My case is to run command "grails tomcat production", but plugin seems to execute each part as separate command (it gives 'grails tomcat' command first, which breaks).
My case is to run command "grails tomcat production", but plugin seems to execute each part as separate command (it gives 'grails tomcat' command first, which breaks).
It sounds like you are not surrounding "tomcat production" with quotes. Is that correct? If you quote them, they should be treated as 1 command with an argument. I hope that makes sense.