[
https://issues.jboss.org/browse/JBIDE-18863?page=com.atlassian.jira.plugi...
]
Martin Malina commented on JBIDE-18863:
---------------------------------------
I tried this on Windows 7 - I installed this patch on top of Luna SR1 with JBT 4.2.1.CR1
installed. And it fixed the problem - there is no duplicate deployment scanner added now
and all I can see is back slashes everywhere, no forward slashes. Except when you
intentionally enter wrong path on Windows (with forward slashes), then you still get the
duplicate scanner. Rob just pushed a new fix - I'm gonna test that in a second.
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)