extraJvmArguments are passed verbatim
-------------------------------------

                 Key: MAPPASM-112
                 URL: http://jira.codehaus.org/browse/MAPPASM-112
             Project: Mojo AppAssembler Plugin
          Issue Type: Bug
    Affects Versions: 1.1
         Environment: all
            Reporter: Karl Heinz Marbaise


Based on that extraJvmArguments verbatim to the scripts (unix as well as 
windows) it's not possible to define an extraJvmArguments like 
{code}
  <extraJvmArguments>-Dlibrary.path=$BASEDIR/dll</extraJvmArguments>
{code}
which means the above works only for unix whereas the following
{code}
  <extraJvmArguments>-Dlibrary.path=%BASEDIR%/dll</extraJvmArguments>
{code}
only works for windows.
It would be nice to have a placeholder mechanism for at least the BASEDIR to 
solve such kind of problems for both platforms.

This issue is related to MAPPASM-25 which targets the environment setup file.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to