One problem with doing this is that there is no reliable / cross platform way of getting the directory/file creation date using Java.
Currently the ArchivaDavResource that you pass to the Index writer can get your the last modified time - so this shouldn't be hard to patch at all. James On Tue, 2008-05-13 at 10:45 +1000, Brett Porter wrote: > There has been some other requests for something similar (I'm not sure > if there's an open JIRA already), but in the trunk version the > construction of those pages is in Archiva itself: > > archiva-modules/archiva-web/archiva-webdav/src/main/java/org/apache/maven/archiva/webdav/util/IndexWriter.java > > If you'd like to contribute a patch to make that customisable (eg, > using a template), or even just to make a better standard view, I'm > sure it'd be very welcome. > > Cheers, > Brett > > 2008/5/13 Andrei Vojakine <[EMAIL PROTECTED]>: > > Hi all > > > > My users mostly use WebDav browser access to the repositories and they ask > > me if it's possible to modify the view so they could see creation dates of > > the directories/artifacts. As I understand Archiva doesn't use Apache > > mod_dav module (I might be wrong here). So the question is Is that > > possible at all? > > > > > > Thank you > > Andrei > > >
