:deploy
INFO [org.jboss.modules] JBoss Modules version 1.4.3.Final
'build/libs/shop.war' is assumed to be a command(s) but the commands to execute have been specified by another argument: [deploy]
:deploy FAILED
It’ just the same like doing the wrong invocation:
then both quotes remain. Also when using " instead of ".
Therefore, I cannot deploy a Java EE app to WildFly aka JBoss when running on Windows…
BTW, the same issue happens when I try to use the ANT plugin for executing the Java class.
The error I received is as below
’***.ear"’ is assumed to be a command(s) but the commands to execute have been specified by another argument: ["undeploy]
Can anyone help me with this? I tried with escape quotes as well but of no use