[JBoss JIRA] (ARQ-2033) Managed Tomcat fails to launch on Windows during maven test phase
by Dave Levitt (JIRA)
[ https://issues.jboss.org/browse/ARQ-2033?page=com.atlassian.jira.plugin.s... ]
Dave Levitt commented on ARQ-2033:
----------------------------------
Just 'read the fine manual' ;) and was able to make the pull request.
> Managed Tomcat fails to launch on Windows during maven test phase
> -----------------------------------------------------------------
>
> Key: ARQ-2033
> URL: https://issues.jboss.org/browse/ARQ-2033
> Project: Arquillian
> Issue Type: Bug
> Components: Tomcat Containers
> Environment: Windows 7, jdk 8 [1.8.0_66], maven 3.3.9
> Reporter: Dave Levitt
>
> The *TomcatManagedContainer* class assembles file system path parameters int its start tomcat command line by string concatenation, for example:
> {{ cmd.add("-Djava.endorsed.dirs=" + absoluteCatalinaHomePath + "/endorsed");}}
>
> This works fine on Linux and OSX but fails for those developers afflicted by Windows as their dev system. The '/' character embedded in several string fragments needs to be replaced by the localized *java.util.File.separator* field.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (ARQ-2033) Managed Tomcat fails to launch on Windows during maven test phase
by Dave Levitt (JIRA)
[ https://issues.jboss.org/browse/ARQ-2033?page=com.atlassian.jira.plugin.s... ]
Dave Levitt commented on ARQ-2033:
----------------------------------
Could not submit pull request :(
> Managed Tomcat fails to launch on Windows during maven test phase
> -----------------------------------------------------------------
>
> Key: ARQ-2033
> URL: https://issues.jboss.org/browse/ARQ-2033
> Project: Arquillian
> Issue Type: Bug
> Components: Tomcat Containers
> Environment: Windows 7, jdk 8 [1.8.0_66], maven 3.3.9
> Reporter: Dave Levitt
>
> The *TomcatManagedContainer* class assembles file system path parameters int its start tomcat command line by string concatenation, for example:
> {{ cmd.add("-Djava.endorsed.dirs=" + absoluteCatalinaHomePath + "/endorsed");}}
>
> This works fine on Linux and OSX but fails for those developers afflicted by Windows as their dev system. The '/' character embedded in several string fragments needs to be replaced by the localized *java.util.File.separator* field.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (ARQ-2033) Managed Tomcat fails to launch on Windows during maven test phase
by Dave Levitt (JIRA)
Dave Levitt created ARQ-2033:
--------------------------------
Summary: Managed Tomcat fails to launch on Windows during maven test phase
Key: ARQ-2033
URL: https://issues.jboss.org/browse/ARQ-2033
Project: Arquillian
Issue Type: Bug
Components: Tomcat Containers
Environment: Windows 7, jdk 8 [1.8.0_66], maven 3.3.9
Reporter: Dave Levitt
The *TomcatManagedContainer* class assembles file system path parameters int its start tomcat command line by string concatenation, for example:
{{ cmd.add("-Djava.endorsed.dirs=" + absoluteCatalinaHomePath + "/endorsed");}}
This works fine on Linux and OSX but fails for those developers afflicted by Windows as their dev system. The '/' character embedded in several string fragments needs to be replaced by the localized *java.util.File.separator* field.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months