edtalla / alfresco-bulk-filesystem-import

Automatically exported from code.google.com/p/alfresco-bulk-filesystem-import
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Populate creation and modification dates from the filesystem #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Ideally the BasicMetadataLoader would read the creation and modification 
timestamps of the files and folders as they are on disk, and default the 
equivalent properties in the repository to those same values (for which there 
are separate challenges described in issue #4).

Currently this is not easily achieved in Java, although JSR 203 [1], slated for 
JDK 1.7 is supposed to address this.

For now I'll park this issue here, and revisit when/if JSR 203 sees the light 
of day.

[1] http://jcp.org/en/jsr/detail?id=203

Original issue reported on code.google.com by pmo...@gmail.com on 14 Oct 2010 at 10:41

GoogleCodeExporter commented 8 years ago

Original comment by pmo...@gmail.com on 8 Feb 2011 at 5:39

GoogleCodeExporter commented 8 years ago

Original comment by pmo...@gmail.com on 5 Aug 2011 at 8:47