You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Mykola Nikishov (JIRA)" <ji...@codehaus.org> on 2005/08/05 00:30:57 UTC

[jira] Created: (MPMULTIPROJECT-56) Wrong basedir property in producess unusefull error message

Wrong basedir property in <extend> producess unusefull error message
--------------------------------------------------------------------

         Key: MPMULTIPROJECT-56
         URL: http://jira.codehaus.org/browse/MPMULTIPROJECT-56
     Project: maven-multiproject-plugin
        Type: Bug
    Versions: 1.4.1    
 Environment: Linux, Maven 1.0.2/Maven 1.1-beta-1
 Reporter: Mykola Nikishov
 Assigned to: Brett Porter 
 Attachments: extendbug.tar.gz, wrongextend.patch

In one of my projects I've misspelt basedir property in such way:

--- ok/project.xml      2005-08-05 00:55:49.000000000 +0300
+++ bug/project.xml     2005-08-05 00:55:28.000000000 +0300
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
-    <extend>${basedir}/../project.xml</extend>
+    <extend>{$basedir}/../project.xml</extend>
     <pomVersion>3</pomVersion>

and Maven reported about:

File...... /home/mn/.maven/cache/maven-multiproject-plugin-1.4.1/plugin.jelly
Element... maven:reactor
Line...... 64
Column.... 9
Unknown error reading project

for Maven 1.1-beta-1 and

File...... /home/mn/.maven/cache/maven-multiproject-plugin-1.4.1/plugin.jelly
Element... maven:reactor
Line...... 64
Column.... 9
Parent POM is equal to the current POM

for Maven 1.0.2

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


[jira] Updated: (MAVEN-1696) Wrong basedir property in producess unusefull error message

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1696?page=all ]

Brett Porter updated MAVEN-1696:
--------------------------------

    Assign To:     (was: Brett Porter)

> Wrong basedir property in <extend> producess unusefull error message
> --------------------------------------------------------------------
>
>          Key: MAVEN-1696
>          URL: http://jira.codehaus.org/browse/MAVEN-1696
>      Project: Maven
>         Type: Bug
>     Versions: 1.1-beta-1
>  Environment: Linux, Maven 1.0.2/Maven 1.1-beta-1
>     Reporter: Mykola Nikishov
>  Attachments: extendbug.tar.gz, wrongextend.patch
>
>
> In one of my projects I've misspelt basedir property in such way:
> --- ok/project.xml      2005-08-05 00:55:49.000000000 +0300
> +++ bug/project.xml     2005-08-05 00:55:28.000000000 +0300
> @@ -1,6 +1,6 @@
>  <?xml version="1.0" encoding="UTF-8"?>
>  <project>
> -    <extend>${basedir}/../project.xml</extend>
> +    <extend>{$basedir}/../project.xml</extend>
>      <pomVersion>3</pomVersion>
> and Maven reported about:
> File...... /home/mn/.maven/cache/maven-multiproject-plugin-1.4.1/plugin.jelly
> Element... maven:reactor
> Line...... 64
> Column.... 9
> Unknown error reading project
> for Maven 1.1-beta-1 and
> File...... /home/mn/.maven/cache/maven-multiproject-plugin-1.4.1/plugin.jelly
> Element... maven:reactor
> Line...... 64
> Column.... 9
> Parent POM is equal to the current POM
> for Maven 1.0.2

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