need dependencies in system scope
---------------------------------

                 Key: MAPPASM-98
                 URL: http://jira.codehaus.org/browse/MAPPASM-98
             Project: Mojo AppAssembler Plugin
          Issue Type: New Feature
            Reporter: Trenton


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