[
https://issues.apache.org/jira/browse/MEECROWAVE-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16148671#comment-16148671
]
Mark Struberg commented on MEECROWAVE-57:
-----------------------------------------
Just figured the setting already gets mapped to a property and is available via
{code}
System.getProperty("meecrowave.base");
{code}
So we don't need the export it seems. Gonna rewrite.
> Export MEECROWAVE_BASE in meecrowave.sh
> ---------------------------------------
>
> Key: MEECROWAVE-57
> URL: https://issues.apache.org/jira/browse/MEECROWAVE-57
> Project: Meecrowave
> Issue Type: Bug
> Affects Versions: 1.0.0
> Reporter: Mark Struberg
> Assignee: Mark Struberg
> Fix For: 1.1.0
>
>
> Sometimes you want to access the base folder of your installation.
> By exporting MEECROWAVE_BASE in our start script we might easily do exactly
> that via
> {code}
> System.getenv("MEECROWAVE_BASE");
> {code}
> Currently this returns null;
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)