[ 
http://jira.codehaus.org/browse/MOJO-720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_93815
 ] 

Dan Tran commented on MOJO-720:
-------------------------------

I am to goting introduce


if exist "%BASEDIR%\#APPENV #.bat" call "%HOME%\#APPENV #.bat"

unix

if [ -f  "$BASEDIR/#APPENV #" ] ; then
  . "$BASEDIR/#APPENV #"
fi

This give user option to place a environment setup script in $BASEDIR

thoughts?





> Ability to source an extern script to setup additional environments
> -------------------------------------------------------------------
>
>                 Key: MOJO-720
>                 URL: http://jira.codehaus.org/browse/MOJO-720
>             Project: Mojo
>          Issue Type: Bug
>          Components: appassembler
>         Environment: windows, linux, solaris
>            Reporter: Dan Tran
>
> I would like all genrated scripts to optionally call an external script at 
> the start.  in my use case, 
> the the external script contains global environments set up.

-- 
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