Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1469

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1469
    Summary: Stack Overflow Error when using <extend> in POM
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Fix Fors:
             1.0.1
   Versions:
             1.0

   Assignee: 
   Reporter: Robert Keith

    Created: Fri, 15 Oct 2004 4:10 AM
    Updated: Sat, 30 Oct 2004 7:11 AM
Environment: Windows 2000, Java 1.4.2_04

Description:
Example POM

<?xml version="1.0" ?>
<project>
  <extend>$(basedir}/../project.xml</extend> <!-- Notice the use of a curved bracket 
and then a curly bracket -->
  <id>CVL</id>
  <currentVersion>0.1</currentVersion>
  <dependencies />
  <build>
    <sourceDirectory></sourceDirectory>
  </build>
</project>

If you then try and call any of the goals in the associated maven.xml file, maven 
loops continuously loading the build.properties and project.properties files.

I would have thought that Maven should complain about the curved bracket/curly bracket 
mismatch.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to