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 |
Jean-Louis Boudart
|
bd7a375e37
|
Apply code formatting on whole project
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1557968 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-14 08:27:37 +00:00 |
Maarten Coene
|
c443b39bd6
|
Don't forget to call the init() method when a new Project instance is created!
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@897049 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-07 23:15:30 +00:00 |
Maarten Coene
|
aeb410f6c2
|
FIX: Ivy retrieve does not honor validate="false" from ivysettings (IVY-992)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@744087 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-13 11:39:48 +00:00 |
Xavier Hanin
|
33e453a0dc
|
FIX: Ivy files are not retrieved when using useOrigin=true (IVY-713)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@674011 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-04 11:16:12 +00:00 |
Maarten Coene
|
6091b1a3cc
|
FIX: ivy:retrieve with sync="true" removes the .svn directory (IVY-763)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@644532 13f79535-47bb-0310-9956-ffa450edef68
|
2008-04-03 22:19:46 +00:00 |
Xavier Hanin
|
91773162bb
|
TASK: Remove cache attribute on Ant tasks (IVY-685)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@607146 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-28 00:11:39 +00:00 |
Maarten Coene
|
556f3174c8
|
FIX: Retrieval not expanding "[originalname]". (IVY-631)
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@591945 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-05 10:18:06 +00:00 |
Scokart Gilles
|
58355c5579
|
Fix typo in the unit test making it fail on some platform (IVY-604)
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@574804 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-12 06:53:03 +00:00 |
Scokart Gilles
|
42975faaef
|
try to remove my cache cleaning issue (sorry to 'work by coincidence', I have really no idea what goes wrong, but I found the new code is a little bit cleaner, so I share it)
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@573647 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-07 17:58:07 +00:00 |
Scokart Gilles
|
d931080ace
|
clean formating
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@563149 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-06 14:25:11 +00:00 |
Maarten Coene
|
ea4990ae7a
|
FIX: Retrieve Ant task ignores resolveId attribute (IVY-522)
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@544965 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-06 21:37:11 +00:00 |
Xavier Hanin
|
cb52855f86
|
fix eol: add svn property + run fixcrlf to use native eol for all text files
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@544480 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-05 13:21:26 +00:00 |
Xavier Hanin
|
534f50d1d5
|
code cleanup using eclipse code formatter
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@544459 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-05 12:02:27 +00:00 |
Xavier Hanin
|
c974be3956
|
IVY-438 work in progress: ivyconf=>ivysettings refactored in test and example code, and basic renames in doc. Still need to update the doc.
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@519887 13f79535-47bb-0310-9956-ffa450edef68
|
2007-03-19 09:47:57 +00:00 |
Xavier Hanin
|
72a5f080f5
|
REFACTOR: begin split of Ivy class: creation of IvySettings and ResolveEngine, attempt to remove some dependencies on the Ivy class
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@501796 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-31 11:00:29 +00:00 |
Xavier Hanin
|
4433e9201d
|
REFACTOR: deep review of packages structure, more structured
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@501379 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-30 11:51:55 +00:00 |
Xavier Hanin
|
037ec1ab03
|
IVY-381: add a junit test
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/trunk@494617 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-09 22:09:52 +00:00 |
Xavier Hanin
|
2767758aba
|
move to apache: package rename, organisation rename, some doc update
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/trunk@493695 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-07 10:41:19 +00:00 |