You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "diego tognola (JIRA)" <ji...@codehaus.org> on 2006/05/08 13:34:41 UTC

[jira] Created: (MNG-2283) extend scope of 'result' variable in org.apache.maven.artifact.ant.DependenciesTask.doExecute()

extend scope of 'result' variable in org.apache.maven.artifact.ant.DependenciesTask.doExecute() 
------------------------------------------------------------------------------------------------

         Key: MNG-2283
         URL: http://jira.codehaus.org/browse/MNG-2283
     Project: Maven 2
        Type: Wish

  Components: Artifacts  
    Versions: 2.0.4    
    Reporter: diego tognola
    Priority: Trivial


Change the variable 'result' defined locally in the doExecute() method of org.apache.maven.artifact.ant.DependenciesTask to be a class member, instead. 
It should be accessible to subclasses (directly or via a getter method).

This will allow the creation of customized ant tasks extending DependenciesTask which can use 'results' for post-processing.

-- 
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-2283) extend scope of 'result' variable in org.apache.maven.artifact.ant.DependenciesTask.doExecute()

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2283?page=all ]

John Casey updated MNG-2283:
----------------------------

    Fix Version: 2.2

> extend scope of 'result' variable in org.apache.maven.artifact.ant.DependenciesTask.doExecute() 
> ------------------------------------------------------------------------------------------------
>
>          Key: MNG-2283
>          URL: http://jira.codehaus.org/browse/MNG-2283
>      Project: Maven 2
>         Type: Wish

>   Components: Artifacts
>     Versions: 2.0.4
>     Reporter: diego tognola
>     Priority: Trivial
>      Fix For: 2.2

>
>
> Change the variable 'result' defined locally in the doExecute() method of org.apache.maven.artifact.ant.DependenciesTask to be a class member, instead. 
> It should be accessible to subclasses (directly or via a getter method).
> This will allow the creation of customized ant tasks extending DependenciesTask which can use 'results' for post-processing.

-- 
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] Moved: (MANTTASKS-172) extend scope of 'result' variable in org.apache.maven.artifact.ant.DependenciesTask.doExecute()

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTTASKS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl moved MNG-2283 to MANTTASKS-172:
----------------------------------------------

           Complexity:   (was: Intermediate)
          Component/s:     (was: Artifacts and Repositories)
        Fix Version/s:     (was: 3.x)
    Affects Version/s:     (was: 2.0.4)
                  Key: MANTTASKS-172  (was: MNG-2283)
              Project: Maven 2.x Ant Tasks  (was: Maven 2 & 3)

> extend scope of 'result' variable in org.apache.maven.artifact.ant.DependenciesTask.doExecute() 
> ------------------------------------------------------------------------------------------------
>
>                 Key: MANTTASKS-172
>                 URL: http://jira.codehaus.org/browse/MANTTASKS-172
>             Project: Maven 2.x Ant Tasks
>          Issue Type: Wish
>            Reporter: diego tognola
>            Priority: Trivial
>
> Change the variable 'result' defined locally in the doExecute() method of org.apache.maven.artifact.ant.DependenciesTask to be a class member, instead. 
> It should be accessible to subclasses (directly or via a getter method).
> This will allow the creation of customized ant tasks extending DependenciesTask which can use 'results' for post-processing.

-- 
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: (MANTTASKS-172) extend scope of 'result' variable in org.apache.maven.artifact.ant.DependenciesTask.doExecute()

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTTASKS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy updated MANTTASKS-172:
------------------------------------

    Component/s: dependencies task

> extend scope of 'result' variable in org.apache.maven.artifact.ant.DependenciesTask.doExecute() 
> ------------------------------------------------------------------------------------------------
>
>                 Key: MANTTASKS-172
>                 URL: http://jira.codehaus.org/browse/MANTTASKS-172
>             Project: Maven 2.x Ant Tasks
>          Issue Type: Wish
>          Components: dependencies task
>            Reporter: diego tognola
>            Priority: Trivial
>
> Change the variable 'result' defined locally in the doExecute() method of org.apache.maven.artifact.ant.DependenciesTask to be a class member, instead. 
> It should be accessible to subclasses (directly or via a getter method).
> This will allow the creation of customized ant tasks extending DependenciesTask which can use 'results' for post-processing.

-- 
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] Commented: (MNG-2283) extend scope of 'result' variable in org.apache.maven.artifact.ant.DependenciesTask.doExecute()

Posted by "diego tognola (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2283?page=comments#action_65375 ] 

diego tognola commented on MNG-2283:
------------------------------------

(sorry, I think this should rather go into the 'ant-tasks' component - but I don't seem to have the permission to move it)

> extend scope of 'result' variable in org.apache.maven.artifact.ant.DependenciesTask.doExecute() 
> ------------------------------------------------------------------------------------------------
>
>          Key: MNG-2283
>          URL: http://jira.codehaus.org/browse/MNG-2283
>      Project: Maven 2
>         Type: Wish

>   Components: Artifacts
>     Versions: 2.0.4
>     Reporter: diego tognola
>     Priority: Trivial

>
>
> Change the variable 'result' defined locally in the doExecute() method of org.apache.maven.artifact.ant.DependenciesTask to be a class member, instead. 
> It should be accessible to subclasses (directly or via a getter method).
> This will allow the creation of customized ant tasks extending DependenciesTask which can use 'results' for post-processing.

-- 
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: (MANTTASKS-172) extend scope of 'result' variable in org.apache.maven.artifact.ant.DependenciesTask.doExecute()

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTTASKS-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy closed MANTTASKS-172.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.1
         Assignee: Herve Boutemy

done in [r928095|http://svn.apache.org/viewvc?view=revision&revision=928095]
I didn't add a class attribute but created {{protected ArtifactResolutionResult doExecuteResolution()}} method to override when you need it

> extend scope of 'result' variable in org.apache.maven.artifact.ant.DependenciesTask.doExecute() 
> ------------------------------------------------------------------------------------------------
>
>                 Key: MANTTASKS-172
>                 URL: http://jira.codehaus.org/browse/MANTTASKS-172
>             Project: Maven 2.x Ant Tasks
>          Issue Type: Wish
>          Components: dependencies task
>            Reporter: diego tognola
>            Assignee: Herve Boutemy
>            Priority: Trivial
>             Fix For: 2.1.1
>
>
> Change the variable 'result' defined locally in the doExecute() method of org.apache.maven.artifact.ant.DependenciesTask to be a class member, instead. 
> It should be accessible to subclasses (directly or via a getter method).
> This will allow the creation of customized ant tasks extending DependenciesTask which can use 'results' for post-processing.

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