[
https://issues.jboss.org/browse/JBIDE-18863?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-18863:
-------------------------------------
I've replicated the issue. Unfortunately I can't demand the path use the local
separator since it's possible the user is using a remote server... so ti wouldnt be
appropriate for me to switch the separator here. It seems the proper fix is in the UI, in
the browse button's return value and the text field.
Duplicate deployment scanner on Windows if set to custom
--------------------------------------------------------
Key: JBIDE-18863
URL:
https://issues.jboss.org/browse/JBIDE-18863
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.1.CR1
Environment: JBDS 8.0.1.CR1 B333
Windows 7
Reporter: Martin Malina
Assignee: Rob Stryker
Labels: respin-a
Fix For: 4.2.1.CR1
Today I tried to verify a bug on Windows (JBIDE-18697) and in doing so, I noticed this
bug:
I tried deploying a dynamic web project to a custom folder with eap 6.3 on Windows 7. And
I ended up with two custom deployment scanners in standalone.xml:
{code}
<subsystem xmlns="urn:jboss:domain:deployment-scanner:1.1">
<deployment-scanner path="deployments"
relative-to="jboss.server.base.dir" scan-interval="5000"/>
<deployment-scanner name="jbosstoolsscanner1"
path="E:/deployments/deploy" scan-interval="5000"
deployment-timeout="600"/>
<deployment-scanner name="jbosstoolsscanner2"
path="E:\deployments\deploy" scan-interval="5000"
deployment-timeout="600"/>
</subsystem>
{code}
Notice that those two added scanners are the same except for file delimiters -
"/" vs. "\"
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)