You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2021/11/24 15:18:45 UTC

[ant-ivy] branch master updated (8e2bdfb -> c14e2ba)

This is an automated email from the ASF dual-hosted git repository.

maartenc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git.


    from 8e2bdfb  IVY-1616 Properly parse the artifact origin location, if the location is a file: URI
     new f760b39  IVY-1631: when the ivy:retrieve Ant task retrieves the jars to a non-empty directory, but the retrieve task itself didn't retrieve any files, the created fileset was not empty but contained the existing files in that directory.
     new 0864db0  set the project a bit sooner so it can be used within the other methods
     new 17f2727  Extra test to check that the created path is also empty
     new 0170436  Extra test to check that the created path is also empty
     new c14e2ba  Merge pull request #95 from maartenc/IvyRetrieveEmptySet

The 3026 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 asciidoc/release-notes.adoc                       |  2 +-
 src/java/org/apache/ivy/ant/EmptyFileSet.java     | 71 +++++++++++++++++++++++
 src/java/org/apache/ivy/ant/IvyCacheFileset.java  | 49 ----------------
 src/java/org/apache/ivy/ant/IvyRetrieve.java      | 26 ++++++---
 test/java/org/apache/ivy/ant/IvyRetrieveTest.java | 46 ++++++++++++++-
 5 files changed, 133 insertions(+), 61 deletions(-)
 create mode 100644 src/java/org/apache/ivy/ant/EmptyFileSet.java