[jboss-jira] [JBoss JIRA] Commented: (JBAS-8543) Verify AS functionality on Windows
David Bosschaert (JIRA)
jira-events at lists.jboss.org
Thu Oct 21 17:01:54 EDT 2010
[ https://jira.jboss.org/browse/JBAS-8543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558650#action_12558650 ]
David Bosschaert commented on JBAS-8543:
----------------------------------------
Just to expand a little, the colon ':' is an invalid character in a Windows file path except as a drive separator. Java happily converts forward slashes to backslashes for you, so this:
/C:/clones/bosschaert-jboss-as_211010/osgi/deployments/bundle1
is valid and would be treated on Windows as
C:\clones\bosschaert-jboss-as_211010\osgi\deployments\bundle1
But the following are not valid:
/C:/temp/blah/C:/clones/bosschaert-jboss-as_211010/osgi/deployments/bundle1
C:\temp\blah\C:\clones\bosschaert-jboss-as_211010\osgi\deployments\bundle1
So if the deploymentRoot is used somewhere as part of a path on disk we're clearly in trouble on Windows as it would contain a colon somewhere in the middle.
> Verify AS functionality on Windows
> ----------------------------------
>
> Key: JBAS-8543
> URL: https://jira.jboss.org/browse/JBAS-8543
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Thomas Diesler
> Assignee: David Bosschaert
>
> SachaL reports build problems on AS7 master.
> Please post a link to the Hudson QA that shows the matrix of supported OS
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list