You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2016/11/07 14:25:11 UTC

[Bug 60349] New: Fetch Apache Ivy binaries when calling fetch.xml

https://bz.apache.org/bugzilla/show_bug.cgi?id=60349

            Bug ID: 60349
           Summary: Fetch Apache Ivy binaries when calling fetch.xml
           Product: Ant
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Optional Tasks
          Assignee: notifications@ant.apache.org
          Reporter: reinhard.pointner@gmail.com
  Target Milestone: ---

Apache Ant comes with a fetch.xml build file that automatically downloads
commonly used ant libs and dependencies.

It would be really nice if fetch.xml would fetch the Apache Ivy dependencies as
well.

fetch.xml:
<!--
  =======================================================================
    Build file to fetch optional libraries for Apache Ant
  =======================================================================
-->

<!-- Fetch Apache Ivy here -->

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60349] Fetch Apache Ivy binaries when calling fetch.xml

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60349

Reinhard Pointner <re...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reinhard.pointner@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60349] Fetch Apache Ivy binaries when calling fetch.xml

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60349

Jan Mat <ja...@materne.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Jan Mat <ja...@materne.de> ---
Good idea.
Added to master
git:74e57b25b3dbcf14aaeb501ba2eed67a82efebbc

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60349] Fetch Apache Ivy binaries when calling fetch.xml

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60349

--- Comment #2 from Reinhard Pointner <re...@gmail.com> ---
Thanks!

I guess `ivy` should also be added here as well, so that the ivy target is
actually executed ant fetch.xml is called:
https://github.com/apache/ant/blob/74e57b25b3dbcf14aaeb501ba2eed67a82efebbc/fetch.xml#L339

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60349] Fetch Apache Ivy binaries when calling fetch.xml

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60349

--- Comment #3 from Jan Mat <ja...@materne.de> ---
good catch.
Added

-- 
You are receiving this mail because:
You are the assignee for the bug.