You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2006/02/15 21:46:19 UTC

[jira] Closed: (MAVEN-1745) Some properties cause infinite recursion leading to a StackOverflowError

     [ http://jira.codehaus.org/browse/MAVEN-1745?page=all ]
     
Brett Porter closed MAVEN-1745:
-------------------------------

    Resolution: Won't Fix

this is just a dupe of the original bug it was filed as a subtask of.

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org