http://defect.opensolaris.org/bz/show_bug.cgi?id=19166
Summary: Java DB warning in OpenGrok shell script should be
backed by real check
Classification: Development
Product: opengrok
Version: unspecified
Platform: ANY/Generic
OS/Version: All
Status: NEW
Severity: minor
Priority: P3
Component: indexer
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
OpenGrok shell script currently gives this plain warning about potentially
missing derbyclient.jar:
$ OPENGROK_DERBY=true $DIST_DIR/bin/OpenGrok index $WS_DIR
Loading the default instance configuration ...
WARNING: CHECK: derbyclient.jar needs to be in where the rest of opengrok used
jars are and in unpacked source.war in WEB-INF/lib !!!
Logging filehandler pattern: /opengrok-0.11/log/opengrok%g.%u.log
This warning is just informative as we can see in the script
(ValidateConfiguration()):
611 if [ -n "${OPENGROK_DERBY}" ]
612 then
613 Warning "CHECK: derbyclient.jar needs to be in where the rest
of opengrok used jars are and in unpacked source.war in WEB-INF/lib !!!"
614 fi
The script should prform real check and error should be given only if the file
is not present.
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
opengrok-dev mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opengrok-dev