Unable to specify expressions for maven.jnlp.description
--------------------------------------------------------

         Key: MPJNLP-27
         URL: http://jira.codehaus.org/browse/MPJNLP-27
     Project: maven-jnlp-plugin
        Type: Bug
    Versions: 1.4.1    
 Environment: Windows XP
 Reporter: Bjorn Martensson
 Assigned to: Emmanuel Venisse 


I tried to assign a variable like this:
maven.jnlp.description=${projectDescription}

When I did "maven jnlp" I got the following error:
BUILD FAILED
File...... C:\Documents and 
Settings\Bjorn\.maven\cache\maven-jnlp-plugin-1.4.1\plugin.jelly
Element... maven:property
Line...... 60
Column.... 90
org.apache.commons.jelly.expression.ConstantExpression
Total time: 9 seconds
Finished at: Sat Jul 23 12:58:49 BST 2005

I modified the plugin in my local repository and came up with the following 
solution:

1. Uncomment the default value for maven.jnlp.description in the 
plugin.properties file. (Why was it commented out?)
2. Delete line 60 from the plugin.jelly file (line 60: <maven:property 
name="maven.jnlp.description" defaultValue="${pom.description}"/> )

-- 
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, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to