[
https://issues.jboss.org/browse/AS7-786?page=com.atlassian.jira.plugin.sy...
]
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@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@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