calvez / xcoaitoolkit

Automatically exported from code.google.com/p/xcoaitoolkit
0 stars 0 forks source link

OAI Toolkit does not report invalid files if it fails validation #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the OAI Toolkit with some files failing validation.
2. You would see that in the load process of the OAI Toolkit, the files 
which fail the validation remain in the same folder, and also the invalid 
files does not get reflected in the statistics section.
3. Also, it gives a Null pointer exception when it tries to delete the 
source directory during the load process, but could not as files do exist 
in it.

What is the expected output? What do you see instead?
Expected would be that the proper statistics is reflected and the files is 
moved to the error directory as it failed the validation.

Original issue reported on code.google.com by sva...@library.rochester.edu on 13 Jan 2010 at 5:15

GoogleCodeExporter commented 9 years ago
Have fixed the same in Importer.java file and the fix would be incorporated in 
the 
next release of OAI Toolkit (v0.7).

Original comment by sva...@library.rochester.edu on 24 Feb 2010 at 6:10

GoogleCodeExporter commented 9 years ago
Incorporated in the 0.6.4 version of the OAI Toolkit.

Original comment by sva...@library.rochester.edu on 25 Feb 2010 at 10:34