Nicolas Lalevee
d1379ee78a
Fix the exemple
...
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1426531 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28 14:53:16 +00:00
Nicolas Lalevee
2e75977267
IVY-1288: Exposing some parent metadata (organisation, module, revision, branch) as properties (Thanks to Jean-Louis Boudart)
...
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1373350 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 11:43:10 +00:00
Nicolas Lalevee
58ef0e20f3
add documentation of the attribute useCacheOnly
...
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1097624 13f79535-47bb-0310-9956-ffa450edef68
2011-04-28 21:43:33 +00:00
Nicolas Lalevee
ca76e32c5e
IVY-334:
...
- refactor the work done on ivy:resources so it becomes and post resolve task, then it can be used like ivy:cachepath
- nice side effect: ivy:resolve and every post resolve tasks support now "inlined ivy.xml dependencies"
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1030584 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 18:12:20 +00:00
Maarten Coene
0f712a0aa8
- DOCUMENTATION: Added documentation of the 'changing' attribute on the ivy:resolve Ant task (IVY-1180)
...
- IMPROVEMENT: Support changing="true" for inline retrieve (IVY-1180)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@930629 13f79535-47bb-0310-9956-ffa450edef68
2010-04-04 06:01:37 +00:00
Maarten Coene
6426ef9173
DOCUMENTATION: checkIfChanges was introduced in Ivy 2.0
...
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@930569 13f79535-47bb-0310-9956-ffa450edef68
2010-04-03 20:03:29 +00:00
Maarten Coene
89e1144881
'checkIfCompiled' attribute doesn't exist, it should be 'checkIfChanged'
...
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@925032 13f79535-47bb-0310-9956-ffa450edef68
2010-03-18 22:41:45 +00:00
Scokart Gilles
3d12773673
small clarifications
...
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@811637 13f79535-47bb-0310-9956-ffa450edef68
2009-09-05 13:13:12 +00:00
Maarten Coene
8127d9ccf9
DOCUMENTATION: added missing documentation for the 'keep' attribute on the (post)resolve Ant tasks (IVY-1091)
...
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@790416 13f79535-47bb-0310-9956-ffa450edef68
2009-07-01 23:08:13 +00:00
Maarten Coene
8257fc464e
Updated documentation to mention the correct version.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@762517 13f79535-47bb-0310-9956-ffa450edef68
2009-04-06 21:38:19 +00:00
Maarten Coene
5fa61ba9dc
IMPROVEMENT: ivy:resolve ant task does not support "branch" attribute (IVY-1035)
...
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@749743 13f79535-47bb-0310-9956-ffa450edef68
2009-03-03 20:46:05 +00:00
Scokart Gilles
0ef3e5dd06
Give the possibility to not compute ivy.deps.changed (IVY-876)
...
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@683552 13f79535-47bb-0310-9956-ffa450edef68
2008-08-07 08:41:52 +00:00
Xavier Hanin
2931da346c
DOCUMENTATION: Fixed more than a hundred (100+) obsolete "configuration" references; replaced with "settings" (IVY-863) (thanks to Sakari Maaranen)
...
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@675856 13f79535-47bb-0310-9956-ffa450edef68
2008-07-11 08:03:23 +00:00
Xavier Hanin
7ed6fd8e11
document concurrency limitation (related to IVY-605)
...
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@671497 13f79535-47bb-0310-9956-ffa450edef68
2008-06-25 10:23:28 +00:00
Xavier Hanin
25a06cbf5b
- NEW: Retain original dependency constraint rules in resolved ivy file (IVY-739)
...
- NEW: Add a new resolve mode (optionally per module) to utilize dynamic constraint rule metadata (IVY-740)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@632723 13f79535-47bb-0310-9956-ffa450edef68
2008-03-02 08:50:33 +00:00
Xavier Hanin
6188186f83
NEW: Make resolve console output configurable per resolve (IVY-715)
...
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@618033 13f79535-47bb-0310-9956-ffa450edef68
2008-02-03 17:25:22 +00:00
Xavier Hanin
32c182c2d8
IMPROVEMENT: Move useOrigin to repository cache manager (IVY-700)
...
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@612173 13f79535-47bb-0310-9956-ffa450edef68
2008-01-15 17:45:26 +00:00
Xavier Hanin
0affb8216d
add fine grain ttl settings (IVY-694)
...
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@611739 13f79535-47bb-0310-9956-ffa450edef68
2008-01-14 08:26:46 +00:00
Scokart Gilles
362f239d32
IMPROVEMENT: replace * by *(public) when resolving inline (IVY-589)
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@563162 13f79535-47bb-0310-9956-ffa450edef68
2007-08-06 15:02:31 +00:00
Xavier Hanin
6567974dd0
fix some broken links due to doc and site split
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@553512 13f79535-47bb-0310-9956-ffa450edef68
2007-07-05 14:12:52 +00:00
Xavier Hanin
f088aae5eb
extract site to a separate component, move doc/doc up one level (in doc) and make it self contained (IVY-558)
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@553243 13f79535-47bb-0310-9956-ffa450edef68
2007-07-04 15:41:45 +00:00