You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2008/04/03 17:40:58 UTC

[jira] Created: (MNG-3498) StringIndexOutOfBounds -1 during path translation while reading pom.xml

StringIndexOutOfBounds -1 during path translation while reading pom.xml
-----------------------------------------------------------------------

                 Key: MNG-3498
                 URL: http://jira.codehaus.org/browse/MNG-3498
             Project: Maven 2
          Issue Type: Bug
          Components: Inheritance and Interpolation
    Affects Versions: 2.0.9, 2.1-alpha-1
            Reporter: John Casey


<directory>${basedir}</directory> expresses this. The problem is that the DefaultPathTranslator expects there to be more than the simple basedir expression, and chokes if it encounters that expression as the only part of the value.

-- 
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

        

[jira] Closed: (MNG-3498) StringIndexOutOfBounds -1 during path translation while reading pom.xml

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Casey closed MNG-3498.
---------------------------

         Assignee: John Casey
       Resolution: Fixed
    Fix Version/s: 2.0.9
                   2.0.10

Fixed in 2.0.9 (see http://www.nabble.com/-2.0.9-RC6--Release-Candidate-testing-to16435467.html#a16435467), but forgot to close the issue. I'm marking fix version for both 2.0.9 and 2.0.10, to allow it to show up on the 2.0.10 changelog, since I just re-verified that this fix is in place.

> StringIndexOutOfBounds -1 during path translation while reading pom.xml
> -----------------------------------------------------------------------
>
>                 Key: MNG-3498
>                 URL: http://jira.codehaus.org/browse/MNG-3498
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Inheritance and Interpolation
>    Affects Versions: 2.0.9, 2.1-alpha-1
>            Reporter: John Casey
>            Assignee: John Casey
>             Fix For: 2.0.10, 2.0.9
>
>
> <directory>${basedir}</directory> expresses this. The problem is that the DefaultPathTranslator expects there to be more than the simple basedir expression, and chokes if it encounters that expression as the only part of the value.

-- 
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