You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/07/18 00:30:18 UTC

svn commit: r219409 - /maven/components/trunk/maven-site/src/site/fml/general.fml

Author: brett
Date: Sun Jul 17 15:30:13 2005
New Revision: 219409

URL: http://svn.apache.org/viewcvs?rev=219409&view=rev
Log:
add Ant FAQ

Modified:
    maven/components/trunk/maven-site/src/site/fml/general.fml

Modified: maven/components/trunk/maven-site/src/site/fml/general.fml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/fml/general.fml?rev=219409&r1=219408&r2=219409&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/fml/general.fml (original)
+++ maven/components/trunk/maven-site/src/site/fml/general.fml Sun Jul 17 15:30:13 2005
@@ -29,5 +29,27 @@
         </p>
       </answer>
     </faq>
+    <faq id="using-ant-tasks">
+      <question>How can I use Ant tasks in Maven 2?</question>
+      <answer>
+        <p>
+          There are 3 alternatives:
+        </p>
+        <ul>
+          <li>
+            For use in a plugin written in Java, Beanshell or other Java-like scripting language, you can construct
+            the Ant tasks using the <a href="http://ant.apache.org/manual/antexternal.html">instructions given in the Ant
+            documentation</a>
+          </li>
+          <li>
+            You can write your plugin using Marmalade, and use the Ant tasks much like you would from Jelly in Maven 1.0.
+          </li>
+          <li>
+            If you have very small amounts of Ant script specific to your project, you can use the
+            <a href="http://www.neonics.com/projects/maven-antrun-plugin/">AntRun plugin</a>.
+          </li>
+        </ul>
+      </answer>
+    </faq>
   </part>
 </faqs>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org