Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.1-beta-2
-
Fix Version/s: None
-
Component/s: jelly/ant integration
-
Labels:None
-
Environment:Tested on Win2000 and AIX
Description
In a "project.properties" file defining a properties such as :
maven.myprop.name = ${maven.myprop.name.text}
will cause a java.lang.StackOverflowError because jelly is recursing with no end ...
Define a simple goal as the following to demonstrate the problem.
<goal name="hello">
<a:echo>Hello</a:echo>
</goal>
Thx
Eric Ballet-Baz
Issue Links
- is duplicated by
-
MAVEN-1830
java.lang.StackOverflowError on <ant:property environment="env"/>
-
this is just a dupe of the original bug it was filed as a subtask of.