We've just upgraded from 1.6.0 to 1.6.2, and found that many of the files in our bin directory no longer work. Upon investigation, a lot of former dsrun calls appear to have disappeared. For instance, index-init used to read like this:
# Get the DSPACE/bin directory BINDIR=`dirname $0` echo "Creating browse index" $BINDIR/dsrun org.dspace.browse.IndexBrowse -f -r $BINDIR/dsrun org.dspace.browse.ItemCounter echo "Creating search index" $BINDIR/dsrun org.dspace.search.DSIndexer -b That's been replace by this: # Get the DSPACE/bin directory BINDIR=`dirname $0` echo "Creating browse and search indexes" $BINDIR/dspace index-init There is no binary or sub-directory called "dspace" in the bin directory -- although there is a file called "dspace.bat", which looks to be the batch file equivalent of dsrun. I'm assuming this is the result of a glitch in the release; is there any reason we shouldn't simply revert to the 1.6.0 binaries? Cheers, Bill Bill Anderson Software Developer Digital Library Development Georgia Tech Library ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

