> -----Original Message----- > From: Andreas Axelsson [mailto:[email protected]] > Sent: Wednesday, October 28, 2009 4:49 AM > To: [email protected] > Subject: RE: Timestamps > > When I run ivy:retrieve, all dependencies that are copied to my lib > folder maintains the date of the file in the cache. That means when I > change my dependency to a version which has an older date, even if the > revision is newer, the file won't be copied to the lib folder, as the > retrieve code looks more or less like this: > > foreach file in moduleFilesInCache { > if shouldCopy(file, target) copy(file, target); > } > > bool shouldCopy(file, target) { > if !exists(targetFile) return true; > return target.date < file.date; > } >
I wonder if this is related to https://issues.apache.org/jira/browse/IVY-938 ***CONFIDENTIALITY NOTICE and DISCLAIMER*** This message and any attachment are confidential and may be privileged or otherwise protected from disclosure and solely for the use of the person(s) or entity to whom it is intended. If you have received this message in error and are not the intended recipient, please notify the sender immediately and delete this message and any attachment from your system. If you are not the intended recipient, be advised that any use of this message is prohibited and may be unlawful, and you must not copy this message or attachment or disclose the contents to any other person.
