StdInvocation()
{
    ${DO} ${JAVA} ${JAVA_OPTS} ${PROPERTIES}                    \
        ${LOGGER_PROPERTIES}                                    \
        ${JAVA_DEBUG}                                           \
        -jar ${OPENGROK_JAR}                                    \
        ${IGNORE_PATTERNS} ${ENABLE_PROJECTS}                   \
        ${DERBY_HISTORY_CACHE}                                  \
        ${SCAN_FOR_REPOSITORY} ${REMOTE_REPOSITORIES}           \
        ${SCAN_DEPTH}                                           \
        ${VERBOSE} ${QUIET}                                     \
        ${EXUBERANT_CTAGS:+-c} ${EXUBERANT_CTAGS}               \
        ${MAX_INDEXED_WORDS} ${SKIN} ${LEADING_WILDCARD}        \
        ${READ_XML_CONF}                                        \
        -W ${XML_CONFIGURATION}                                 \
        ${WEBAPP_CONFIG_ADDRESS}                                \
        -s ${SRC_ROOT} -d ${DATA_ROOT}                          \
        "$...@}"

}

... and ...

UpdateGeneratedData()
{
    StdInvocation -H
}

I've confirmed that $XML_CONFIGURATION resolves to the location of my 
configuration.xml, and my configuration.xml gets a new timestamp several 
minutes after my indexing cronjob runs.

I've removed -D, no change.

You mention a -S option - do you mean -s or should I add a -S ?
-- 
This message posted from opensolaris.org
_______________________________________________
opengrok-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opengrok-discuss

Reply via email to