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