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 2003/10/06 07:14:22 UTC

[jira] Commented: (MAVEN-889) jnlp.extension.jar support

The following comment has been added to this issue:

     Author: Masahiro Takatsuka
    Created: Mon, 6 Oct 2003 12:14 AM
       Body:
Please ignore my previous submission.
I need to do little bit more testing.
---------------------------------------------------------------------
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: Fri, 3 Oct 2003 7:13 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org