[
https://issues.jboss.org/browse/WFCORE-175?page=com.atlassian.jira.plugin...
]
Tomaz Cerar moved WFLY-3596 to WFCORE-175:
------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-175 (was: WFLY-3596)
Affects Version/s: 1.0.0.Alpha9
(was: 9.0.0.Alpha1)
Component/s: Modules
(was: Build System)
(was: Class Loading)
Fix Version/s: 1.0.0.Alpha10
(was: 9.0.0.Beta1)
Running WF from build directory on Windows fails due to unresolved
maven references
-----------------------------------------------------------------------------------
Key: WFCORE-175
URL:
https://issues.jboss.org/browse/WFCORE-175
Project: WildFly Core
Issue Type: Bug
Components: Modules
Affects Versions: 1.0.0.Alpha9
Reporter: Nicklas Karlsson
Assignee: Tomaz Cerar
Priority: Minor
Fix For: 1.0.0.Alpha10
Running WF from the build directory on a Windows host fails due to the clustering
module.xml
<resources>
<artifact
name="org.wildfly:wildfly-clustering-infinispan:9.0.0.Alpha1-SNAPSHOT"/>
</resources>
in the dist directory the section is correctly resolved as
<resources>
<resource-root
path="wildfly-clustering-infinispan-9.0.0.Alpha1-SNAPSHOT.jar"/>
</resources>
and WF can be run from there
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)