Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2
-
Fix Version/s: 1.3
-
Labels:None
Description
In plugin.jelly line 151, the line:
<x:element name="context-root">${dep.getProperty('ear.appxml.ear.context-root')}</x:element>
Should read:
<x:element name="context-root">${dep.getProperty('ear.appxml.war.context-root')}</x:element>
Already fixed in CVS for 1.0rc1. Thanks.