The following issue has been updated: Updater: Martin Skopp (mailto:[EMAIL PROTECTED]) Date: Thu, 26 Aug 2004 2:56 AM Comment: Thanks to Masas code, I was able to transfer the code to plugin.jelly from CVS HEAD - /home/cvspublic/maven-plugins/jnlp/plugin.jelly. I also added documentation and myself to the contributor list. Attachment is result of a "cvs diff -uwN" - hope this is fine for the commiters. Tested the code with JNLP plugin which comes with maven-beta10 and it worked fine for me. Changes: Attachment changed to skopp.diff --------------------------------------------------------------------- For a full history of the issue, see:
http://jira.codehaus.org/browse/MPJNLP-2?page=history --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPJNLP-2 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPJNLP-2 Summary: jnlp.extension.jar support Type: New Feature Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-jnlp-plugin Assignee: Reporter: Masahiro Takatsuka Created: Fri, 3 Oct 2003 7:13 PM Updated: Thu, 26 Aug 2004 2:56 AM Environment: independent Description: I'd like to submit my contribution to maven.jnlp plugin. I modified plugin.jelly to support "jnlp.extension.jar" property, which can be specified within the "dependency" in project.xml (just like "native.jar"). If this modification is acceptable, please consider including it in the official plugin. plugin.jelly.diff------------ 95c95 < <j:otherwise> --- > <j:otherwise> 100,103d99 < <j:if test="${dep.getProperty('jnlp.extension.jar')=='true'}"> < <extension name="${lib.file.name}" href="${lib.file.name}"/> < < </j:if> 218,224d213 < <j:if test="${dep.getProperty('jnlp.extension.jar')=='true'}"> < <ant:copy todir="${maven.jnlp.dir}" flatten="true"> < <ant:fileset dir="${lib.file.parent}"> < <ant:include name="${lib.file.name}"/> < </ant:fileset> < </ant:copy> < </j:if> 241,245d229 < <j:if test="${dep.getProperty('jnlp.extension.jar')=='true'}"> < <ant:fileset dir="${lib.file.parent}"> < <ant:include name="${lib.file.name}"/> < </ant:fileset> < </j:if> --------------------------- Thanks for your consideration. Regards, Masa --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]