Index: classpath.html =================================================================== --- classpath.html (revision 987761) +++ classpath.html (working copy) @@ -28,7 +28,7 @@ Includes a jar in the classpath used to load plugins. since 1.4 -This let you add ivy plugins without relying on ant classpath for instance, easing therefore the use of ivy in multiple execution environment (ant, standalone, IDE plugins, ...). +This let you add ivy plugins without relying on an external classpath (the ant classpath for instance), therefore easing the use of ivy in multiple execution environments (ant, standalone, IDE plugins, ...).

Attributes

@@ -52,7 +52,7 @@ -Adds custom-resolver.jar found in the same directory as the ivysettings.xml file itself to the classpath, then define a custom resolver and use it. +Adds the custom-resolver.jar (found in the same directory as the ivysettings.xml file) to the classpath, then defines a custom resolver and uses it.
@@ -64,7 +64,7 @@ -Same as above, but find the jar on a web server. +Same as above, but finds the jar on a web server. Index: conflict-managers.html =================================================================== --- conflict-managers.html (revision 987761) +++ conflict-managers.html (working copy) @@ -26,28 +26,27 @@ Index: latest-strategies.html =================================================================== --- latest-strategies.html (revision 987761) +++ latest-strategies.html (working copy) @@ -26,18 +26,16 @@ Index: settings.html =================================================================== --- settings.html (revision 987761) +++ settings.html (working copy) @@ -28,9 +28,9 @@ Configures some important ivy info: default resolver, latest strategy, conflict manager... -Default resolver is used whenever nothing else is configured in the modules section of the settings file. It should give the name of a dependency resolver defined in the [[settings/resolvers]] section of the settings file. +The default resolver is used whenever nothing else is configured in the modules section of the settings file. It should give the name of a dependency resolver defined in the [[settings/resolvers]] section of the settings file. -Default latest strategy and conflict manager can also be configured here. +The default latest strategy and conflict manager can also be configured here. validate indicates if ivy files should generally be validated against the xsd or not. This setting is only a default value, and can be overridden: 1) in ant tasks Index: triggers.html =================================================================== --- triggers.html (revision 987761) +++ triggers.html (working copy) @@ -39,7 +39,7 @@ If you want to use a different trigger, you can implement your own. -The event available in Ivy are the following ones: +The following events are available in Ivy:
@@ -54,7 +54,7 @@
  • conf
  • comma separated list of configurations which will be resolved - + - + - + - +
    NameAttributesDescription
    Fired at the beginning of the resolve process, before a module dependencies and transitive dependencies are resolved.Fired at the beginning of the resolve process, before module dependencies and transitive dependencies are resolved.
    pre-resolve-dependency @@ -186,7 +186,7 @@
  • to
  • the absolute path to which it will be retrieved
    Fired before an artifact is retrieved from cache to a local locationFired before an artifact is retrieved from the cache to a local location
    post-retrieve-artifact
    since 2.1
    @@ -203,7 +203,7 @@
  • to
  • the absolute path to which it has just been retrieved
    Fired after an artifact is retrieved from cache to a local locationFired after an artifact is retrieved from the cache to a local location
    pre-publish-artifact
    since 2.0
    @@ -236,9 +236,7 @@
  • status
  • "successful" if the artifact published successfully; "failed" if the artifact failed to publish, or if the status is unknown
    Fired after an artifact is published into a repository. Note that this event is fired - whether or not the publication succeeded. The "status" property can be checked to - verify success.Fired after an artifact is published into a repository. Note that this event is fired whether or not the publication succeeded. The "status" property can be checked to verify success.
    Index: version-matchers.html =================================================================== --- version-matchers.html (revision 987761) +++ version-matchers.html (working copy) @@ -30,7 +30,7 @@ The child tag used for the version matcher must be equal to a name of a report outputter type (added with the typedef tag). -A version matcher is used to evaluate if a a dependency version contraint matches a dependency version. +A version matcher is used to evaluate if a dependency version constraint matches a dependency version.

    Child elements

    @@ -62,7 +62,7 @@

    Latest (Status) Matcher

    -A matcher that can matches versions based on their status. The predefined statuses in Ivy are 'release', 'milestone' and 'integration'. It's possible to define your own statuses, see [[settings/statuses]] for more detais. +A matcher that matches versions based on their status. The predefined statuses in Ivy are 'release', 'milestone' and 'integration'. It's possible to define your own statuses, see [[settings/statuses]] for more details.