explaining a problem often helps to understand
the essence ... ;-). maybe i should ask another
question.
assume i have a url-resolver like this:
<resolvers changingPattern=".*-SNAPSHOT">
<url name="some-snapshot-repository" checkmodified="true">
<ivy pattern="somepattern" />
<artifact pattern="somepattern" />
</url>
</resolvers>
why do i have to clean ivy-cache to get an
updated mylib-1.0-SNAPSHOT.jar in my lib.dir ?
i mean it's marked changing by the changingPattern.
i would expect, that resolve compares timestamps and
updates mylib-1.0-SNAPSHOT.jar in the cache. retrieve
should update mylib-1.0-SNAPSHOT.jar in the lib.dir afterwards.
hint: i use tomcat to server the remote repositorys. could that be
the source of the problem ? the url-resolver may not be able
to read the timestamp(s) ...
cheers helmut
--
View this message in context:
http://www.nabble.com/problem-retrieving-SNAPSHOT-artifacts-from-integration-server-tf4689888.html#a13420177
Sent from the ivy-user mailing list archive at Nabble.com.