dion 2004/06/27 04:34:39 Modified: xdocs/ant-guide Tag: MAVEN-1_0-BRANCH terminology.xml Log: Add some more detail for the ant guide Revision Changes Path No revision No revision 1.2.10.2 +11 -0 maven/xdocs/ant-guide/terminology.xml Index: terminology.xml =================================================================== RCS file: /home/cvs/maven/xdocs/ant-guide/terminology.xml,v retrieving revision 1.2.10.1 retrieving revision 1.2.10.2 diff -u -r1.2.10.1 -r1.2.10.2 --- terminology.xml 4 Mar 2004 17:45:56 -0000 1.2.10.1 +++ terminology.xml 27 Jun 2004 11:34:39 -0000 1.2.10.2 @@ -33,6 +33,7 @@ <ul> <li><a href="#Project">Project</a></li> <li><a href="#Target">Target</a></li> + <li><a href="#Build_file">Build file</a></li> </ul> </p> </section> @@ -68,6 +69,16 @@ Executes the <code>clean</code> goal of the <code>clean</code> plugin, followed by the <code>java:compile</code> of the <code>java</code> plugin. + </p> + <p> + Maven goals can contain ant tasks as well as <a href="http://jakarta.apache.org/commons/jelly/">jelly</a> tags. + </p> + </section> + + <section name="Build file"> + <p>When writing your own code in ant, you place the <code>target</code>s in the <code>build.xml</code> file.</p> + <p> + When writing your own code in Maven, you place the <code>goal</code>s in the <code>maven.xml</code> file. </p> </section> </body>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]