You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2008/07/08 14:04:48 UTC

svn commit: r674785 - /ant/ivy/core/trunk/doc/resolver/filesystem.html

Author: xavier
Date: Tue Jul  8 05:04:47 2008
New Revision: 674785

URL: http://svn.apache.org/viewvc?rev=674785&view=rev
Log:
IMPROVEMENT: Support atomic publish with sub directory structure (IVY-856)

Modified:
    ant/ivy/core/trunk/doc/resolver/filesystem.html

Modified: ant/ivy/core/trunk/doc/resolver/filesystem.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/resolver/filesystem.html?rev=674785&r1=674784&r2=674785&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/resolver/filesystem.html (original)
+++ ant/ivy/core/trunk/doc/resolver/filesystem.html Tue Jul  8 05:04:47 2008
@@ -45,7 +45,7 @@
 <b>Limitations</b>
 Atomic publish is currently limited in several ways:
 <ul>
-<li>you need to use a pattern for both the artifact and the ivy files which uses the revision as last directory. For instance [module]/[revision]/[artifact].[ext] works, [module]/[artifact]-[revision].[ext] doesn't</li>
+<li>you need to use a pattern for both the artifact and the ivy files which uses the revision as a directory. For instance [module]/[revision]/[artifact].[ext] works, [module]/[artifact]-[revision].[ext] doesn't</li>
 <li>both the artifact and ivy pattern should have the same prefix until the [revision] token.</li>
 <li>overwrite during publish is not supported</li>
 <li>you should not use revision names ending with '.part'</li>
@@ -54,7 +54,7 @@
 The <b>transactional</b> attribute can be used to configure the atomicity behavior:
 <ul>
 <li>auto</li> use transaction if possible (according to limitation), otherwise don't
-<li>true</li> always use transaction, fail the build if a limitation is is not fulfilled
+<li>true</li> always use transaction, fail the build if a limitation is not fulfilled
 <li>false</li> don't use transaction at all
 </ul>
 
@@ -68,7 +68,7 @@
 <tbody>
     <tr><td>m2compatible</td><td>True if this resolver should be maven2 compatible, false otherwise <span class="since">since 1.3</span></td>
         <td>No, defaults to false</td></tr>
-    <tr><td>local</td><td>True if this resolver should be considered local, false otherwise <span class="since">since 1.4</span>. See useOrigin attribute on the [[ant:resolve]] task for details.</td>
+    <tr><td>local</td><td>True if this resolver should be considered local, false otherwise <span class="since">since 1.4</span>. See useOrigin attribute on the [[configuration/caches]] element for details.</td>
         <td>No, defaults to true</td></tr>
     <tr><td>transactional</td><td>true to force the use of transaction, false to prevent the use of transaction, auto to get transaction when possible <span class="since">since 2.0</span>. See above for details.</td>
         <td>No, defaults to auto</td></tr>