Jing Xue schrieb:
If you replace "1.0.+" with a specific version number, does it resolve successfully?

If it does, the problem is likely caused by your apache setup for /ivy-repo renders a directory listing page that's not parseable to Ivy. See the official ibiblio maven2 repository for an index page that's known to work with Ivy. 8-)
Yes, a hardcoded version works fine.

Ivy uses the frontpage? I used your repository templates for the frontpage, renaming the content.html to index.html. For subfolders, apache serves the normal directory listing.
I removed the index now, but it still don't work. More details:

Apache Access Log:
172.16.101.8 - - [05/Sep/2007:08:56:14 +0200] "GET /ivy-repo/ivy-settings.xml HTTP/1.1" 200 540 "-" "Jakarta Commons-HttpClient/3.0-alpha1" 172.16.101.8 - - [05/Sep/2007:08:56:14 +0200] "HEAD /ivy-repo/kuttig/commons/ivy-1.0.+.xml HTTP/1.1" 404 - "-" "Jakarta Commons-HttpClient/3.0-alpha1" 172.16.101.8 - - [05/Sep/2007:08:56:14 +0200] "GET /ivy-repo/kuttig/commons/ HTTP/1.1" 200 2295 "-" "Jakarta Commons-HttpClient/3.0-alpha1" 172.16.101.8 - - [05/Sep/2007:08:56:14 +0200] "HEAD /ivy-repo/kuttig/commons/ivy-1.0.61.xml HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.0-alpha1" 172.16.101.8 - - [05/Sep/2007:08:56:14 +0200] "HEAD /ivy-repo/kuttig/commons/ivy.xml HTTP/1.1" 404 - "-" "Jakarta Commons-HttpClient/3.0-alpha1" 172.16.101.8 - - [05/Sep/2007:08:56:14 +0200] "HEAD /ivy-repo/kuttig/commons/commons-1.0.+.jar HTTP/1.1" 404 - "-" "Jakarta Commons-HttpClient/3.0-alpha1" 172.16.101.8 - - [05/Sep/2007:08:56:14 +0200] "GET /ivy-repo/kuttig/commons/ HTTP/1.1" 200 2295 "-" "Jakarta Commons-HttpClient/3.0-alpha1" 172.16.101.8 - - [05/Sep/2007:08:56:14 +0200] "HEAD /ivy-repo/kuttig/commons/commons-1.0.61.jar HTTP/1.1" 200 - "-" "Jakarta Commons-HttpClient/3.0-alpha1" 172.16.101.8 - - [05/Sep/2007:08:56:14 +0200] "HEAD /ivy-repo/kuttig/commons/commons.jar HTTP/1.1" 404 - "-" "Jakarta Commons-HttpClient/3.0-alpha1"

ivy-repo/kuttig/commons/ folder layout:
ivy-1.0.60.xml
commons-1.0.60.jar
ivy-1.0.61.xml
commons-1.0.61.jar
ivy-59.xml
commons-59.jar

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?

Regards,
Stephan

Reply via email to