]
jaikiran pai updated AS7-710:
-----------------------------
Assignee: Alexey Loubyansky (was: Jason Greene)
CLI deploy command doesn't allow deploying from a path containing
space
-----------------------------------------------------------------------
Key: AS7-710
URL:
https://issues.jboss.org/browse/AS7-710
Project: Application Server 7
Issue Type: Bug
Components: CLI
Environment: AS7 upstream (dated May 3 2011)
Reporter: jaikiran pai
Assignee: Alexey Loubyansky
Trying to deploy a archive from a path containing spaces doesn't work. Tried the
following combinations without success:
{code}
[standalone@localhost:9999 /] deploy /home/me/JBoss\ issues/AS7-708/catch-demo.war
Path /home/me/JBoss\ doesn't exist.
{code}
{code}
[standalone@localhost:9999 /] deploy "/home/me/JBoss
issues/AS7-708/catch-demo.war"
Path
/opt/business/jboss/wc/jbossas/as7/jboss-as/build/target/jboss-7.0.0.Beta4-SNAPSHOT/bin/"/home/me/JBoss
doesn't exist.
{code}
{code}
[standalone@localhost:9999 /] deploy /home/me/JBoss issues/AS7-708/catch-demo.war
Path /home/me/JBoss doesn't exist.
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: