dockerzhang opened a new issue #766: URL: https://github.com/apache/incubator-inlong/issues/766
<p>Change absolute paths in default configuration files to relative, for ease of non-productive deployments.</p> <p>E.g.</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-java"> [master] webResourcePath=E:\\GIT\\TubeMQ\\resources --> ./resources</pre> </div></div> <p> </p> <p>Solution:</p> <p>Change cwd to `$BASE_DIR` before invoke the `Main` class. To preserve user cwd, a pair of `pushd/popd` is needed.</p> <p> </p> <i>JIRA link - <a href="https://issues.apache.org/jira/browse/INLONG-167">[INLONG-167]</a> created by pingyu</i> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
