This is magic, since the exclusions were working fine on Friday, and the Ivy
library hasn't changed. I'm at a serious loss here.
The important part:
<dependency org="org.springframework" name="spring-web" rev="2.5.4">
<exclude org="javax.faces" />
<exclude org="struts" />
<exclude org="org.apache.axis" />
</dependency>
And yet, when I run ant, I see the following:
[ivy:resolve] found org.springframework#spring-web;2.5.4 in ibiblio
[ivy:resolve] found javax.faces#jsf-api;1.1 in ibiblio
[ivy:resolve] found commons-beanutils#commons-beanutils;1.7.0 in jboss
[ivy:resolve] found commons-fileupload#commons-fileupload;1.2 in jboss
[ivy:resolve] found commons-httpclient#commons-httpclient;3.1 in ibiblio
[ivy:resolve] found commons-codec#commons-codec;1.2 in jboss
[ivy:resolve] found org.apache.axis#axis;1.4 in ibiblio
[ivy:resolve] found struts#struts;1.2.9 in ibiblio
Why would this suddenly change functionality? Did I have too much coffee?
Not enough? The ivy.xml file in its full glory can be found here:
http://papernapkin.org/pastebin/view/747/
Mike
-----
--
Michael Laccetti (416)558-9718
S2G Limited http://www.s2g.ca/
--
View this message in context:
http://www.nabble.com/Exclusions-not-being-excluded-tp17065941p17065941.html
Sent from the ivy-user mailing list archive at Nabble.com.