Added: ant/site/ivy/asciidoc/history/1.3-rc1.adoc
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/history/1.3-rc1.adoc?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/history/1.3-rc1.adoc (added)
+++ ant/site/ivy/asciidoc/history/1.3-rc1.adoc Mon Apr 23 13:24:42 2018
@@ -0,0 +1,73 @@
+
+
+== Changes log (2006-01-25)
+
+_compatiblity with previous version:
+- the default place for the cache has changed, it is now in 
{USER_HOME}/.ivy/cache, instead of {USER_HOME}/.ivy-cache
+  please move this directory if you want to avoid unnecessary downloads
+- modules are now logged as they are found, set ivy.log.module.when.found 
variable to false to avoid this_
+
+- NEW: namespace system: a resolver can be declared to belong to a namespace, 
which itself specify the transformation to apply to convert it from and to 
system namespace (link:http://issues.apache.org/jira/browse/IVY-147[IVY-147])
+- NEW: pluggable module descriptor parsers let define new kind of module 
descriptor (link:http://issues.apache.org/jira/browse/IVY-146[IVY-146]) (thanks 
to Maarten Coene)
+- NEW: a new install task let add modules found in a repository in another 
one, even transitively 
(link:http://issues.apache.org/jira/browse/IVY-141[IVY-141])
+- NEW: maven2 pom compatibility: most resolvers are now able to handle m2 pom 
as project metadata and there is a new convertpom task able to convert a pom 
file to an ivy file (link:http://issues.apache.org/jira/browse/IVY-140[IVY-140])
+- NEW: include configurations from external file 
(link:http://issues.apache.org/jira/browse/IVY-88[IVY-88])
+- NEW: a new default resolver which let override ivy files and artifacts found 
on public repository (ivyrep / ibiblio) and let publish modules in a local 
repository (link:http://issues.apache.org/jira/browse/IVY-132[IVY-132])
+- NEW: ivyconf file inclusion in ivyconf files 
(link:http://issues.apache.org/jira/browse/IVY-99[IVY-99])
+- NEW: macrodef feature in ivyconf for defining macro resolvers with 
parameters (link:http://issues.apache.org/jira/browse/IVY-98[IVY-98])
+- NEW: conf fallback mechanism 
(link:http://issues.apache.org/jira/browse/IVY-145[IVY-145])
+- NEW: exclusion now let exclude whole modules 
(link:http://issues.apache.org/jira/browse/IVY-144[IVY-144])
+- NEW: ability to use a dependency instead of an ivy file in standalone mode 
(link:http://issues.apache.org/jira/browse/IVY-96[IVY-96])
+- NEW: ability to output a path of dependencies in cache from the standalone 
mode (link:http://issues.apache.org/jira/browse/IVY-92[IVY-92])
+- NEW: it is now possible to reference existing resolver in resolver 
containers (link:http://issues.apache.org/jira/browse/IVY-35[IVY-35])
+- NEW: overwrite attribute in the publish task now let force overwrite of read 
only files (link:http://issues.apache.org/jira/browse/IVY-83[IVY-83]) 
+- NEW: add a conflict manager ("strict") making build fail when a diamond 
conflict is found (thanks to Christer Jonsson) 
(link:http://issues.apache.org/jira/browse/IVY-118[IVY-118]) 
+
+- IMPROVE: generate xml report using ivy:report task 
(link:http://issues.apache.org/jira/browse/IVY-143[IVY-143])
+- IMPROVE: possibility to configure ivy so that special revisions are not 
queried as fixed one at all 
(link:http://issues.apache.org/jira/browse/IVY-139[IVY-139])
+- IMPROVE: better url querying management 
(link:http://issues.apache.org/jira/browse/IVY-138[IVY-138]) (thanks to Bernard 
Niset)
+- IMPROVE: do not add resolver info in ivy files in cache so that they can be 
safely used as usual ivy files in a repository 
(link:http://issues.apache.org/jira/browse/IVY-137[IVY-137])
+- IMPROVE: review default conf mapping management 
(link:http://issues.apache.org/jira/browse/IVY-134[IVY-134])
+- IMPROVE: add possibility for a chain to behave like a dual chain 
(link:http://issues.apache.org/jira/browse/IVY-131[IVY-131])
+- IMPROVE: add possibility to avoid overwrite of an ivy variable when setting 
them in ivyconf.xml (link:http://issues.apache.org/jira/browse/IVY-127[IVY-127])
+- IMPROVE: ability to exclude the root project from the buildlist (thanks to 
Constantine Vetoshev) 
(link:http://issues.apache.org/jira/browse/IVY-124[IVY-124])
+- IMPROVE: exclusion of artifacts now works on transitive artifacts, and 
exclusion can specify organisation and/or module 
(link:http://issues.apache.org/jira/browse/IVY-116[IVY-116])
+- IMPROVE: now dynamic revisions replacement by deliver task can be turned off 
(link:http://issues.apache.org/jira/browse/IVY-120[IVY-120])
+- IMPROVE: better performance with deep transitive dependencies
+- IMPROVE: allow optional parts in the patterns 
(link:http://issues.apache.org/jira/browse/IVY-102[IVY-102]) (thanks to Maarten 
Coene)
+- IMPROVE: ability to define variable directly in ivyconf.xml 
(link:http://issues.apache.org/jira/browse/IVY-100[IVY-100])
+- IMPROVE: ability to use no revision in pattern with latest.integration 
dependency, artifacts being updated according to revision change in ivy file 
(if checkmodified is set to true) 
(link:http://issues.apache.org/jira/browse/IVY-95[IVY-95])
+- IMPROVE: ability to specify a root module in buildlist to filter out 
unnecessary build files 
(link:http://issues.apache.org/jira/browse/IVY-93[IVY-93]) (thanks to Kristian 
Cibulskis)
+- IMPROVE: import system properties as ivy variables in standalone mode
+- IMPROVE: string identifying a module is now clearly different from a path
+- IMPROVE: better error message when publish fails due to readonly destination 
(link:http://issues.apache.org/jira/browse/IVY-83[IVY-83])
+- IMPROVE: some javadoc improvements 
(link:http://issues.apache.org/jira/browse/IVY-136[IVY-136] 
link:http://issues.apache.org/jira/browse/IVY-129[IVY-129]) (thanks to Stephen 
Nesbitt)
+
+- FIX: problem resolving dependencies when 2 module versions have different 
configurations (link:http://issues.apache.org/jira/browse/IVY-151[IVY-151])
+- FIX: problem with inheritance between public and private conf 
(link:http://issues.apache.org/jira/browse/IVY-149[IVY-149])
+- FIX: no variable replacement during the deliver step 
(link:http://issues.apache.org/jira/browse/IVY-133[IVY-133])
+- FIX: conflict badly solved in some complex cases 
(link:http://issues.apache.org/jira/browse/IVY-130[IVY-130])
+- FIX: mapping on conf * now only takes public configurations 
(link:http://issues.apache.org/jira/browse/IVY-126[IVY-126])
+- FIX: bad dependency ivy files now causes failure 
(link:http://issues.apache.org/jira/browse/IVY-112[IVY-112])
+- FIX: stack overflow error in contradictory conflict cases 
(link:http://issues.apache.org/jira/browse/IVY-117[IVY-117])
+- FIX: publish now doesn't call deliver when not necessary 
(link:http://issues.apache.org/jira/browse/IVY-119[IVY-119])
+- FIX: cachefileset was returning all artifacts for empty configuration 
(link:http://issues.apache.org/jira/browse/IVY-108[IVY-108])
+- FIX: transitive and changing attribute were not copied in ivy files in cache 
(link:http://issues.apache.org/jira/browse/IVY-94[IVY-94])
+- FIX: chain resolver now support latest strategy configuration 
(link:http://issues.apache.org/jira/browse/IVY-90[IVY-90])
+- FIX: raise a clean error when a cyclic variable definition is found 
(link:http://issues.apache.org/jira/browse/IVY-75[IVY-75])
+- FIX: clean ant project reference at the end of the build to improve 
usability in ide launching multiple builds in the same vm (like netbeans) 
(link:http://issues.apache.org/jira/browse/IVY-87[IVY-87] - 
link:http://issues.apache.org/jira/browse/IVY-115[IVY-115])
+- FIX: ivy is now able to use simple ivy files in cache (doesn't need resolver 
info, use default one if no resolver is given) 
(link:http://issues.apache.org/jira/browse/IVY-86[IVY-86])
+- FIX: private conf not accessible from other modules 
(link:http://issues.apache.org/jira/browse/IVY-76[IVY-76])
+- FIX: root module configurations isolation bug fixed 
(link:http://issues.apache.org/jira/browse/IVY-84[IVY-84])
+- FIX: changed the place where ivy stores master ivy files in cache to not 
overlap with dependencies one 
(link:http://issues.apache.org/jira/browse/IVY-85[IVY-85])
+- FIX: bug in ResourceHelper didn't let override resource easily 
(link:http://issues.apache.org/jira/browse/IVY-80[IVY-80])
+- FIX: throws a circular dependency exception when a circular dependency is 
found instead of failing silently 
(link:http://issues.apache.org/jira/browse/IVY-79[IVY-79])
+
+
+== Downloads
+
+link:http://www.jayasoft.org/downloads/ivy/ivy-1.3-RC1-bin.zip[ivy-1.3-RC1-bin.zip]
 (1.41 MB)
+link:http://www.jayasoft.org/downloads/ivy/ivy-1.3-RC1-src.zip[ivy-1.3-RC1-src.zip]
 (1.15 MB)
+link:http://www.jayasoft.org/downloads/ivy/ivy-1.3-RC1-src-withdep.zip[ivy-1.3-RC1-src-withdep.zip]
 (1.48 MB)
+
+       
\ No newline at end of file

Added: ant/site/ivy/asciidoc/history/1.3-rc2.adoc
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/history/1.3-rc2.adoc?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/history/1.3-rc2.adoc (added)
+++ ant/site/ivy/asciidoc/history/1.3-rc2.adoc Mon Apr 23 13:24:42 2018
@@ -0,0 +1,26 @@
+
+
+== Changes log (2006-02-15)
+
+- IMPROVE: ivy now supports ${pom.version} in poms 
(link:http://issues.apache.org/jira/browse/IVY-174[IVY-174])
+- IMPROVE: adds the possibility to disable concistency check 
(link:http://issues.apache.org/jira/browse/IVY-163[IVY-163])
+- IMPROVE: add possibility to choose matcher on include exclude and conflict 
manager rules in ivy files, and on resolver per module in ivyconf 
(link:http://issues.apache.org/jira/browse/IVY-161[IVY-161])
+- IMPROVE: add regexp management in the install ant task 
(link:http://issues.apache.org/jira/browse/IVY-154[IVY-154])
+
+- FIX: httclient is not registered for https urls 
(link:http://issues.apache.org/jira/browse/IVY-171[IVY-171])
+- FIX: post resolve tasks like retrieve or cachepath should be able to run 
from cache information 
(link:http://issues.apache.org/jira/browse/IVY-169[IVY-169])
+- FIX: resolve fails without appropriate message when cache is empty and a 
module in the repository has no revision 
(link:http://issues.apache.org/jira/browse/IVY-165[IVY-165])
+- FIX: resolve problem with configuration inheritance 
(link:http://issues.apache.org/jira/browse/IVY-164[IVY-164])
+- FIX: some files in cache detected by not used by Ivy for subsequent 
retrieves (link:http://issues.apache.org/jira/browse/IVY-159[IVY-159])
+- FIX: HTML report shouldn't display the dependencies of evicted modules 
(link:http://issues.apache.org/jira/browse/IVY-158[IVY-158]) (thanks to Maarten 
Coene)
+- FIX: bug when an organisation or module or revision contains a space 
(link:http://issues.apache.org/jira/browse/IVY-157[IVY-157])
+- FIX: cos-nonambig warnings 
(link:http://issues.apache.org/jira/browse/IVY-156[IVY-156])
+
+
+== Downloads
+
+link:http://www.jayasoft.org/downloads/ivy/ivy-1.3-RC2-bin.zip[ivy-1.3-RC2-bin.zip]
 (1.53 MB)
+link:http://www.jayasoft.org/downloads/ivy/ivy-1.3-RC2-src.zip[ivy-1.3-RC2-src.zip]
 (1.22 MB)
+link:http://www.jayasoft.org/downloads/ivy/ivy-1.3-RC2-src-withdep.zip[ivy-1.3-RC2-src-withdep.zip]
 (1.60 MB)
+
+       
\ No newline at end of file

Added: ant/site/ivy/asciidoc/history/1.3-rc3.adoc
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/history/1.3-rc3.adoc?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/history/1.3-rc3.adoc (added)
+++ ant/site/ivy/asciidoc/history/1.3-rc3.adoc Mon Apr 23 13:24:42 2018
@@ -0,0 +1,24 @@
+
+
+== Changes log (2006-03-06)
+
+- IMPROVE: Retrieve task now also optionally do ivy file downloads 
(link:http://issues.apache.org/jira/browse/IVY-167[IVY-167]) (with the 
contribution of Costin Leau)
+
+- FIX: ivy variable substitution in ivy files 
(link:http://issues.apache.org/jira/browse/IVY-186[IVY-186])
+- FIX: force attribute is not treated as it should in some cases 
(link:http://issues.apache.org/jira/browse/IVY-182[IVY-182])
+- FIX: problem reading 'invalid' POMs 
(link:http://issues.apache.org/jira/browse/IVY-153[IVY-153])
+- FIX: cryptic NPE due to spelling error in ivy.xml 
(link:http://issues.apache.org/jira/browse/IVY-177[IVY-177])
+- FIX: conflicts with dynamic revisions not resolved properly 
(link:http://issues.apache.org/jira/browse/IVY-181[IVY-181])
+- FIX: incorrect configuration definition gives misleading 
NullPointerException 
(link:http://issues.apache.org/jira/browse/IVY-175[IVY-175])
+- FIX: throw an error when using a non-existing conflict manager as default 
(link:http://issues.apache.org/jira/browse/IVY-179[IVY-179]) (thanks to Maarten 
Coene)
+- FIX: eviction problem with different conflicts in multiple confs 
(link:http://issues.apache.org/jira/browse/IVY-173[IVY-173])
+
+
+== Downloads
+
+link:http://www.jayasoft.org/downloads/ivy/1.3-RC3/ivy-1.3-RC3-bin.zip[ivy-1.3-RC3-bin.zip]
 (1.56 MB)
+link:http://www.jayasoft.org/downloads/ivy/1.3-RC3/ivy-1.3-RC3-src.zip[ivy-1.3-RC3-src.zip]
 (1.26 MB)
+link:http://www.jayasoft.org/downloads/ivy/1.3-RC3/ivy-1.3-RC3-src-withdep.zip[ivy-1.3-RC3-src-withdep.zip]
 (1.64 MB)
+
+
+       
\ No newline at end of file

Added: ant/site/ivy/asciidoc/history/1.3.1.adoc
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/history/1.3.1.adoc?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/history/1.3.1.adoc (added)
+++ ant/site/ivy/asciidoc/history/1.3.1.adoc Mon Apr 23 13:24:42 2018
@@ -0,0 +1,23 @@
+
+
+== Changes log (2006-03-30)
+
+This version is bugfix release, upgrade from 1.3 is strongly recommended.
+- FIX: retrieval of multiple artifacts in different configurations does not 
work as expected (link:http://issues.apache.org/jira/browse/IVY-188[IVY-188])
+- FIX: configuration http url include doesn't work with commons http client 
(link:http://issues.apache.org/jira/browse/IVY-203[IVY-203])
+- FIX: problem with conflict resolution in transitive dependencies 
(link:http://issues.apache.org/jira/browse/IVY-199[IVY-199])
+- FIX: pb with force when it comes after a conflict which has already been 
solved (link:http://issues.apache.org/jira/browse/IVY-193[IVY-193])
+- FIX: POM files that reference to the parent artifact download fails 
(link:http://issues.apache.org/jira/browse/IVY-195[IVY-195]) (thanks to Tat 
Leung)
+- FIX: M2 compatibility does not take into account the . replacement for 
publishing artifacts 
(link:http://issues.apache.org/jira/browse/IVY-191[IVY-191]) (thanks to Peter 
Hayes)
+- FIX: artifactproperty does not set the [conf] token in the pattern to the 
correct value. It is always set to 'default'. 
(link:http://issues.apache.org/jira/browse/IVY-123[IVY-123]) (thanks to Peter 
Oxenham)
+
+
+== Downloads
+
+link:http://www.jayasoft.org/downloads/ivy/1.3.1/ivy-1.3.1-bin.zip[ivy-1.3.1-bin.zip]
 (1.57 MB)
+link:http://www.jayasoft.org/downloads/ivy/1.3.1/ivy-1.3.1-src.zip[ivy-1.3.1-src.zip]
 (1.27 MB)
+link:http://www.jayasoft.org/downloads/ivy/1.3.1/ivy-1.3.1-src-withdep.zip[ivy-1.3.1-src-withdep.zip]
 (1.65 MB)
+link:http://www.jayasoft.org/downloads/ivy/1.3.1/ivy-doc-1.3.1.zip[ivy-doc-1.3.1.zip]
 (1.6MB) (New! Easily browsable offline)
+link:http://www.jayasoft.org/downloads/ivy/1.3.1/ivy-1.3.1.jar[ivy-1.3.1.jar]
+
+       
\ No newline at end of file

Added: ant/site/ivy/asciidoc/history/1.3.adoc
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/history/1.3.adoc?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/history/1.3.adoc (added)
+++ ant/site/ivy/asciidoc/history/1.3.adoc Mon Apr 23 13:24:42 2018
@@ -0,0 +1,17 @@
+
+
+== Changes log
+
+Ivy 1.3-RC3 has been promoted to 1.3 on 2006-03-17.
+
+For detailed list of changes since 1.2a, please see changes of the three 
release candidates below.
+
+
+== Downloads
+
+link:http://www.jayasoft.org/downloads/ivy/1.3/ivy-1.3-bin.zip[ivy-1.3-bin.zip]
 (1.52 MB)
+link:http://www.jayasoft.org/downloads/ivy/1.3/ivy-1.3-src.zip[ivy-1.3-src.zip]
 (1.21 MB)
+link:http://www.jayasoft.org/downloads/ivy/1.3/ivy-1.3-src-withdep.zip[ivy-1.3-src-withdep.zip]
 (1.59 MB)
+
+
+       
\ No newline at end of file

Added: ant/site/ivy/asciidoc/history/1.4-RC1.adoc
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/history/1.4-RC1.adoc?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/history/1.4-RC1.adoc (added)
+++ ant/site/ivy/asciidoc/history/1.4-RC1.adoc Mon Apr 23 13:24:42 2018
@@ -0,0 +1,146 @@
+
+Here are the release notes of version 1.4-RC1.
+A new and noteworthy section is available on link:1.4.html[version 1.4 page].
+
+You can download it here:
+
+* 
link:http://www.jayasoft.org/downloads/ivy/1.4-RC1/ivy-1.4-RC1-bin.zip[binaries]
+
+* 
link:http://www.jayasoft.org/downloads/ivy/1.4-RC1/ivy-1.4-RC1-src.zip[sources]
+
+* 
link:http://www.jayasoft.org/downloads/ivy/1.4-RC1/ivy-1.4-RC1-doc.zip[documentation]
+
+
+It includes 30 new features, 33 improvements and even more bug fixes since Ivy 
1.3.1.
+
+[source]
+----
+
+   version 1.4-RC1 - 2006-09-17
+=================================
+Incompatibility with previous versions:
+---------------------------------------
+* usage:
+  - no known major incompatiblity
+  - build list task now requires a configured ivy instance (configure will 
automatically be called if you don't call it explicitly)
+  - publish now requires the published ivy file to have the published revision 
(automatic if you use deliver)
+  
+* API:
+  - Numerous API changes especially in the BasicResolver class and subclasses 
due to the introduction of VersionMatcher, 
+       this may break some custom dependency resolvers or other tools or 
plugins depending directly on Ivy API
+
+Changes:
+--------
+* thanks to Jayasoft:
+  - NEW: ivy report generate full graph from automated build 
(link:http://issues.apache.org/jira/browse/IVY-155[IVY-155])
+  - NEW: support for build number calculation 
(link:http://issues.apache.org/jira/browse/IVY-276[IVY-276])
+  - NEW: find modules in repository 
(link:http://issues.apache.org/jira/browse/IVY-275[IVY-275])
+  - NEW: explicitly specify artifact download URL 
(link:http://issues.apache.org/jira/browse/IVY-271[IVY-271])
+  - NEW: introduce branch management 
(link:http://issues.apache.org/jira/browse/IVY-269[IVY-269])
+  - NEW: resolve dependencies directly without using an ivy file 
(link:http://issues.apache.org/jira/browse/IVY-268[IVY-268])
+  - NEW: ability to invoke any build scripts for dependencies 
(link:http://issues.apache.org/jira/browse/IVY-68[IVY-68])
+  - NEW: support sftp repository 
(link:http://issues.apache.org/jira/browse/IVY-267[IVY-267])
+  - NEW: pluggable version matcher 
(link:http://issues.apache.org/jira/browse/IVY-219[IVY-219])
+  - NEW: support for version ranges 
(link:http://issues.apache.org/jira/browse/IVY-295[IVY-295])
+  - NEW: dependency based on dependency status 
(link:http://issues.apache.org/jira/browse/IVY-47[IVY-47])
+  - NEW: add possibility to define extra attributes in ivy files 
(link:http://issues.apache.org/jira/browse/IVY-217[IVY-217])
+  - NEW: option to omit specific confs and allow the rest 
(link:http://issues.apache.org/jira/browse/IVY-66[IVY-66])
+  - NEW: use custom classloader for plugins 
(link:http://issues.apache.org/jira/browse/IVY-220[IVY-220])
+  - NEW: adding to SPECIAL_MEANINGS in LatestRevisionStrategy 
(link:http://issues.apache.org/jira/browse/IVY-121[IVY-121])
+  - NEW: Allow use of system properties in ivyconf.xml 
(link:http://issues.apache.org/jira/browse/IVY-228[IVY-228])
+
+  - IMPROVE: allow to use file-system repository directly without cache 
(link:http://issues.apache.org/jira/browse/IVY-211[IVY-211])
+  - IMPROVE: deliver task use a default value for revision 
(link:http://issues.apache.org/jira/browse/IVY-252[IVY-252])
+  - IMPROVE: better documentation distribution 
(link:http://issues.apache.org/jira/browse/IVY-274[IVY-274]) - in progress
+  - IMPROVE: define conflict manager per organisation/module in ivyconf 
(link:http://issues.apache.org/jira/browse/IVY-270[IVY-270])
+  - IMPROVE: transitive parameter in resolve 
(link:http://issues.apache.org/jira/browse/IVY-21[IVY-21])
+  - IMPROVE: add syncing feature in retrieve 
(link:http://issues.apache.org/jira/browse/IVY-33[IVY-33])
+  - IMPROVE: use of md5 and/or sha1 files to check downloads 
(link:http://issues.apache.org/jira/browse/IVY-27[IVY-27])
+  - IMPROVE: possible to use m2compatible without automatically using POMs as 
well (link:http://issues.apache.org/jira/browse/IVY-263[IVY-263])
+  - IMPROVE: support for circular dependencies 
(link:http://issues.apache.org/jira/browse/IVY-202[IVY-202])
+  - IMPROVE: make status list configurable 
(link:http://issues.apache.org/jira/browse/IVY-242[IVY-242])
+  - IMPROVE: use only ivy patterns for listing revisions when module desciptor 
is required (allownomd = false) 
(link:http://issues.apache.org/jira/browse/IVY-166[IVY-166])
+  - IMPROVE: implement strict haltonfailure if ivy.xml is not found 
(link:http://issues.apache.org/jira/browse/IVY-110[IVY-110])
+  - IMPROVE: artifact's "name" attribute could be omitted 
(link:http://issues.apache.org/jira/browse/IVY-231[IVY-231])
+  - IMPROVE: ivy standalone now return error status 
(link:http://issues.apache.org/jira/browse/IVY-152[IVY-152])
+  - IMPROVE: log messages do not display most specfic resolver name 
(link:http://issues.apache.org/jira/browse/IVY-170[IVY-170])
+  - IMPROVE: prints URL before downloading in verbose mode 
(link:http://issues.apache.org/jira/browse/IVY-257[IVY-257])
+  - IMPROVE: incorrect value in status attribute causes silent failure 
(link:http://issues.apache.org/jira/browse/IVY-259[IVY-259])
+  - IMPROVE: suport empty dependencies tag in an ivy file 
(link:http://issues.apache.org/jira/browse/IVY-281[IVY-281])
+  - IMPROVE: isolate dependency resolution from artifact downloading 
(link:http://issues.apache.org/jira/browse/IVY-254[IVY-254])
+  - IMPROVE: Pass artifact to repository when calling "put" 
(link:http://issues.apache.org/jira/browse/IVY-192[IVY-192])
+  - IMPROVE: Do not publish ivy file with bad revision, and allow to force the 
deliver when calling publish task 
(link:http://issues.apache.org/jira/browse/IVY-245[IVY-245])
+
+  - FIX: Problem with multiple artifact includes in transitive dependencies 
(link:http://issues.apache.org/jira/browse/IVY-283[IVY-283])
+  - FIX: Endless recursion in report 
(link:http://issues.apache.org/jira/browse/IVY-284[IVY-284])
+  - FIX: http url lister doesn't work when link text has spaces 
(link:http://issues.apache.org/jira/browse/IVY-282[IVY-282])
+  - FIX: Incorrect ant log level 
(link:http://issues.apache.org/jira/browse/IVY-279[IVY-279])
+  - FIX: Wrong resolution of dependencies if artifacts specified explicitly 
(link:http://issues.apache.org/jira/browse/IVY-261[IVY-261])
+  - FIX: Multiple versions of dependencies appearing in retrieve 
(link:http://issues.apache.org/jira/browse/IVY-264[IVY-264])
+  - FIX: Too many false CircularDependencyException errors thrown 
(link:http://issues.apache.org/jira/browse/IVY-230[IVY-230])
+  - FIX: CircularDependencyException not always thrown 
(link:http://issues.apache.org/jira/browse/IVY-184[IVY-184])
+  - FIX: NullPointer in BasicResolver 
(link:http://issues.apache.org/jira/browse/IVY-258[IVY-258])
+  - FIX: Bad diagnostics message when no space left 
(link:http://issues.apache.org/jira/browse/IVY-250[IVY-250])
+  - FIX: Maven2 POM support can find groupId from "parent" element 
(link:http://issues.apache.org/jira/browse/IVY-262[IVY-262])
+  - FIX: Parent version is expected to be equal to the module version in POM 
(link:http://issues.apache.org/jira/browse/IVY-241[IVY-241])
+  - FIX: problem with cache and returnFirst 
(link:http://issues.apache.org/jira/browse/IVY-207[IVY-207])
+  - FIX: modules splitted across a chain are not handled correctly 
(link:http://issues.apache.org/jira/browse/IVY-206[IVY-206])
+  - FIX: problem with conf extension and latest revisions 
(link:http://issues.apache.org/jira/browse/IVY-240[IVY-240])
+  - FIX: The clean-cache target in /src/example/hello-ivy/build.xml file 
refers to ${user.home}/.ivy-cache instead of ${user.home}/.ivy/cache/ 
(link:http://issues.apache.org/jira/browse/IVY-265[IVY-265])
+
+* thanks to Ivy Community:
+  - NEW: SSH Resolver added and aligned with SFTP resolver 
(link:http://issues.apache.org/jira/browse/IVY-273[IVY-273]) (thanks to Andreas 
Sahlbach)
+  - NEW: ability to turn off transitivity at configuration level 
(link:http://issues.apache.org/jira/browse/IVY-103[IVY-103]) (thanks to Karl 
Baum and Maarten Coene)
+  - NEW: a conflict manager that is able to allow implementation changes but 
not api changes (1.2.x - OK), (1.x.x - Not OK) 
(link:http://issues.apache.org/jira/browse/IVY-223[IVY-223]) (thanks to Anders 
Janmyr)
+  - NEW: enhance standalone mode to execute java program by creating 
classloader of dependant jars from cache 
(link:http://issues.apache.org/jira/browse/IVY-210[IVY-210]) (thanks to Peter 
Hayes)
+  - NEW: addition of Vfs Resolver which uses Commons-Vfs to resolve files 
(link:http://issues.apache.org/jira/browse/IVY-128[IVY-128]) (thanks to Glen 
Marchesani, Matt Inger and Stephen Nesbitt)
+
+  - IMPROVE: use global properties in the recursive delivery 
(link:http://issues.apache.org/jira/browse/IVY-222[IVY-222]) (with the 
contribution of Roshan Punnoose)
+  - IMPROVE: better handling of authentication (thanks to Christian Riege)
+
+  - FIX: Ant log messsages not embedded in task log 
(link:http://issues.apache.org/jira/browse/IVY-280[IVY-280]) (thanks to Gilles 
Scokart)
+  - FIX: Ivy fails when downloading from a server that supports NTLM 
authentication (link:http://issues.apache.org/jira/browse/IVY-213[IVY-213]) 
(thanks to Damon Rand)
+  - FIX: Delivered Ivy files with incomplete last line. 
(link:http://issues.apache.org/jira/browse/IVY-125[IVY-125]) (thanks to 
Matthias Kilian)
+  - FIX: the vfs resolver should not log passwords 
(link:http://issues.apache.org/jira/browse/IVY-292[IVY-292]) (thanks to Antoine 
Levy-Lambert)
+
+* thanks to Maarten Coene:
+  - NEW: add failureproperty parameter to the resolve task 
(link:http://issues.apache.org/jira/browse/IVY-285[IVY-285])
+  - NEW: Add type filtering to retrieve task 
(link:http://issues.apache.org/jira/browse/IVY-260[IVY-260])
+  - NEW: Add selectors to the configuration mapping 
(link:http://issues.apache.org/jira/browse/IVY-253[IVY-253])
+  - NEW: Add Ant task to retrieve information from an Ivy file without doing a 
resolve (link:http://issues.apache.org/jira/browse/IVY-255[IVY-255])
+  - NEW: add option to cachepath task to create a path with local artifact 
paths (link:http://issues.apache.org/jira/browse/IVY-221[IVY-221])
+  - NEW: allow extending configurations to override the mapping of their super 
configurations (link:http://issues.apache.org/jira/browse/IVY-218[IVY-218])
+
+  - IMPROVE: Retain artifact filenames along the publish/resolve/retrieve 
process (link:http://issues.apache.org/jira/browse/IVY-54[IVY-54])
+  - IMPROVE: report Ant-task doesn't process the reports in batch 
(link:http://issues.apache.org/jira/browse/IVY-247[IVY-247])
+  - IMPROVE: make ReportOutputter pluggable and customizable 
(link:http://issues.apache.org/jira/browse/IVY-205[IVY-205])
+  - IMPROVE: add wildcard support for extending configurations 
(link:http://issues.apache.org/jira/browse/IVY-235[IVY-235])
+  - IMPROVE: add support for xslt parameters in the report task 
(link:http://issues.apache.org/jira/browse/IVY-227[IVY-227])
+  - IMPROVE: comments now aren't lost when delivering ivy files 
(link:http://issues.apache.org/jira/browse/IVY-226[IVY-226])
+  - IMPROVE: add sort of 'fallback'-mapping to the defaultconfmapping 
attribute (link:http://issues.apache.org/jira/browse/IVY-215[IVY-215])
+  - IMPROVE: artifact origin is not included in the default report 
(link:http://issues.apache.org/jira/browse/IVY-251[IVY-251])
+
+  - FIX: VFS Resolve fails when trying to resolve a + version 
(link:http://issues.apache.org/jira/browse/IVY-237[IVY-237])
+  - FIX: report Ant-task doesn't use outputpattern for generating graphml 
reports (link:http://issues.apache.org/jira/browse/IVY-246[IVY-246])
+  - FIX: report Ant-task doesn't call init() on the internal XSLTProcess 
(link:http://issues.apache.org/jira/browse/IVY-248[IVY-248])
+  - FIX: value of confmappingoverride from imported configurations is lost 
when writing Ivy file 
(link:http://issues.apache.org/jira/browse/IVY-239[IVY-239])
+  - FIX: including configurations doesn't import the confmappingoverride 
setting (link:http://issues.apache.org/jira/browse/IVY-238[IVY-238])
+  - FIX: NullPointerException when the creation of Ivy file in cache fails 
(link:http://issues.apache.org/jira/browse/IVY-234[IVY-234])
+  - FIX: Ivy file containing 2 different versions of the same module is not 
deliverd correctly (link:http://issues.apache.org/jira/browse/IVY-229[IVY-229])
+  - FIX: ModuleRevisionId encode/decode doesn't work if revision is empty 
(link:http://issues.apache.org/jira/browse/IVY-233[IVY-233])
+  - FIX: cachepath task should preserve the order of the dependencies 
(link:http://issues.apache.org/jira/browse/IVY-225[IVY-225])
+  - FIX: specifying a defaultconfmapping adds dependencies of each unlisted 
configuration (link:http://issues.apache.org/jira/browse/IVY-214[IVY-214])
+
+* thanks to Johan Stuyts:
+  - NEW: always update artifacts when revision matches a regex pattern 
(link:http://issues.apache.org/jira/browse/IVY-189[IVY-189])
+  - NEW: provide Ant task for generating report about artifacts depended upon 
(link:http://issues.apache.org/jira/browse/IVY-194[IVY-194])
+
+  - IMPROVE: change default cache artifact pattern to handle missing extension 
(link:http://issues.apache.org/jira/browse/IVY-196[IVY-196])
+
+* thanks to Karl Baum:
+  - NEW: "this" symbol for configuration mappings 
(link:http://issues.apache.org/jira/browse/IVY-183[IVY-183])
+
+  - IMPROVE: performances improved 
(link:http://issues.apache.org/jira/browse/IVY-187[IVY-187])
+
+----
+

Added: ant/site/ivy/asciidoc/history/1.4-RC2.adoc
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/history/1.4-RC2.adoc?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/history/1.4-RC2.adoc (added)
+++ ant/site/ivy/asciidoc/history/1.4-RC2.adoc Mon Apr 23 13:24:42 2018
@@ -0,0 +1,28 @@
+
+Here are the release notes of version 1.4-RC2.
+A new and noteworthy section is available on link:1.4.html[version 1.4 page].
+
+You can download it here:
+
+* 
link:http://www.jayasoft.org/downloads/ivy/1.4-RC2/ivy-1.4-RC2-bin.zip[binaries]
+
+* 
link:http://www.jayasoft.org/downloads/ivy/1.4-RC2/ivy-1.4-RC2-src.zip[sources]
+
+* 
link:http://www.jayasoft.org/downloads/ivy/1.4-RC2/ivy-1.4-RC2-doc.zip[documentation]
+
+
+It includes only bug fixes since 1.4-RC1.
+
+[source]
+----
+
+   version 1.4-RC2 - 2006-09-27
+=====================================
+- FIX: m2compatible flag is ignored for display of failed artifact searches 
(link:http://issues.apache.org/jira/browse/IVY-303[IVY-303])
+- FIX: AntCallTriggerTest and AntBuildTriggerTest fail when run from ivy 
build.xml (link:http://issues.apache.org/jira/browse/IVY-310[IVY-310])
+- FIX: Classloader problem with ant 
(link:http://issues.apache.org/jira/browse/IVY-311[IVY-311])
+- FIX: Make resolve overview more compact 
(link:http://issues.apache.org/jira/browse/IVY-299[IVY-299])
+- FIX: Could not write to "tmp:///webdav_tmp.c1" because it is read-only 
(link:http://issues.apache.org/jira/browse/IVY-312[IVY-312])
+
+----
+

Added: ant/site/ivy/asciidoc/history/1.4.1.adoc
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/history/1.4.1.adoc?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/history/1.4.1.adoc (added)
+++ ant/site/ivy/asciidoc/history/1.4.1.adoc Mon Apr 23 13:24:42 2018
@@ -0,0 +1,38 @@
+
+Ivy 1.4.1 is mainly a bug fix version, upgrade from 1.4 is strongly 
recommended.
+
+It has been released on 2006-11-09.
+
+
+== Downloads
+
+link:http://www.jayasoft.org/downloads/ivy/1.4.1/ivy-1.4.1-bin.zip[ivy-1.4.1-bin.zip]
+link:http://www.jayasoft.org/downloads/ivy/1.4.1/ivy-1.4.1-src.zip[ivy-1.4.1-src.zip]
+link:http://www.jayasoft.org/downloads/ivy/1.4.1/ivy-1.4.1-doc.zip[ivy-1.4.1-doc.zip]
+
+
+== Changes log
+
+
+[source]
+----
+
+- IMPROVE: ability to rebuild all dependent projects from a leaf 
(link:http://issues.apache.org/jira/browse/IVY-101[IVY-101])
+- IMPROVE: Artifact pattern list attribute for the ivy:publish 
(link:http://issues.apache.org/jira/browse/IVY-113[IVY-113])
+- IMPROVE: Measure code coverage 
(link:http://issues.apache.org/jira/browse/IVY-323[IVY-323])
+- IMPROVE: add release target to build file 
(link:http://issues.apache.org/jira/browse/IVY-339[IVY-339])
+- IMPROVE: Add a 'conf' parameter to the ivy 'publish' ant task 
(link:http://issues.apache.org/jira/browse/IVY-322[IVY-322]) (thanks to 
Emmanuel Pellereau)
+
+- FIX: retrieve fails when resolve is done with useOrigin set to true 
(link:http://issues.apache.org/jira/browse/IVY-304[IVY-304])
+- FIX: IVY complains about non-existent reports in the cache directory 
(link:http://issues.apache.org/jira/browse/IVY-315[IVY-315])
+- FIX: Typo in failureproperty attribute of Ant resolve task 
(link:http://issues.apache.org/jira/browse/IVY-327[IVY-327]) (thanks to 
Jean-Baptiste Quenot)
+- FIX: ivy:resolve useOrigin fails to behave correctly 
(link:http://issues.apache.org/jira/browse/IVY-332[IVY-332])
+- FIX: ChainVersionMatcher doesn't handle IvyAware children version matchers 
(link:http://issues.apache.org/jira/browse/IVY-331[IVY-331])
+- FIX: latest.<status> does not work properly when no matching revision 
exist (link:http://issues.apache.org/jira/browse/IVY-318[IVY-318])
+- FIX: attribute name in macrodef is not handled as expected 
(link:http://issues.apache.org/jira/browse/IVY-319[IVY-319])
+- FIX: confmappingoverride doesn't work for configurations extending from 
"*(public)" (link:http://issues.apache.org/jira/browse/IVY-326[IVY-326])
+
+----
+
+
+       
\ No newline at end of file

Added: ant/site/ivy/asciidoc/history/1.4.adoc
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/history/1.4.adoc?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/history/1.4.adoc (added)
+++ ant/site/ivy/asciidoc/history/1.4.adoc Mon Apr 23 13:24:42 2018
@@ -0,0 +1,531 @@
+
+
+== Changes log
+
+Ivy 1.4-RC2 has been promoted to 1.4 on 2006-10-09
+
+Known bugs and limitations:
+- references in resolvers are not resolved 'in-time' with macrodef 
(link:http://issues.apache.org/jira/browse/IVY-319[IVY-319])
+- latest.<status> does not work properly when no matching revision exist 
(link:http://issues.apache.org/jira/browse/IVY-318[IVY-318])
+- IVY complains about non-existent reports in the cache directory 
(link:http://issues.apache.org/jira/browse/IVY-315[IVY-315])
+- retrieve fails when resolve is done with useOrigin set to true 
(link:http://issues.apache.org/jira/browse/IVY-304[IVY-304])
+
+For detailed list of changes since 1.3.1, please see changes of the two 
release candidates detailed in child pages.
+For an overview of what's new and noteworthy in this release since 1.3 see the 
new and noteworthy section below.
+
+
+== Downloads
+
+link:http://www.jayasoft.org/downloads/ivy/1.4/ivy-1.4-bin.zip[ivy-1.4-bin.zip]
+link:http://www.jayasoft.org/downloads/ivy/1.4/ivy-1.4-src.zip[ivy-1.4-src.zip]
+link:http://www.jayasoft.org/downloads/ivy/1.4/ivy-1.4-doc.zip[ivy-1.4-doc.zip]
+
+<div class="newandnoteworthy">
+
+== <big>New and noteworthy</big>
+
+
+== Documentation
+
+
+=== A new introduction tutorial as simple as 1-2-3
+
+It has never been so easy to try Ivy! You don't even need to install it 
yourself! Follow this simple steps and you're done:
+
+
+. make sure you have link:http://ant.apache.org/[ant] 1.6.2 or greater and a 
link:http://java.sun.com[jdk] properly installed
+
+. copy this build file in an empty directory on your local filesystem (and 
make sure you name it build.xml)
+
+. open a console in this directory and run "ant". That's it!
+
+If you have any trouble, check the link:../../faq.html[FAQ], it may be related 
to your internet connection (proxy anyone?).
+Want to try more tutorials? Check the 
link:../history/latest-milestone/tutorial.html[tutorials] page in the 
documentation.
+
+=== Offline documentation greatly improved
+
+The offline documentation has been greatly improved, and is now a real copy of 
the online documentation, with all the navigation between pages as on the 
online version. Continue to use the online version when you can to have the 
latest updated version with user comments.
+
+=== Documentation update
+
+As usual, the documentation has been extensively updated with to reflect the 
new features. Some are still missing, but we will finish the update before the 
1.4 release.
+
+Moreover, more examples have been added, more links between the pages, and 
some very useful pages have been added like the 
link:../history/latest-milestone/bestpractices.html[best practices] one.
+
+== Core features
+
+
+=== link:../history/latest-milestone/concept.html[Extra attributes]
+
+Several tags in ivy xml files are now extensible with extra attributes. 
+
+The idea is very simple: if you need some more information to define your 
modules, you can add the attribute you want and you will then be able to access 
it as any other attribute in your patterns for example.
+
+Example:
+Here is an ivy file with the attribute 'color' set to blue:
+
+[source]
+----
+
+<ivy-module version="1.4">
+       <info organisation="jayasoft"
+              module="foo"
+              color="blue"
+              status="integration"
+              revision="1.59"
+       />
+</ivy-module>
+
+----
+
+Then you can use the extra attribute when you declare a dependency on foo:
+
+[source]
+----
+
+<dependency org="jayasoft" name="foo" color="blue" rev="1.5+" />
+
+----
+
+And you can define your repository pattern as:
+
+[source]
+----
+
+${repository.dir}/[organisation]/[module]/[color]/[revision]/[artifact].[ext]
+
+----
+
+Note that in order to use extra attributes, you will need to disable ivy file 
validation, since your files won't fulffill anymore the official ivy xsd. See 
the link:../history/latest-milestone/configuration/conf.html[configuration doc 
page] to see how to disable validation.
+
+
+=== link:../history/latest-milestone/ivyfile/dependency.html[Version matchers]
+
+Ivy now rely on a new concept to specify which version of a dependency should 
be used: pluggable version matchers.
+This means that you can define your own way to match a dependency version.
+
+Both latest.integration and latest sub version (1.3+ for instance) have been 
ported to this mechanism.
+
+With this new feature Ivy also comes with two new built-in version matchers:
+
+
+* latest.[any status]selects the latest revision of the dependency module with 
at least the specified status.
+
+* version rangesYou can now express your version contraint as a mathematical 
range.
+
+
+Examples:
+
+[source]
+----
+
+<dependency org="foo" name="bar" rev="latest.milestone" />
+
+----
+
+Will find the latest version of bar which is in milestone or release status.
+
+[source]
+----
+
+<dependency org="foo" name="bar" rev="[1.0,2.0]" />
+
+----
+
+Matches any revision greater than 1.0 and lower than 2.0, inclusive.
+
+
+=== link:../history/latest-milestone/ivyfile/dependency-artifact.html[URL 
attribute on artifact to improve ease of use]
+
+The artifact tag used when declaring a dependency now supports an url 
attribute. Even if this should be used only in very special cases (because it 
derrogates to the standard repository management), it can be useful, well, in 
very special cases :-)
+
+Example:
+
+[source]
+----
+
+<dependency org="foo" name="bar" rev="1.0">
+  <artifact name="baz" type="jar" 
url="http://www.acme.com/repository/bar/baz-1.0-acme.jar"/>
+</dependency>
+
+----
+
+
+=== link:../history/latest-milestone/ivyfile/conf.html[Module configurations 
enhancements]
+
+Several improvements have been made on the module configurations:
+
+* It is now possible to disable transitivity for a whole configuration.
+
+Example:
+
+[source]
+----
+
+<conf name="compile" extends="core" transitive="false" visibility="private" />
+
+----
+
+
+
+* You can use 
+[source]
+----
+*
+----
+
+, 
+[source]
+----
+*(public)
+----
+
+or 
+[source]
+----
+*(private)
+----
+
+as wildcards to extend a set of configurations.
+
+Example:
+
+[source]
+----
+
+<conf name="all" extends="*" />
+
+----
+
+
+
+* You can use 
+[source]
+----
+*, !A, !B
+----
+
+in configurations mapping to mean all configurations but A and B.
+
+Example:
+
+[source]
+----
+
+<dependency name="commons-lang" rev="1.0" conf="*, !deploy->default" />
+
+----
+
+
+
+
+
+=== link:../history/latest-milestone/concept.html[Events and triggers]
+
+Ivy now fires events all along the dependency resolution process, which can be 
listened and which can trigger events.
+
+Example:
+
+[source]
+----
+
+<triggers>
+    <ant-build antfile="${ivy.settings.dir}/[module]/build.xml" 
target="publish"
+          event="pre-resolve-dependency" filter="revision=latest.integration"/>
+</triggers>
+
+----
+
+Triggers an ant build just before resolving a dependency with a 
latest.integration revision.
+
+
+== New Resolvers
+
+
+=== link:../history/latest-milestone/resolver/vfs.html[vfs]
+
+The new vfs resolver leverages the work from 
link:http://jakarta.apache.org/commons/vfs/[apache commons vfs] to give a 
uniform access to a set of different file systems including ftp, sftp, webdav, 
zip, ...
+
+Example:
+
+[source]
+----
+
+<vfs name="remote">
+  <ivy 
pattern="webdav://username:password@host:8080/[organisation]/[module]/[revision]/ivy.xml"
 />
+  <artifact 
pattern="webdav://username:password@host:8080/[organisation]/[module]/[revision]/[artifact].[ext]"
 />
+</vfs>
+
+----
+
+
+=== link:../history/latest-milestone/resolver/ssh.html[ssh] and 
link:../history/latest-milestone/resolver/sftp.html[sftp]
+
+The new ssh and sftp resolvers allow, as their name suggest, to access a 
repository using ssh or sftp. The secured nature of ssh and its wide spread 
implementation on most *nix servers makes these resolvers very good candidate 
in an enterprise environment.
+
+Example:
+
+[source]
+----
+
+<sftp name="secured" keyFile="path/to/key/file" keyFilePassword="${password}">
+  <ivy 
pattern="sftp://user:xav...@yourserver.com:8022/path/to/repos/[module]/[revision]/ivy.xml"/>
+  <artifact 
pattern="sftp://user:xav...@myserver.com:8022/path/to/my/repos/[artifact].[ext]"/>
+</sftp>
+
+----
+
+
+== Configuration files
+
+
+=== link:../history/latest-milestone/configuration/statuses.html[Configurable 
statuses]
+
+The list of statuses available in module files is now configurable.
+
+Example:
+
+[source]
+----
+
+<statuses default="bronze">
+  <status name="gold" integration="false"/>
+  <status name="silver" integration="false"/>
+  <status name="bronze" integration="true"/>
+</statuses>
+
+----
+
+
+=== link:../history/latest-milestone/configuration/module.html[Per module 
settings]
+
+It is now possible possible to configure conflict-manager per module set.
+
+Example:
+
+[source]
+----
+
+<modules>
+  <module organisation="jayasoft" name="ivy*" matcher="glob" 
conflict-manager="latest-time"/>
+</modules>
+
+----
+
+
+=== link:../history/latest-milestone/concept.html[Checksums]
+
+Ivy now allow to use checksums to verify the correctness of a downloaded file.
+
+For the moment Ivy supports md5 and sha1 algorithm.
+
+The configuration of using md5 and/or sha1 can be done globally or by 
dependency resolver.
+Globally, use the ivy.checksums variable to list the check to be done (only 
md5 and sha1 are supported).
+On each resolver you can use the checksums attribute to override the global 
setting.
+
+The setting is a comma separated list of checksum algorithm to use.
+During checking (at download time), the first checksum found is checked, and 
that's all. This means that if you have a "sha1, md5" setting, then if ivy 
finds a sha1 file, it will compare the downloaded file sha1 against this sha1, 
and if the comparison is ok, it will assume the file is ok. If no sha1 file is 
found, it will look for a md5 file. If none is found no checking is done.
+During publish, all listed checksum algorithms are computed and uploaded.
+
+By default checksum algorithms are "sha1, md5".
+
+=== link:../history/latest-milestone/configuration/resolvers.html[Fail when no 
module descriptor is found]
+
+By default when ivy doesn't find a module descriptor for a module, it lloks 
for an artifact, and if it finds one it assumes a default module descriptor. 
+It is now possible to configure this behaviour per resolver, by setting the 
allownomd attribute to false you can force the use of a module descriptor, and 
fail if none is found. This is also useful to improve performances on a 
resolver for which you know you will always have module descriptors.
+
+=== System properties
+
+All java system properties are now available as ivy variables in your 
configuration files.
+Thus you can now easily define the default cache relative to user home (using 
${user.home}), or access any specific property set via the standard java system 
property mechanism.
+
+
+=== link:../history/latest-milestone/configuration/resolvers.html[Changing 
pattern]
+
+You can now define a changingPattern and a changingMatcher to configure a set 
of revisions which should always be considered as changing one (artifacts are 
checked to see if they are up to date).
+
+The pattern and the matcher name are attributes available on all built-in 
resolvers.
+
+Example:
+
+[source]
+----
+
+<filesystem name="local" changingPattern="*-SNAPSHOT" changingMatcher="glob">
+
+----
+
+will consider all modules with a revision ending by SNAPSHOT to be changing 
revisions.
+
+
+=== link:../history/latest-milestone/configuration/classpath.html[Customisable 
classpath]
+
+You can now add jars to use to load plugins directly in ivy configuration, so 
that you can easily use your plugins in several execution environment (ant, 
standalone, IDE plugin, ...).
+
+Example:
+
+[source]
+----
+
+<ivyconf>
+  <classpath file="${ivy.settings.dir}/custom-resolver.jar"/>
+  <typedef name="custom" classname="fr.jayasoft.ivy.resolver.CustomResolver"/>
+  <resolvers>
+    <custom name="custom"/>
+  </resolvers>
+</ivyconf>
+
+----
+
+
+== Ant tasks
+
+
+=== link:../history/latest-milestone/use/repreport.html[repreport]
+
+A new repreport task allows to generate reports directly from your repository. 
The graph generation is the most interesting one, it can gives you a good 
overview of the dependencies between of all your modules available in your 
repository, or restrict this graph to just the modules from this organisation, 
and so on.
+
+Example:
+
+[source]
+----
+
+<ivy:repreport organisation="myorg" xml="false" graph="true" />
+will generate a graphml of dependencies with all modules in the organisation 
"myorg"
+
+----
+
+
+=== link:../history/latest-milestone/use/artifactreport.html[artifactreport]
+
+A new artifactreport task has been introduced to easily generate an xml report 
with artifacts resolved, with useful information such as their original 
location. This report is particularly well suited for generating IDE classpaths 
(see also the link:../../links.html[links] page for higher IDE integration via 
plugins).
+
+The generated report looks like this:
+
+[source]
+----
+
+<?xml version="1.0" encoding="UTF-8"?>
+<modules>
+  <module organisation="hippo" name="sant-classes" rev="1.01.00b04-dev" 
status="integration">
+    <artifact name="sant-classes-src" ext="zip" type="zip">
+      <origin-location is-local="true">
+        
C:/home/jstuyts/data/ivy/local/hippo/sant-classes/1.01.00b04-dev/sant-classes-src-1.01.00b04-dev.zip
+      </origin-location>
+      <cache-location>
+        
C:/home/jstuyts/data/ivy/cache/hippo/sant-classes/zips/sant-classes-src-1.01.00b04-dev.zip
+      </cache-location>
+      
<retrieve-location>lib/test/sant-classes-src-1.01.00b04-dev.zip</retrieve-location>
+    </artifact>
+  </module>
+  <module organisation="testng" name="testng" rev="4.6.1-jdk15" 
status="release">
+    <artifact name="testng" ext="jar" type="jar">
+      <origin-location is-local="false">
+        http://repository.hippocms.org/maven/testng/jars/testng-4.6.1-jdk15.jar
+      </origin-location>
+      
<cache-location>C:/home/jstuyts/data/ivy/cache/testng/testng/jars/testng-4.6.1-jdk15.jar</cache-location>
+      <retrieve-location>lib/test/testng-4.6.1-jdk15.jar</retrieve-location>
+    </artifact>
+  </module>
+
+----
+
+
+=== link:../history/latest-milestone/use/info.html[info]
+
+The new info task eases the access to some essential data contained in an ivy 
file without performing a dependency resolution.
+
+Example:
+
+[source]
+----
+
+<ivy:info file="${basedir}/path/to/ivy.xml" />
+
+----
+
+
+=== link:../history/latest-milestone/use/listmodules.html[listmodules]
+
+The new listmodules task let you list modules available in the repository and 
set ant properties accordingly.
+
+Example:
+
+[source]
+----
+
+<ivy:listmodules organisation="jayasoft" module="ivy" revision="*" 
property="ivy.[revision]" value=="found"/>
+
+----
+
+
+=== link:../history/latest-milestone/use/findrevision.html[findrevision]
+
+This new task sets an ant property with the latest revision found for a given 
module matching a given revision constraint.
+
+
+[source]
+----
+
+<ivy:findrevision organisation="jayasoft" module="ivy" revision="1.0+"/>
+
+----
+
+
+=== link:../history/latest-milestone/use/resolve.html[useOrigin]
+
+The resolve, cachepath, and retrieve tasks now supports a new useOrigin 
attribute, which allow to use the original location of local artifacts instead 
of their location in ivy cache. Used directly on a resolve or when no resolve 
has been done, it will avoid the copy of the artifact to the cache, and use 
directly the artifact from its original location.
+
+
+[source]
+----
+
+<cachepath pathid="default.classpath" conf="default" useOrigin="true" />
+
+----
+
+
+=== link:../history/latest-milestone/use/resolve.html[Disable transitive 
dependencies on resolve]
+
+You can now disable transitive dependencies on resolve.
+
+Example:
+
+[source]
+----
+
+<ivy:resolve file="path/to/ivy.xml" transitive="false" />
+
+----
+
+
+=== link:../history/latest-milestone/use/retrieve.html[Synchronization feature 
in retrieve]
+
+The retrieve task can now performs a real synchronization of the destination 
directory, instead of a simple copy.
+
+Example:
+
+[source]
+----
+
+<ivy:retrieve pattern="${lib.dir}/[conf]/[artifact].[ext]" sync="true" />
+
+----
+
+
+== Standalone mode
+
+
+=== Application launcher
+
+Ivy can now be used as an application launcher:
+
+[source]
+----
+
+java fr.jayasoft.ivy.Main -conf path/to/myivyconf.xml -dependency bar foo 2.0 
-main org.bar.foo.FooMain
+
+----
+
+calls ivy with given ivyconf file and resolve bar foo 2.0, and then run 
org.foo.FooMain class with the resolved artifacts (foo 2.0 and its 
dependencies) as classpath
+</div>
\ No newline at end of file

Added: ant/site/ivy/asciidoc/images/ant-group-logo.gif
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ant-group-logo.gif?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ant-group-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ant/site/ivy/asciidoc/images/apache-incubator-logo.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/apache-incubator-logo.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/apache-incubator-logo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/bullet.gif
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/bullet.gif?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/bullet.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ant/site/ivy/asciidoc/images/closed.gif
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/closed.gif?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/closed.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ant/site/ivy/asciidoc/images/discovery.gif
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/discovery.gif?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/discovery.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ant/site/ivy/asciidoc/images/downloaded.gif
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/downloaded.gif?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/downloaded.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ant/site/ivy/asciidoc/images/error.gif
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/error.gif?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/error.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ant/site/ivy/asciidoc/images/evicted.gif
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/evicted.gif?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/evicted.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ant/site/ivy/asciidoc/images/grippie.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/grippie.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/grippie.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/hibgraph-small.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/hibgraph-small.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/hibgraph-small.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/hibgraph.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/hibgraph.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/hibgraph.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-book.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-book.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-book.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-demo.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-demo.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-demo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-1.4.1.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-1.4.1.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-1.4.1.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-alpha-1.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-alpha-1.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-alpha-1.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-alpha2.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-alpha2.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-alpha2.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-beta1.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-beta1.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-beta1.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-beta2.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-beta2.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-beta2.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-rc1.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-rc1.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-rc1.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-rc2.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-rc2.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-2.0.0-rc2.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-2.0.0.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-2.0.0.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-2.0.0.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-2.1.0-rc1.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-2.1.0-rc1.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-2.1.0-rc1.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-2.1.0-rc2.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-2.1.0-rc2.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-2.1.0-rc2.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-2.1.0.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-2.1.0.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-2.1.0.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-2.2.0-rc1.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-2.2.0-rc1.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-2.2.0-rc1.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-2.2.0.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-2.2.0.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-2.2.0.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-2.3.0-rc1.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-2.3.0-rc1.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-2.3.0-rc1.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-2.3.0-rc2.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-2.3.0-rc2.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-2.3.0-rc2.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-2.3.0.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-2.3.0.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-2.3.0.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-2.4.0-rc1.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-2.4.0-rc1.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-2.4.0-rc1.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl-2.4.0.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl-2.4.0.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl-2.4.0.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-dl.xcf
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-dl.xcf?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-dl.xcf
------------------------------------------------------------------------------
    svn:mime-type = image/x-xcf

Added: ant/site/ivy/asciidoc/images/ivy-forum.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-forum.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-forum.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivy-lierre.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivy-lierre.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivy-lierre.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/ivyfile-small.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/ivyfile-small.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/ivyfile-small.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/logo.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/logo.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/logo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/main-tasks.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/main-tasks.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/main-tasks.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/open.gif
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/open.gif?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/open.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ant/site/ivy/asciidoc/images/report-small.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/report-small.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/report-small.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/searched.gif
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/searched.gif?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/searched.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ant/site/ivy/asciidoc/images/xooki-edit-small.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/xooki-edit-small.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/xooki-edit-small.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/xooki-edit.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/xooki-edit.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/xooki-edit.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/xooki-toolbar.png
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/xooki-toolbar.png?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/xooki-toolbar.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ant/site/ivy/asciidoc/images/yed-step1.jpg
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/yed-step1.jpg?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/yed-step1.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ant/site/ivy/asciidoc/images/yed-step2.jpg
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/yed-step2.jpg?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/yed-step2.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ant/site/ivy/asciidoc/images/yed-step3-2.jpg
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/yed-step3-2.jpg?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/yed-step3-2.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ant/site/ivy/asciidoc/images/yed-step3.jpg
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/yed-step3.jpg?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/yed-step3.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ant/site/ivy/asciidoc/images/yed-step4.jpg
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/yed-step4.jpg?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/yed-step4.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ant/site/ivy/asciidoc/images/yed-step5.jpg
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/yed-step5.jpg?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/yed-step5.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ant/site/ivy/asciidoc/images/yed-step6.jpg
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/yed-step6.jpg?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/yed-step6.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ant/site/ivy/asciidoc/images/yed-step7.jpg
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/images/yed-step7.jpg?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/site/ivy/asciidoc/images/yed-step7.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ant/site/ivy/asciidoc/index.adoc
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/index.adoc?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/index.adoc (added)
+++ ant/site/ivy/asciidoc/index.adoc Mon Apr 23 13:24:42 2018
@@ -0,0 +1,43 @@
+
+
+[]
+|=======
+| image:images/ivy-lierre.png[]
+|<span style="font-size:xx-large;">The agile dependency manager</span>
+|Apache Ivy&#153; is a popular dependency manager focusing on flexibility and 
simplicity.
+
+Find out more about its unique link:features.html[enterprise features], what 
link:testimonials.html[people say about it],
+
+and link:history/latest-milestone/index.html[how it can improve your build 
system!]
+|link:download.html[ 
image:images/ivy-dl-2.4.0.png[]]|link:history/latest-milestone/index.htmlinclude::img
 src="images/ivy-book.png"/[]|link:demo.html[ 
image:images/ivy-demo.png[]]|link:mailing-lists.html[ 
image:images/ivy-forum.png[]]
+|link:download.html[download]|link:history/latest-milestone/index.html[documentation
+& tutorials]|link:demo.html[demo]|link:mailing-lists.html[share your 
experience]
+|=======
+
+
+'''
+link:[News]
+[]
+|=======
+|Dec 26, 2014|link:history/2.4.0/release-notes.html[2.4.0] version available
+|Mar 23, 2014|link:history/2.4.0-rc1/release-notes.html[2.4.0-rc1] version 
available
+|Jan 21, 2013|link:history/2.3.0/release-notes.html[2.3.0] version available
+|Nov 12, 2012|link:history/2.3.0-rc2/release-notes.html[2.3.0-rc2] version 
available
+|Apr 20, 2012|link:history/2.3.0-rc1/release-notes.html[2.3.0-rc1] version 
available
+|Sep 30, 2010|link:history/2.2.0/release-notes.html[2.2.0] version available
+|Jul 07, 2010|link:history/2.2.0-rc1/release-notes.html[2.2.0-rc1] version 
available
+|Oct 08, 2009|link:history/2.1.0/release-notes.html[2.1.0] version available
+|Jul 23, 2009|link:history/2.1.0-rc2/release-notes.html[2.1.0-rc2] version 
available
+|Mar 30, 2009|link:history/2.1.0-rc1/release-notes.html[2.1.0-rc1] version 
available
+|Jan 20, 2009|link:history/2.0.0/release-notes.html[2.0.0] version available
+|Nov 04, 2008|link:history/2.0.0-rc2/release-notes.html[2.0.0-rc2] version 
available
+|Sep 26, 2008|link:history/2.0.0-rc1/release-notes.html[2.0.0-rc1] version 
available
+|Jul 11, 2008|link:ivyde/download.html[IvyDE 2.0.0.alpha1] version available
+|Mar 04, 2008|link:history/2.0.0-beta2/release-notes.html[2.0.0-beta2] version 
available
+|Dec 13, 2007|link:history/2.0.0-beta1/release-notes.html[2.0.0-beta1] version 
available
+|Oct 11, 2007|Ivy has 
link:http://www.mail-archive.com/general@incubator.apache.org/msg15445.html[graduated]
 as a subproject of Ant!
+|Jul 20, 2007|link:history/2.0.0-alpha2/index.html[2.0.0-alpha2] version 
available
+|May 03, 2007|link:presentations/apache-con-2007/[slides] from ApacheCon EU 
2007 are available!
+|Apr 26, 2007|link:history/2.0.0-alpha-1.html[2.0.0-alpha1] version available
+|Mar 28, 
2007|link:http://www.jetbrains.com/teamcity/features/newfeatures.html#TeamCity_Administration_Interface_Enhancements[TeamCity]
  integrates Ivy for dependent build management
+|=======

Added: ant/site/ivy/asciidoc/issues.adoc
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/issues.adoc?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/issues.adoc (added)
+++ ant/site/ivy/asciidoc/issues.adoc Mon Apr 23 13:24:42 2018
@@ -0,0 +1,5 @@
+
+Issues are tracked using JIRA hosted at Apache:
+http://issues.apache.org/jira/browse/IVY
+
+Feel free to browse what are the bugs already reported for each version, what 
are the features planned for next versions, and contribute your own feedback by 
submitting bug reports or feature requests, patches, comments, or simply by 
voting for your favorite issues.
\ No newline at end of file

Added: ant/site/ivy/asciidoc/js/download-redirect.js
URL: 
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/js/download-redirect.js?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/js/download-redirect.js (added)
+++ ant/site/ivy/asciidoc/js/download-redirect.js Mon Apr 23 13:24:42 2018
@@ -0,0 +1,21 @@
+/*
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+*/
+if (m = /(https?:.*\/)download.html([^\/]*)/.exec(window.location.toString())) 
{
+    window.location.href = m[1] + "download.cgi" + m[2];
+}

Propchange: ant/site/ivy/asciidoc/js/download-redirect.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ant/site/ivy/asciidoc/js/download-redirect.js
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: ant/site/ivy/asciidoc/js/download-redirect.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain


Reply via email to