Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.4.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Windows XP
-
Number of attachments :
Description
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}"/> )