You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Bruce Edge (JIRA)" <ji...@codehaus.org> on 2010/04/28 02:03:12 UTC

[jira] Created: (MNG-4649) maven recursive build fails after a clean but succeeds when run again

maven recursive build fails after a clean but succeeds when run again
---------------------------------------------------------------------

                 Key: MNG-4649
                 URL: http://jira.codehaus.org/browse/MNG-4649
             Project: Maven 2 & 3
          Issue Type: Bug
    Affects Versions: 2.2.1
         Environment: Apache Maven 2.2.1 (rdebian-1)
Java version: 1.6.0_18
Java home: /usr/lib/jvm/java-6-openjdk/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.32-20-server" arch: "amd64" Family: "unix"
            Reporter: Bruce Edge


I run mvn clean install and it fails with:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] 
 Summary:  Failures: 1, Warnings: 0

 <<< ERROR! 
null



[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17 seconds
[INFO] Finished at: Tue Apr 27 14:42:53 PDT 2010
[INFO] Final Memory: 87M/528M
[INFO] ------------------------------------------------------------------------

Running mvn install, without the clean, then succeeds.

If there's a bug in the poms or the code, running it again should not complete successfully, hence my thought that this is a maven bug.

I've tar'd up the whole project and attached it.

Just to recap, a 'mvn install' from the top level should build it, but it doesn't. I have to re-run 'mvn install' and it then finishes.

-- 
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-4649) maven recursive build fails after a clean but succeeds when run again

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

Benjamin Bentmann closed MNG-4649.
----------------------------------

    Resolution: Not A Bug
      Assignee: Kristian Rosenvold

> maven recursive build fails after a clean but succeeds when run again
> ---------------------------------------------------------------------
>
>                 Key: MNG-4649
>                 URL: http://jira.codehaus.org/browse/MNG-4649
>             Project: Maven 2 & 3
>          Issue Type: Bug
>    Affects Versions: 2.2.1
>         Environment: Apache Maven 2.2.1 (rdebian-1)
> Java version: 1.6.0_18
> Java home: /usr/lib/jvm/java-6-openjdk/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux" version: "2.6.32-20-server" arch: "amd64" Family: "unix"
>            Reporter: Bruce Edge
>            Assignee: Kristian Rosenvold
>         Attachments: test.tgz
>
>
> I run mvn clean install and it fails with:
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] 
>  Summary:  Failures: 1, Warnings: 0
>  <<< ERROR! 
> null
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 17 seconds
> [INFO] Finished at: Tue Apr 27 14:42:53 PDT 2010
> [INFO] Final Memory: 87M/528M
> [INFO] ------------------------------------------------------------------------
> Running mvn install, without the clean, then succeeds.
> If there's a bug in the poms or the code, running it again should not complete successfully, hence my thought that this is a maven bug.
> I've tar'd up the whole project and attached it.
> Just to recap, a 'mvn install' from the top level should build it, but it doesn't. I have to re-run 'mvn install' and it then finishes.

-- 
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] Updated: (MNG-4649) maven recursive build fails after a clean but succeeds when run again

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

Bruce Edge updated MNG-4649:
----------------------------

    Attachment: test.tgz

This is the tar'd up project that exhibits this symptom

> maven recursive build fails after a clean but succeeds when run again
> ---------------------------------------------------------------------
>
>                 Key: MNG-4649
>                 URL: http://jira.codehaus.org/browse/MNG-4649
>             Project: Maven 2 & 3
>          Issue Type: Bug
>    Affects Versions: 2.2.1
>         Environment: Apache Maven 2.2.1 (rdebian-1)
> Java version: 1.6.0_18
> Java home: /usr/lib/jvm/java-6-openjdk/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux" version: "2.6.32-20-server" arch: "amd64" Family: "unix"
>            Reporter: Bruce Edge
>         Attachments: test.tgz
>
>
> I run mvn clean install and it fails with:
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] 
>  Summary:  Failures: 1, Warnings: 0
>  <<< ERROR! 
> null
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 17 seconds
> [INFO] Finished at: Tue Apr 27 14:42:53 PDT 2010
> [INFO] Final Memory: 87M/528M
> [INFO] ------------------------------------------------------------------------
> Running mvn install, without the clean, then succeeds.
> If there's a bug in the poms or the code, running it again should not complete successfully, hence my thought that this is a maven bug.
> I've tar'd up the whole project and attached it.
> Just to recap, a 'mvn install' from the top level should build it, but it doesn't. I have to re-run 'mvn install' and it then finishes.

-- 
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] Updated: (MNG-4649) maven recursive build fails after a clean but succeeds when run again

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

Kristian Rosenvold updated MNG-4649:
------------------------------------

    Fix Version/s:     (was: 2.2.2)

> maven recursive build fails after a clean but succeeds when run again
> ---------------------------------------------------------------------
>
>                 Key: MNG-4649
>                 URL: http://jira.codehaus.org/browse/MNG-4649
>             Project: Maven 2 & 3
>          Issue Type: Bug
>    Affects Versions: 2.2.1
>         Environment: Apache Maven 2.2.1 (rdebian-1)
> Java version: 1.6.0_18
> Java home: /usr/lib/jvm/java-6-openjdk/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux" version: "2.6.32-20-server" arch: "amd64" Family: "unix"
>            Reporter: Bruce Edge
>         Attachments: test.tgz
>
>
> I run mvn clean install and it fails with:
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] 
>  Summary:  Failures: 1, Warnings: 0
>  <<< ERROR! 
> null
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 17 seconds
> [INFO] Finished at: Tue Apr 27 14:42:53 PDT 2010
> [INFO] Final Memory: 87M/528M
> [INFO] ------------------------------------------------------------------------
> Running mvn install, without the clean, then succeeds.
> If there's a bug in the poms or the code, running it again should not complete successfully, hence my thought that this is a maven bug.
> I've tar'd up the whole project and attached it.
> Just to recap, a 'mvn install' from the top level should build it, but it doesn't. I have to re-run 'mvn install' and it then finishes.

-- 
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-4649) maven recursive build fails after a clean but succeeds when run again

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

Kristian Rosenvold closed MNG-4649.
-----------------------------------

       Resolution: Won't Fix
    Fix Version/s: 2.2.2

If you run maven with the -e option you'll see that it fail within the cxf plugin regarding wsdl validation. Please consult the cxf documentation, the cxf mailing list or file a bug report with cxf. 

> maven recursive build fails after a clean but succeeds when run again
> ---------------------------------------------------------------------
>
>                 Key: MNG-4649
>                 URL: http://jira.codehaus.org/browse/MNG-4649
>             Project: Maven 2 & 3
>          Issue Type: Bug
>    Affects Versions: 2.2.1
>         Environment: Apache Maven 2.2.1 (rdebian-1)
> Java version: 1.6.0_18
> Java home: /usr/lib/jvm/java-6-openjdk/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux" version: "2.6.32-20-server" arch: "amd64" Family: "unix"
>            Reporter: Bruce Edge
>             Fix For: 2.2.2
>
>         Attachments: test.tgz
>
>
> I run mvn clean install and it fails with:
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] 
>  Summary:  Failures: 1, Warnings: 0
>  <<< ERROR! 
> null
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 17 seconds
> [INFO] Finished at: Tue Apr 27 14:42:53 PDT 2010
> [INFO] Final Memory: 87M/528M
> [INFO] ------------------------------------------------------------------------
> Running mvn install, without the clean, then succeeds.
> If there's a bug in the poms or the code, running it again should not complete successfully, hence my thought that this is a maven bug.
> I've tar'd up the whole project and attached it.
> Just to recap, a 'mvn install' from the top level should build it, but it doesn't. I have to re-run 'mvn install' and it then finishes.

-- 
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] Reopened: (MNG-4649) maven recursive build fails after a clean but succeeds when run again

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

Benjamin Bentmann reopened MNG-4649:
------------------------------------


> maven recursive build fails after a clean but succeeds when run again
> ---------------------------------------------------------------------
>
>                 Key: MNG-4649
>                 URL: http://jira.codehaus.org/browse/MNG-4649
>             Project: Maven 2 & 3
>          Issue Type: Bug
>    Affects Versions: 2.2.1
>         Environment: Apache Maven 2.2.1 (rdebian-1)
> Java version: 1.6.0_18
> Java home: /usr/lib/jvm/java-6-openjdk/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux" version: "2.6.32-20-server" arch: "amd64" Family: "unix"
>            Reporter: Bruce Edge
>         Attachments: test.tgz
>
>
> I run mvn clean install and it fails with:
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] 
>  Summary:  Failures: 1, Warnings: 0
>  <<< ERROR! 
> null
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 17 seconds
> [INFO] Finished at: Tue Apr 27 14:42:53 PDT 2010
> [INFO] Final Memory: 87M/528M
> [INFO] ------------------------------------------------------------------------
> Running mvn install, without the clean, then succeeds.
> If there's a bug in the poms or the code, running it again should not complete successfully, hence my thought that this is a maven bug.
> I've tar'd up the whole project and attached it.
> Just to recap, a 'mvn install' from the top level should build it, but it doesn't. I have to re-run 'mvn install' and it then finishes.

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