[jboss-jira] [JBoss JIRA] Created: (AS7-710) CLI deploy command doesn't allow deploying from a path containing space
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Tue May 3 09:24:18 EDT 2011
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: Jason Greene
Trying to deploy a archive from a path containing spaces doesn't work. Tried the following combinations without success:
{code}
[standalone at localhost:9999 /] deploy /home/me/JBoss\ issues/AS7-708/catch-demo.war
Path /home/me/JBoss\ doesn't exist.
{code}
{code}
[standalone at 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 at 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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list