I seem to be having issues trying to get OpenGrok to index using the
Derby database. I am building from source from hg tag 0.9. I am running:
java jar ${OPENGROK_HOME}/bin/opengrok.jar \
-i "*.bz2" -i hgcommand.vim -T 8 -R /tmp/config.next.xml \
-D -j "embedded" -H
What seems to be happening is the HistoryGuru is being initalised, via
the private static reference, before env.setStoreHistoryCacheInDB(true)
has had a chance to be set. HistoryGuru is therefore setup to use
FileHistoryCache instead of JDBCHistoryCache.
Am I missing something?
Thanks,
M
_______________________________________________
opengrok-discuss mailing list
opengrok-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opengrok-discuss