|
[jira] Closed: (MOJO-614) Ability to add inject platform specific basedir v: msg#00310java.maven-plugins.mojo.devel
[ http://jira.codehaus.org/browse/MOJO-614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trygve Laugstol closed MOJO-614. -------------------------------- Assignee: Trygve Laugstol Resolution: Fixed Fixed. > Ability to add inject platform specific basedir variable runtime > ---------------------------------------------------------------- > > Key: MOJO-614 > URL: http://jira.codehaus.org/browse/MOJO-614 > Project: Mojo > Issue Type: Bug > Components: appassembler > Reporter: Trygve Laugstol > Assigned To: Trygve Laugstol > > When giving extra JVM arguments (might apply to other cases too) it's useful > to have a token that will be expanded to the platform-specific basedir > identifier. > For example something like this: > {noformat} > > <extraJvmArguments>-javaagent:repo/aspectj/aspectjweaver/1.5.2/aspectjweaver-1.5.2.jar</extraJvmArguments> > {noformat} > will not work unless executed from the correct directory. Thus I'd like to > have something like this: > {noformat} > > <extraJvmArguments>-javaagent:@BASEDIR@/repo/aspectj/aspectjweaver/1.5.2/aspectjweaver-1.5.2.jar</extraJvmArguments> > {noformat} > that's expanded to "$BASEDIR" in the shell scripts and "%BASEDIR%" in the bat > files, like this: > {noformat} > java ... > -javaagent:"$BASEDIR"/repo/aspectj/aspectjweaver/1.5.2/aspectjweaver-1.5.2.jar > {noformat} -- 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
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [vote] Releasing sql-maven-plugin-1.0, Dan Tran |
|---|---|
| Next by Date: | [jira] Commented: (MCASTOR-14) Remove requirement to specify a custom castorbuilder.properties file, Werner Guttmann (JIRA) |
| Previous by Thread: | [jira] Created: (MOJO-614) Ability to add inject platform specific basedir variable runtime, Trygve Laugstol (JIRA) |
| Next by Thread: | [jira] Commented: (MCOBERTURA-53) Classcast Exception in Cobertura net.sourceforge.cobertura.coveragedata.PackageData, Damien Lecan (JIRA) |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |