Some properties cause infinite recursion leading to a StackOverflowError
------------------------------------------------------------------------
Key: MAVEN-1745
URL: http://jira.codehaus.org/browse/MAVEN-1745
Project: Maven
Type: Sub-task
Components: jelly/ant integration
Versions: 1.1-beta-2
Environment: Tested on Win2000 and AIX
Reporter: Eric Ballet-Baz
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
--
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]