[jboss-jira] [JBoss JIRA] Commented: (AS7-786) CLI upload doesn't like Windows paths
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Tue May 17 02:53:01 EDT 2011
[ https://issues.jboss.org/browse/AS7-786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602487#comment-12602487 ]
jaikiran pai commented on AS7-786:
----------------------------------
{quote}
Yes, I've switched to '/' as a separator for all the platforms last week.
{quote}
I haven't looked at the changes or any of the code, so I might be plain wrong. But shouldn't we use
{code}
System.getProperty("file.separator");
{code}
to be OS independent?
> CLI upload doesn't like Windows paths
> -------------------------------------
>
> Key: AS7-786
> URL: https://issues.jboss.org/browse/AS7-786
> Project: Application Server 7
> Issue Type: Bug
> Reporter: Stan Silvert
> Assignee: Alexey Loubyansky
>
> On Windows, the CLI should understand Windows paths. That way an admin can cut and paste a path into CLI without editing all the slashes.
> [standalone at localhost:9999 /] deploy C:\as7trunk\as7jsf\mojarra2.0\jsfwithjsp\target\jsfwithjsp.war
> Path C:\as7trunk\jboss-as\build\target\jboss-7.0.0.Beta4-SNAPSHOT\bin\as7trunkas7jsfmojarra2.0jsfwithjsptargetjsfwithjsp.war doesn't exist.
> [standalone at localhost:9999 /] deploy /as7trunk/as7jsf/mojarra2.0/jsfwithjsp/target/jsfwithjsp.war
> 'jsfwithjsp.war' deployed successfully.
--
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