You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Mirko Bulovic (JIRA)" <ji...@apache.org> on 2008/01/09 03:40:33 UTC

[jira] Created: (IVY-697) add ability for buildlist task to start build from specified module in the list

add ability for buildlist task to start build from specified module in the list
-------------------------------------------------------------------------------

                 Key: IVY-697
                 URL: https://issues.apache.org/jira/browse/IVY-697
             Project: Ivy
          Issue Type: New Feature
          Components: Ant
            Reporter: Mirko Bulovic
            Priority: Minor
             Fix For: 2.0.0-beta-1


The buildlist task creates a list of modules in dependency order. This enhancement makes it possible to start the build from the specified module in that build list.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVY-697) add ability for buildlist task to start build from specified module in the list

Posted by "Mirko Bulovic (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557316#action_12557316 ] 

Mirko Bulovic commented on IVY-697:
-----------------------------------

This enhancement is similar to "leaf" but not "root". Unlike "leaf", the dependencies are flattened before calculating the starting point.
As a simple example, in the buildlist tests, in testWithLeaf() when using "leaf=C" the build path becomes "C-A-D". In testRestartFrom() if we were to use "restartFrom=C" the build path becomes "C-A-D-E".
I should change testRestartFrom() to use "restartFrom=C" rather than "restartFrom=A" to make it easier to immediately see the difference.
Also if the attribute name is confusing we can change it to something more descriptive. Maye it should be startFromModule?

> add ability for buildlist task to start build from specified module in the list
> -------------------------------------------------------------------------------
>
>                 Key: IVY-697
>                 URL: https://issues.apache.org/jira/browse/IVY-697
>             Project: Ivy
>          Issue Type: New Feature
>          Components: Ant
>            Reporter: Mirko Bulovic
>            Priority: Minor
>             Fix For: 2.0.0-beta-1
>
>         Attachments: restartFrom.patch
>
>
> The buildlist task creates a list of modules in dependency order. This enhancement makes it possible to start the build from the specified module in that build list.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (IVY-697) add ability for buildlist task to start build from specified module in the list

Posted by "Gilles Scokart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles Scokart resolved IVY-697.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0.0-beta-1)
                   2.0.0-beta-2

I have applied your patch.  I made the adaptation you suggested to the unit test.

I like very much this new feature, it will allow to implement something often required : restarting a long build from the last module that failed.

Thanks a lot for your contribution, and welcome in the community of ivy contributors.

PS: for your next patch, could you use the unified diff version (the default format when you are using "svn diff").  It has the benefits to show a few lines of context.

> add ability for buildlist task to start build from specified module in the list
> -------------------------------------------------------------------------------
>
>                 Key: IVY-697
>                 URL: https://issues.apache.org/jira/browse/IVY-697
>             Project: Ivy
>          Issue Type: New Feature
>          Components: Ant
>            Reporter: Mirko Bulovic
>            Assignee: Gilles Scokart
>            Priority: Minor
>             Fix For: 2.0.0-beta-2
>
>         Attachments: restartFrom.patch
>
>
> The buildlist task creates a list of modules in dependency order. This enhancement makes it possible to start the build from the specified module in that build list.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (IVY-697) add ability for buildlist task to start build from specified module in the list

Posted by "Mirko Bulovic (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mirko Bulovic updated IVY-697:
------------------------------

    Attachment: restartFrom.patch

This patch provides the described functionality (including unit test and documentation).

> add ability for buildlist task to start build from specified module in the list
> -------------------------------------------------------------------------------
>
>                 Key: IVY-697
>                 URL: https://issues.apache.org/jira/browse/IVY-697
>             Project: Ivy
>          Issue Type: New Feature
>          Components: Ant
>            Reporter: Mirko Bulovic
>            Priority: Minor
>             Fix For: 2.0.0-beta-1
>
>         Attachments: restartFrom.patch
>
>
> The buildlist task creates a list of modules in dependency order. This enhancement makes it possible to start the build from the specified module in that build list.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (IVY-697) add ability for buildlist task to start build from specified module in the list

Posted by "Gilles Scokart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles Scokart reassigned IVY-697:
----------------------------------

    Assignee: Gilles Scokart

> add ability for buildlist task to start build from specified module in the list
> -------------------------------------------------------------------------------
>
>                 Key: IVY-697
>                 URL: https://issues.apache.org/jira/browse/IVY-697
>             Project: Ivy
>          Issue Type: New Feature
>          Components: Ant
>            Reporter: Mirko Bulovic
>            Assignee: Gilles Scokart
>            Priority: Minor
>             Fix For: 2.0.0-beta-1
>
>         Attachments: restartFrom.patch
>
>
> The buildlist task creates a list of modules in dependency order. This enhancement makes it possible to start the build from the specified module in that build list.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVY-697) add ability for buildlist task to start build from specified module in the list

Posted by "Gilles Scokart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557171#action_12557171 ] 

Gilles Scokart commented on IVY-697:
------------------------------------

What is the difference between your restartFrom and the existing root attribute?

> add ability for buildlist task to start build from specified module in the list
> -------------------------------------------------------------------------------
>
>                 Key: IVY-697
>                 URL: https://issues.apache.org/jira/browse/IVY-697
>             Project: Ivy
>          Issue Type: New Feature
>          Components: Ant
>            Reporter: Mirko Bulovic
>            Priority: Minor
>             Fix For: 2.0.0-beta-1
>
>         Attachments: restartFrom.patch
>
>
> The buildlist task creates a list of modules in dependency order. This enhancement makes it possible to start the build from the specified module in that build list.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.