On Wed, Sep 05, 2007 at 08:07:11AM +0200, Stephan Zeissler (KUTTIG) wrote:
> As you see, it requests /kuttig/commons/ and seems to parse the version
> 1.0.61 correctly as the newest version. But why is it ignored / not used?
Hmmm, it does seem to have got the directory listing right.
Going back and reading your settings, I noticed that you had these
revision-free patterns in your resolver config:
<ivy pattern="${kuttig.dev1.shared.url}/[organisation]/[module]/ivy.xml"/>
<artifact
pattern="${kuttig.dev1.shared.url}/[organisation]/[module]/[artifact].[ext]"/>
I wonder whether they might win out against a versioned artifact name
(e.g. ivy-1.0.61.xml) in a latest-revision comparison. What happens if
you removed them?
Cheers.
--
Jing Xue