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

[jira] Created: (MNG-4926) ExecutionEvent give on the exception encountered (when having projectFailed , forkedProjectFailed)

ExecutionEvent give on the exception encountered (when having projectFailed , forkedProjectFailed)
--------------------------------------------------------------------------------------------------

                 Key: MNG-4926
                 URL: http://jira.codehaus.org/browse/MNG-4926
             Project: Maven 2 & 3
          Issue Type: Improvement
          Components: Errors, Logging, Plugins and Lifecycle
    Affects Versions: 3.0.1
            Reporter: Olivier Lamy
            Assignee: Olivier Lamy
             Fix For: Issues to be reviewed for 3.x


It could be usefull for having the exception details in ExecutionListener impls to have something like (to not wait the end of the maven execution) :
{code}
ExecutionEvent.getException().
{code}
could be done with 
MojoExecution.getException()
will need some stuff for projectFailed
but at least could be interesting for mojo executions.
WDYT ?

-- 
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-4926) ExecutionEvent give on the exception encountered (when having projectFailed , forkedProjectFailed)

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

Olivier Lamy updated MNG-4926:
------------------------------

      Description: 
It could be usefull for having the exception details in ExecutionListener impls to have something like (to not wait the end of the maven execution) :
API change :
{code}
ExecutionEvent.getException().
{code}


  was:
It could be usefull for having the exception details in ExecutionListener impls to have something like (to not wait the end of the maven execution) :
{code}
ExecutionEvent.getException().
{code}
could be done with 
MojoExecution.getException()
will need some stuff for projectFailed
but at least could be interesting for mojo executions.
WDYT ?

    Fix Version/s:     (was: Issues to be reviewed for 3.x)
                   3.1

> ExecutionEvent give on the exception encountered (when having projectFailed , forkedProjectFailed)
> --------------------------------------------------------------------------------------------------
>
>                 Key: MNG-4926
>                 URL: http://jira.codehaus.org/browse/MNG-4926
>             Project: Maven 2 & 3
>          Issue Type: Improvement
>          Components: Errors, Logging, Plugins and Lifecycle
>    Affects Versions: 3.0.1
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 3.1
>
>
> It could be usefull for having the exception details in ExecutionListener impls to have something like (to not wait the end of the maven execution) :
> API change :
> {code}
> ExecutionEvent.getException().
> {code}

-- 
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-4926) ExecutionEvent give on the exception encountered (when having projectFailed , forkedProjectFailed)

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

Benjamin Bentmann closed MNG-4926.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 3.1)
                   3.0.2
         Assignee: Benjamin Bentmann  (was: Olivier Lamy)

Added in [r1042200|http://svn.apache.org/viewvc?view=revision&revision=1042200].

> ExecutionEvent give on the exception encountered (when having projectFailed , forkedProjectFailed)
> --------------------------------------------------------------------------------------------------
>
>                 Key: MNG-4926
>                 URL: http://jira.codehaus.org/browse/MNG-4926
>             Project: Maven 2 & 3
>          Issue Type: Improvement
>          Components: Errors, Logging, Plugins and Lifecycle
>    Affects Versions: 3.0.1
>            Reporter: Olivier Lamy
>            Assignee: Benjamin Bentmann
>             Fix For: 3.0.2
>
>
> It could be usefull for having the exception details in ExecutionListener impls to have something like (to not wait the end of the maven execution) :
> API change :
> {code}
> ExecutionEvent.getException().
> {code}

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