You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/05/21 01:25:09 UTC

svn commit: r408107 - /maven/maven-1/plugins/trunk/ant/xdocs/goals.xml

Author: aheritier
Date: Sat May 20 16:25:09 2006
New Revision: 408107

URL: http://svn.apache.org/viewvc?rev=408107&view=rev
Log:
Add a warning about the behavior of ant:execute compared to a real ant installation.

Modified:
    maven/maven-1/plugins/trunk/ant/xdocs/goals.xml

Modified: maven/maven-1/plugins/trunk/ant/xdocs/goals.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/ant/xdocs/goals.xml?rev=408107&r1=408106&r2=408107&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/ant/xdocs/goals.xml (original)
+++ maven/maven-1/plugins/trunk/ant/xdocs/goals.xml Sat May 20 16:25:09 2006
@@ -55,7 +55,7 @@
         <tr>
           <td>ant:execute</td>
           <td>since 1.10</td>
-          <td>Execute the <a href="http://ant.apache.org/">ant</a> build file located at <code>${maven.ant.execute.dir}/${maven.ant.execute.script}</code></td>
+          <td>Execute the <a href="http://ant.apache.org/">ant</a> build file located at <code>${maven.ant.execute.dir}/${maven.ant.execute.script}</code>. <b>Be careful</b>, in this case ant uses the classpath given by maven, thus you can have a different behaviour if you use this task instead of the real ant application.</td>
         </tr>
       </table>
     </section>