Commit Graph

13 Commits

Author SHA1 Message Date
jkf 0d07c9985c updated reference to license from http to https using find . -type f -exec sed -i s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/licenses/LICENSE-2.0/ {} \; 2019-05-26 22:48:00 +02:00
Gintas Grigelionis 4e2846d5f4 chop extraneous throws, fix imports and javadoc 2017-12-05 11:12:21 +01:00
twogee 6920717979 Add generics and Java 7 syntax to core
This closes #52 pull request at github/apache/ant-ivy
2017-07-17 11:07:59 +05:30
twogee 3b28fffbba More Java 7 diamonds 2017-06-13 22:07:19 +02:00
twogee 8b9f2d5177 Generics and other fixes in tests and tutorials 2017-06-10 21:47:21 +02:00
twogee 6c92f32eda More code cleanup 2017-05-27 19:37:44 +02:00
twogee 36e99429c2 fail() means an expected exception or an assertion 2017-05-26 08:17:10 +02:00
twogee 1543f52896 Convert tests to JUnit 4, clean up code 2017-05-25 17:25:59 +02:00
Nicolas Lalevée 2d7c6f5ff4 setup proper loggers in unit tests and factorize the creation and the cleaning of the cache folder 2015-09-06 20:01:25 +02:00
Nicolas Lalevee b2835e0219 Test the "content" of the ivy:resources
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1028019 13f79535-47bb-0310-9956-ffa450edef68
2010-10-27 16:00:15 +00:00
Nicolas Lalevee 9e6d96f945 Unit test and fix on exclude/include in ivy:resources
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1028018 13f79535-47bb-0310-9956-ffa450edef68
2010-10-27 15:59:56 +00:00
Nicolas Lalevee 555f2fffcc fix the compilation of the unit test
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1028015 13f79535-47bb-0310-9956-ffa450edef68
2010-10-27 15:59:00 +00:00
Nicolas Lalevee 39108dc9b5 New Ivy Ant datatype: a resource collection compute from an Ivy resolve.
The basic implementation work, but is not yet a complete clone/merge of ivy:resolve and ivy.xml's <dependencies>

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1028013 13f79535-47bb-0310-9956-ffa450edef68
2010-10-27 15:57:36 +00:00