handle ben's change to the metacat client read api because it returns inputstream now
Change location of PropertyService to properties directory
Change MetaCatVersion to MetacatVersion
Fix references to db classes that were moved and refactoring missed.
Remove initialization of MetacatUtil.buildIndexPaths in test files. This is taken care of in the background now using SystemUtil.getIndexPaths()
Create a propertyService.getTestInstance method to facilitate unit tests
Renamed MetaCatUtil to MetacatUtil
Convert remainder of tests that use PropertyService to extend the MCTestCase class
Make sure DatabaseService gets instantiated
Convert properties to camel case
qualify xml and eml properties with an xml. prefix
Replace Options class with PropertyService and create PropertyService using log directory name instead of servlet context
Merge 1.9 changes into Head
Check into cvs head. Move the initialize option statement to the begining of class.
Changes to remove ANT tokens for the turnkey install project
Add code to initialize Options and some code clean up
Modified buildIndex() to now include an '@' sign in the path for ATTRIBUTEnodes. Removed a bunch of debugging information. Fixed the BuildIndexTestso that it would work on any machine (removed hardcoded paths).
Updated the build index test.
Added test class for buildIndex() routine. Not completed yet.