[ 
https://jira.codehaus.org/browse/MAPPASM-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Heinz Marbaise updated MAPPASM-98:
---------------------------------------

    Fix Version/s: 1.2.1
    
> need dependencies in system scope
> ---------------------------------
>
>                 Key: MAPPASM-98
>                 URL: https://jira.codehaus.org/browse/MAPPASM-98
>             Project: Mojo AppAssembler Plugin
>          Issue Type: New Feature
>            Reporter: Trenton
>             Fix For: 1.2.1
>
>
> The plugin should be able to wrap up "system" scope dependencies if desired, 
> into the repo directory, and include them into the unix shell script 
> classpath.  Either that, or change the classpath as follows....
> CLASSPATH="$CLASSPATH_PREFIX:$BASEDIR/etc:$(for jar in $REPO/*.jar; do echo 
> -n $jar:; done)"
> That way I can ask the assembly plugin to punch it into the repo directory, 
> after the appassembler is finished it's job, and the script will pick it up.
> The only caveat, of grabbing all jars in the repo directory, is that anything 
> in there that is a jar will be in the classpath.  So, someone could 
> potentially replace one of the jars with whatever they want.  But, it is up 
> to the sysadmin, or desktop user, to make sure that directory can only be 
> modified by them.
> Thanks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.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