You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/08/26 13:47:43 UTC

[jira] Closed: (MPJNLP-2) jnlp.extension.jar support

Message:

   The following issue has been closed.

   Resolver: Emmanuel Venisse
       Date: Thu, 26 Aug 2004 7:47 AM

Applied. Thanks.
---------------------------------------------------------------------
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: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-jnlp-plugin

   Assignee: Emmanuel Venisse
   Reporter: Masahiro Takatsuka

    Created: Fri, 3 Oct 2003 7:13 PM
    Updated: Thu, 26 Aug 2004 7:47 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org