Re: [PR] IVY-1656: write inherited dependencies first to p reserve resolve order [ant-ivy]
maartenc (via GitHub) <[email protected]> Thu, 18 Jun 2026 19:56:49 -0000
| Newsgroups | gmane.comp.jakarta.ant.devel |
|---|---|
| Message-ID | <PR_kwDOATT2Es7no6cJ-61a7a5f9-2928-4033-b556-a3fdea957c43@gitbox.apache.org> |
maartenc commented on code in PR #124: URL: https://github.com/apache/ant-ivy/pull/124#discussion_r3438548466 ########## test/java/org/apache/ivy/ant/ivy-extends-merged.xml: ########## @@ -31,22 +31,22 @@ <conf name="extra"/> <!-- overrides conf in parent --> <conf name="default" extends="compile" description="overrides the conf definition in parent descriptor"/> - + <!-- configurations inherited from apache#resolve-simple;1.0 --> <conf name="compile" visibility="public"/> </configurations> <publications/> <dependencies> + <!-- dependencies inherited from apache#resolve-simple;1.0 --> + <dependency org="org1" name="mod1.2" rev="2.0" conf="default->default"/> + <dependency org="org1" name="mod1.1" rev="2.0" transitive="false" conf="compile->default"/> + <!-- dependencies inherited end --> Review Comment: maybe add an empty line here between the dependencies from the parent and the child module. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]