You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2017/08/31 08:28:00 UTC

[jira] [Created] (MEECROWAVE-57) Export MEECROWAVE_BASE in meecrowave.sh

Mark Struberg created MEECROWAVE-57:
---------------------------------------

             Summary: 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)