The following issue has been updated:
Updater: Masahiro Takatsuka (mailto:[EMAIL PROTECTED])
Date: Mon, 6 Oct 2003 11:56 PM
Comment:
I modified plugin.jelly to handle the following properties in order to support
"extension":
jnlp.extension.site
jnlp.extension.dir
jnlp.extension.jnlp.
Example looks like:
<dependency>
<id>javahelp</id>
<version>1.1.3</version>
<properties>
<jnlp.extension.site>jbean.sourceforge.net</jnlp.extension.site>
<jnlp.extension.dir>repository/javahelp/jars</jnlp.extension.dir>
<jnlp.extension.jnlp>javahelp.jnlp</jnlp.extension.jnlp>
</properties>
</dependency>
Changes:
Attachment changed to jnlp.diff
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-889&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-889
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-889
Summary: jnlp.extension.jar support
Type: New Feature
Status: Unassigned
Priority: Major
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
plugin-jnlp
Assignee:
Reporter: Masahiro Takatsuka
Created: Fri, 3 Oct 2003 7:13 PM
Updated: Mon, 6 Oct 2003 11:56 PM
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]