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
|
47061a88ce
|
tidy up the code
|
2017-12-05 16:44:53 +01:00 |
Gintas Grigelionis
|
4e2846d5f4
|
chop extraneous throws, fix imports and javadoc
|
2017-12-05 11:12:21 +01:00 |
Gintas Grigelionis
|
463a2c89c3
|
add a target to generate javadoc for test cases; fix javadoc for doclint
|
2017-08-19 06:56:56 +02:00 |
Gintas Grigelionis
|
186fd10776
|
inline variables; adjust exceptions, annotations, and formatting
|
2017-08-17 14:10:42 +02:00 |
Nicolas Lalevée
|
fdeb6b8621
|
This closes #27
|
2017-06-01 14:09:44 +02:00 |
Jaikiran Pai
|
2f757454dc
|
IVY-1540 Fix infinite loop in dependencytree, caused to due circular dependencies (coming in via Maven module descriptors)
|
2017-05-30 09:48:48 +05:30 |
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 |
Maarten Coene
|
7217b9d270
|
Fix NullPointerException in dependencytree with no dependencies (IVY-1539)
|
2016-11-09 01:48:48 +01: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 |
Jean-Louis Boudart
|
1f978b6387
|
First draft of dependency update checker task
Extract ant test listener as a reusable class for test to check log output
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1492972 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-14 07:15:14 +00:00 |
Jean-Louis Boudart
|
5c715cd84d
|
Use StringBuffer in place of StringBuilder to be 1.4 compatible
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1404486 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-01 07:45:33 +00:00 |
Jean-Louis Boudart
|
517b8beb06
|
Implement IvyDependencyTree task : display a dependency tree on the console
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1404290 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-31 18:42:42 +00:00 |