You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2008/07/23 21:28:26 UTC

[jira] Created: (MRELEASE-365) ForkedMavenExecutor fails with NoSuchMethodError

ForkedMavenExecutor fails with NoSuchMethodError
------------------------------------------------

                 Key: MRELEASE-365
                 URL: http://jira.codehaus.org/browse/MRELEASE-365
             Project: Maven 2.x Release Plugin
          Issue Type: Bug
    Affects Versions: 2.0-beta-8
            Reporter: Benjamin Bentmann
            Priority: Blocker


Attempting to perform a release:prepare fails with a simple pom:

-bash-2.05b$ mvn  release:prepare -DdryRun=true
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'release'.
[INFO] ------------------------------------------------------------------------
[INFO] Building Test POM
[INFO]    task-segment: [release:prepare] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] [release:prepare]
[INFO] Verifying that there are no local modifications...
[INFO] Executing: svn --non-interactive status
[INFO] Working directory: /home/gilberts2/dev/maven_release_test
[INFO] Checking dependencies and plugins for snapshots ...
This project relies on a SNAPSHOT of the release plugin. This may be necessary d
uring testing.: Do you want to continue with the release? (yes/no) no: : yes
What is the release version for "Test POM"? (srg:test-pom) 1.0: :
What is SCM release tag or label for "Test POM"? (srg:test-pom) test-pom-1.0: :
What is the new development version for "Test POM"? (srg:test-pom) 1.1-SNAPSHOT:
 :
[INFO] Transforming 'Test POM'...
[INFO] Not generating release POMs
[INFO] Executing preparation goals - since this is simulation mode it is running
 against the original project, not the rewritten ones
[INFO] Executing goals 'clean verify'...
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Cannot find Maven executor with id: null

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11 seconds
[INFO] Finished at: Tue Jul 22 23:34:07 EDT 2008
[INFO] Final Memory: 22M/64M
[INFO] ------------------------------------------------------------------------


I attempted to set the mavenExecutorId to both:

                <configuration>
                    <mavenExecutorId>forked-path</mavenExecutorId>
                </configuration>

and

                <configuration>
                  <mavenExecutorId>invoker</mavenExecutorId>
                </configuration>

In both cases a NullPointerException was the result.

The pom file is attached.

-- 
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: (MRELEASE-365) ForkedMavenExecutor fails with NoSuchMethodError

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

Benjamin Bentmann updated MRELEASE-365:
---------------------------------------

    Description: This issue has originally been reported by Steve Gilbert in MRELEASE-364. I am only splitting up things for easier tracking.  (was: Attempting to perform a release:prepare fails with a simple pom:

-bash-2.05b$ mvn  release:prepare -DdryRun=true
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'release'.
[INFO] ------------------------------------------------------------------------
[INFO] Building Test POM
[INFO]    task-segment: [release:prepare] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] [release:prepare]
[INFO] Verifying that there are no local modifications...
[INFO] Executing: svn --non-interactive status
[INFO] Working directory: /home/gilberts2/dev/maven_release_test
[INFO] Checking dependencies and plugins for snapshots ...
This project relies on a SNAPSHOT of the release plugin. This may be necessary d
uring testing.: Do you want to continue with the release? (yes/no) no: : yes
What is the release version for "Test POM"? (srg:test-pom) 1.0: :
What is SCM release tag or label for "Test POM"? (srg:test-pom) test-pom-1.0: :
What is the new development version for "Test POM"? (srg:test-pom) 1.1-SNAPSHOT:
 :
[INFO] Transforming 'Test POM'...
[INFO] Not generating release POMs
[INFO] Executing preparation goals - since this is simulation mode it is running
 against the original project, not the rewritten ones
[INFO] Executing goals 'clean verify'...
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Cannot find Maven executor with id: null

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11 seconds
[INFO] Finished at: Tue Jul 22 23:34:07 EDT 2008
[INFO] Final Memory: 22M/64M
[INFO] ------------------------------------------------------------------------


I attempted to set the mavenExecutorId to both:

                <configuration>
                    <mavenExecutorId>forked-path</mavenExecutorId>
                </configuration>

and

                <configuration>
                  <mavenExecutorId>invoker</mavenExecutorId>
                </configuration>

In both cases a NullPointerException was the result.

The pom file is attached.)
     Attachment: forkedpath_executor_pom.xml
                 forkedpath_executor_log.txt

> ForkedMavenExecutor fails with NoSuchMethodError
> ------------------------------------------------
>
>                 Key: MRELEASE-365
>                 URL: http://jira.codehaus.org/browse/MRELEASE-365
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-8
>            Reporter: Benjamin Bentmann
>            Priority: Blocker
>         Attachments: forkedpath_executor_log.txt, forkedpath_executor_pom.xml
>
>
> This issue has originally been reported by Steve Gilbert in MRELEASE-364. I am only splitting up things for easier tracking.

-- 
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: (MRELEASE-365) ForkedMavenExecutor fails with NoSuchMethodError

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

Benjamin Bentmann closed MRELEASE-365.
--------------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s: 2.0-beta-8

Fixed in [r679187|http://svn.apache.org/viewvc?view=rev&revision=679187].

> ForkedMavenExecutor fails with NoSuchMethodError
> ------------------------------------------------
>
>                 Key: MRELEASE-365
>                 URL: http://jira.codehaus.org/browse/MRELEASE-365
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-8
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>            Priority: Blocker
>             Fix For: 2.0-beta-8
>
>         Attachments: forkedpath_executor_log.txt, forkedpath_executor_pom.xml
>
>
> This issue has originally been reported by Steve Gilbert in MRELEASE-364. I am only splitting up things for easier tracking.

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