Jing Xue schrieb:
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.
Jepp, that worked.
[ivy:retrieve] found [ kuttig | commons | 1.0.61 ] in kuttig-shared
[ivy:retrieve] [1.0.61] [ kuttig | commons | 1.0.+ ]
But why? I configured the revision less entries to work as a fallback,
if I have only one revision available or so.
Anyway, thank for your help. Now it seems to work fine :)
Regards,
Stephan