Re: Commons Configuration and Ivy

2008-02-14 Thread Emmanuel Bourg
Xavier Hanin a écrit : I think the problem comes from the metadata in the maven 2 repo: commons-configuration 1.4 depends on commons-jxpath 1.2 in scope compile, which in turn depends on servletapi 2.2 in scope compile too. According to maven 2 scope management documentation [1], it's normal you

Commons Configuration and Ivy

2008-02-13 Thread Emmanuel Bourg
Hi, I just started playing with Ivy and tried retrieving the Commons Configuration artifact, but I noticed that Ivy keeps pulling the optional and test jars even if I only request the default jars. Here are the ivy.xml file and the Ant build I used: