[jboss-jira] [JBoss JIRA] Commented: (JBAS-8543) Verify AS functionality on Windows
David Bosschaert (JIRA)
jira-events at lists.jboss.org
Thu Oct 21 12:17:30 EDT 2010
[ https://jira.jboss.org/browse/JBAS-8543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558565#action_12558565 ]
David Bosschaert commented on JBAS-8543:
----------------------------------------
I think I've narrowed this issue to line 159 of http://github.com/jbossas/jboss-as/blob/master/domain/src/main/java/org/jboss/as/model/ServerDeploymentStartStopHandler.java:
final VirtualFile deploymentRoot = VFS.getChild("deployments/" + runtimeName);
On Windows this sets the deployment root to something like
"/C:/clones/bosschaert-jboss-as_211010/osgi/deployments/bundle1"
which is a directory that doesn't exist.
On linux this sets the root to just: "/deployments/bundle1"
I wonder whether this was a known issue since the line right above it is commented out but talks about Fully Qualified Path names:
final VirtualFile deploymentRoot = VFS.getChild(getFullyQualifiedDeploymentPath(runtimeName));
> 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