[ http://jira.codehaus.org/browse/MAVEN-1413?page=all ]
Brett Porter closed MAVEN-1413:
-------------------------------
Resolution: Won't Fix
the ant task invoking Maven is no longer supported
> StackOverflowError in maven:reactor when invoking Maven from Ant
> ----------------------------------------------------------------
>
> Key: MAVEN-1413
> URL: http://jira.codehaus.org/browse/MAVEN-1413
> Project: maven
> Type: Bug
> Versions: 1.0
> Environment: Mandrake 9.0, JDK 1.4.2, Maven 1.0 final, Ant 1.5.3-1,
> AnthillOS 1.6.3.67. Of these, only the Maven version has changed in the past
> several months.
> Reporter: Jeff French
> Priority: Minor
> Attachments: maven-1413.tar, maven-1413.zip
>
>
> I use Anthill for my build tool. Since it does not run Maven directly, I use
> an Ant build.xml wrapper around Maven. This worked fine through RC4, but
> started giving a StackOverflowError in maven:reactor after upgrading to 1.0
> Final. I've traced it down to the following.
> In my Ant wrapper:
> <target name="maven" depends="init">
> <exec executable="${maven.cmd}" vmlauncher="true" failonerror="true">
> <arg value="-d" />
> <arg value="${project.dir}" />
> <arg value="-Dmdb.version=${mdb.version}"/>
> <arg value="${goal}"/>
> </exec>
> </target>
> If mdb.version has a value, this works. If mdb.version is not defined, I get
> the StackOverflowError for 1.0 Final, but not RC4.
--
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]