brett 2004/07/08 04:56:06 Modified: xdocs Tag: MAVEN-1_0-BRANCH development-process.xml navigation-pdf.xml navigation.xml xdocs/ant-guide Tag: MAVEN-1_0-BRANCH practical.xml terminology.xml where.xml xdocs/ant-guide/qna Tag: MAVEN-1_0-BRANCH properties.xml speed.xml Added: xdocs/ant-guide/qna Tag: MAVEN-1_0-BRANCH antfarming.xml hooks.xml Removed: xdocs/ant-guide Tag: MAVEN-1_0-BRANCH philosophical.xml xdocs/ant-guide/qna Tag: MAVEN-1_0-BRANCH inprogress.xml Log: start doco cleanup Revision Changes Path No revision No revision 1.7.4.3 +0 -7 maven/xdocs/development-process.xml Index: development-process.xml =================================================================== RCS file: /home/cvs/maven/xdocs/development-process.xml,v retrieving revision 1.7.4.2 retrieving revision 1.7.4.3 diff -u -r1.7.4.2 -r1.7.4.3 --- development-process.xml 5 May 2004 07:18:51 -0000 1.7.4.2 +++ development-process.xml 8 Jul 2004 11:56:05 -0000 1.7.4.3 @@ -65,13 +65,6 @@ to tag and branch your project. </td> </tr> - <tr> - <td><a href="reference/developers/releasing-plugins.html">Modifying Plugins</a></td> - <td> - Provides some guidelines to use when modifying plugins. This - includes steps that contributors and committers should follow. - </td> - </tr> </table> </subsection> </section> 1.1.2.7 +2 -2 maven/xdocs/navigation-pdf.xml Index: navigation-pdf.xml =================================================================== RCS file: /home/cvs/maven/xdocs/navigation-pdf.xml,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -u -r1.1.2.6 -r1.1.2.7 --- navigation-pdf.xml 8 Jul 2004 09:59:44 -0000 1.1.2.6 +++ navigation-pdf.xml 8 Jul 2004 11:56:05 -0000 1.1.2.7 @@ -50,8 +50,8 @@ <item name="Best Product for Job" href="/ant-guide/where.html"/> <item name="Practical" href="/ant-guide/practical.html"> <item name="Maven Speed" href="/ant-guide/qna/speed.html"/> - <item name="Dependencies" href="/ant-guide/qna/inprogress.html"/> - <item name="Ant Targets" href="/ant-guide/qna/inprogress.html"/> + <item name="Dependencies" href="/ant-guide/qna/hooks.html"/> + <item name="Ant Targets" href="/ant-guide/qna/antfarming.html"/> <item name="Properties" href="/ant-guide/qna/properties.html"/> </item> </item> 1.33.4.9 +2 -2 maven/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /home/cvs/maven/xdocs/navigation.xml,v retrieving revision 1.33.4.8 retrieving revision 1.33.4.9 diff -u -r1.33.4.8 -r1.33.4.9 --- navigation.xml 7 Jun 2004 12:03:33 -0000 1.33.4.8 +++ navigation.xml 8 Jul 2004 11:56:05 -0000 1.33.4.9 @@ -57,8 +57,8 @@ <item name="Best Product for Job" href="/ant-guide/where.html"/> <item name="Practical" href="/ant-guide/practical.html" collapse="false"> <item name="Maven Speed" href="/ant-guide/qna/speed.html"/> - <item name="Dependencies" href="/ant-guide/qna/inprogress.html"/> - <item name="Ant Targets" href="/ant-guide/qna/inprogress.html"/> + <item name="Dependencies" href="/ant-guide/qna/hooks.html"/> + <item name="Ant Targets" href="/ant-guide/qna/antfarming.html"/> <item name="Properties" href="/ant-guide/qna/properties.html"/> </item> </item> No revision No revision 1.2.6.2 +2 -2 maven/xdocs/ant-guide/practical.xml Index: practical.xml =================================================================== RCS file: /home/cvs/maven/xdocs/ant-guide/practical.xml,v retrieving revision 1.2.6.1 retrieving revision 1.2.6.2 diff -u -r1.2.6.1 -r1.2.6.2 --- practical.xml 4 Mar 2004 17:45:56 -0000 1.2.6.1 +++ practical.xml 8 Jul 2004 11:56:05 -0000 1.2.6.2 @@ -37,8 +37,8 @@ <p> <ul> <li><a href="qna/speed.html">Ant is sooo much faster than this sluggish Maven</a></li> - <li><a href="qna/inprogress.html">Using dependencies to make extra things happen before / after a goal</a></li> - <li><a href="qna/inprogress.html">Using Ant build targets while you're converting over to Maven</a></li> + <li><a href="qna/hooks.html">Using hooks to make extra things happen before / after a goal</a></li> + <li><a href="qna/antfarming.html">Using Ant build targets while you're converting over to Maven</a></li> <li><a href="qna/properties.html">Expanding properties in a file</a></li> </ul> </p> 1.2.10.3 +1 -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.2 retrieving revision 1.2.10.3 diff -u -r1.2.10.2 -r1.2.10.3 --- terminology.xml 27 Jun 2004 11:34:39 -0000 1.2.10.2 +++ terminology.xml 8 Jul 2004 11:56:05 -0000 1.2.10.3 @@ -79,6 +79,7 @@ <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. + However, if you are using standard Maven goals, maven.xml is not compulsory. </p> </section> </body> 1.1.1.1.10.2 +37 -22 maven/xdocs/ant-guide/where.xml Index: where.xml =================================================================== RCS file: /home/cvs/maven/xdocs/ant-guide/where.xml,v retrieving revision 1.1.1.1.10.1 retrieving revision 1.1.1.1.10.2 diff -u -r1.1.1.1.10.1 -r1.1.1.1.10.2 --- where.xml 4 Mar 2004 17:45:56 -0000 1.1.1.1.10.1 +++ where.xml 8 Jul 2004 11:56:05 -0000 1.1.1.1.10.2 @@ -16,25 +16,40 @@ * limitations under the License. */ --> -
- -<document> - - <properties> - <title>Maven</title> - <author email="[EMAIL PROTECTED]">Ben Walding</author> - </properties> - - <body> - <section name="Overview"> - <p>Answers to the long asked questions - <ul> - <li>When would I use Maven?</li> - <li>When would I use Ant?</li> - <li>When would I use both?</li> - </ul> - </p> - </section> - </body> - -</document> + + +<document> + + <properties> + <title>Maven</title> + <author email="[EMAIL PROTECTED]">Ben Walding</author> + </properties> + + <body> + <section name="Overview"> + <p>Answers to the long asked questions + <ul> + <li>When would I use Maven?</li> + <li>When would I use Ant?</li> + <li>When would I use both?</li> + </ul> + </p> + </section> + <section name="When would I use Maven?"> + <p> + + </p> + </section> + <section name="When would I use Ant?"> + <p> + + </p> + </section> + <section name="When would I use both?"> + <p> + + </p> + </section> + </body> + +</document> No revision No revision 1.1.8.2 +1 -1 maven/xdocs/ant-guide/qna/properties.xml Index: properties.xml =================================================================== RCS file: /home/cvs/maven/xdocs/ant-guide/qna/properties.xml,v retrieving revision 1.1.8.1 retrieving revision 1.1.8.2 diff -u -r1.1.8.1 -r1.1.8.2 --- properties.xml 4 Mar 2004 17:45:56 -0000 1.1.8.1 +++ properties.xml 8 Jul 2004 11:56:06 -0000 1.1.8.2 @@ -22,7 +22,7 @@ <properties> <title>Maven</title> - <author email="[EMAIL PROTECTED]">Brett Porter</author> + <author email="[EMAIL PROTECTED]">Brett Porter</author> </properties> <body> 1.1.1.1.10.2 +44 -30 maven/xdocs/ant-guide/qna/speed.xml Index: speed.xml =================================================================== RCS file: /home/cvs/maven/xdocs/ant-guide/qna/speed.xml,v retrieving revision 1.1.1.1.10.1 retrieving revision 1.1.1.1.10.2 diff -u -r1.1.1.1.10.1 -r1.1.1.1.10.2 --- speed.xml 4 Mar 2004 17:45:56 -0000 1.1.1.1.10.1 +++ speed.xml 8 Jul 2004 11:56:06 -0000 1.1.1.1.10.2 @@ -16,33 +16,47 @@ * limitations under the License. */ --> - - -<document> - - <properties> - <title>Maven</title> - <author email="[EMAIL PROTECTED]">Ben Walding</author> - </properties> - - <body> - <section name="Question"> - <p> - Maven takes a lot longer to initialise and start processing - when I run it. How can Maven possibly save me time with such a - huge startup overhead? - </p> - </section> - - <section name="Answers"> - <subsection name="Use the Console"> - <p> - The latest builds of Maven have a console built into them. - This console keeps Maven loaded and ready to do your bidding. - <b>This feature makes Maven faster than Ant for performing builds!</b> - </p> - </subsection> - </section> - </body> - -</document> + + +<document> + + <properties> + <title>Maven</title> + <author email="[EMAIL PROTECTED]">Ben Walding</author> + <author email="[EMAIL PROTECTED]">Brett Porter</author> + </properties> + + <body> + <section name="Question"> + <p> + Maven takes a lot longer to initialise and start processing + when I run it. How can Maven possibly save me time with such a + huge startup overhead? + </p> + </section> + + <section name="Answers"> + <subsection name="Are you sure?"> + <p> + This has become a bit of a myth now, as Maven takes very little more than Ant + to initialise (with the exception of the first run when plugins must be parsed). + </p> + <p> + Part of the misconception comes from claims that building the site or building 30 projects + takes a lot of CPU and memory. Well, this would happen in Ant too if it were attempted! + This area is also a focus for future development so generating these types of parts of the build + are much faster. + </p> + </subsection> + <subsection name="Use the Console"> + <p> + When it comes down to your day to day development and edit-build-test cycle, you + should use the "maven console" command. + This console keeps Maven loaded and ready to do your bidding for a specific project. + <b>This feature makes Maven faster than Ant for performing builds!</b> + </p> + </subsection> + </section> + </body> + +</document> No revision Index: speed.xml =================================================================== RCS file: /home/cvs/maven/xdocs/ant-guide/qna/speed.xml,v retrieving revision 1.1.1.1.10.1 retrieving revision 1.1.1.1.10.2 diff -u -r1.1.1.1.10.1 -r1.1.1.1.10.2 --- speed.xml 4 Mar 2004 17:45:56 -0000 1.1.1.1.10.1 +++ speed.xml 8 Jul 2004 11:56:06 -0000 1.1.1.1.10.2 @@ -16,33 +16,47 @@ * limitations under the License. */ --> - - -<document> - - <properties> - <title>Maven</title> - <author email="[EMAIL PROTECTED]">Ben Walding</author> - </properties> - - <body> - <section name="Question"> - <p> - Maven takes a lot longer to initialise and start processing - when I run it. How can Maven possibly save me time with such a - huge startup overhead? - </p> - </section> - - <section name="Answers"> - <subsection name="Use the Console"> - <p> - The latest builds of Maven have a console built into them. - This console keeps Maven loaded and ready to do your bidding. - <b>This feature makes Maven faster than Ant for performing builds!</b> - </p> - </subsection> - </section> - </body> - -</document> + + +<document> + + <properties> + <title>Maven</title> + <author email="[EMAIL PROTECTED]">Ben Walding</author> + <author email="[EMAIL PROTECTED]">Brett Porter</author> + </properties> + + <body> + <section name="Question"> + <p> + Maven takes a lot longer to initialise and start processing + when I run it. How can Maven possibly save me time with such a + huge startup overhead? + </p> + </section> + + <section name="Answers"> + <subsection name="Are you sure?"> + <p> + This has become a bit of a myth now, as Maven takes very little more than Ant + to initialise (with the exception of the first run when plugins must be parsed). + </p> + <p> + Part of the misconception comes from claims that building the site or building 30 projects + takes a lot of CPU and memory. Well, this would happen in Ant too if it were attempted! + This area is also a focus for future development so generating these types of parts of the build + are much faster. + </p> + </subsection> + <subsection name="Use the Console"> + <p> + When it comes down to your day to day development and edit-build-test cycle, you + should use the "maven console" command. + This console keeps Maven loaded and ready to do your bidding for a specific project. + <b>This feature makes Maven faster than Ant for performing builds!</b> + </p> + </subsection> + </section> + </body> + +</document> No revision Index: speed.xml =================================================================== RCS file: /home/cvs/maven/xdocs/ant-guide/qna/speed.xml,v retrieving revision 1.1.1.1.10.1 retrieving revision 1.1.1.1.10.2 diff -u -r1.1.1.1.10.1 -r1.1.1.1.10.2 --- speed.xml 4 Mar 2004 17:45:56 -0000 1.1.1.1.10.1 +++ speed.xml 8 Jul 2004 11:56:06 -0000 1.1.1.1.10.2 @@ -16,33 +16,47 @@ * limitations under the License. */ --> - - -<document> - - <properties> - <title>Maven</title> - <author email="[EMAIL PROTECTED]">Ben Walding</author> - </properties> - - <body> - <section name="Question"> - <p> - Maven takes a lot longer to initialise and start processing - when I run it. How can Maven possibly save me time with such a - huge startup overhead? - </p> - </section> - - <section name="Answers"> - <subsection name="Use the Console"> - <p> - The latest builds of Maven have a console built into them. - This console keeps Maven loaded and ready to do your bidding. - <b>This feature makes Maven faster than Ant for performing builds!</b> - </p> - </subsection> - </section> - </body> - -</document> + + +<document> + + <properties> + <title>Maven</title> + <author email="[EMAIL PROTECTED]">Ben Walding</author> + <author email="[EMAIL PROTECTED]">Brett Porter</author> + </properties> + + <body> + <section name="Question"> + <p> + Maven takes a lot longer to initialise and start processing + when I run it. How can Maven possibly save me time with such a + huge startup overhead? + </p> + </section> + + <section name="Answers"> + <subsection name="Are you sure?"> + <p> + This has become a bit of a myth now, as Maven takes very little more than Ant + to initialise (with the exception of the first run when plugins must be parsed). + </p> + <p> + Part of the misconception comes from claims that building the site or building 30 projects + takes a lot of CPU and memory. Well, this would happen in Ant too if it were attempted! + This area is also a focus for future development so generating these types of parts of the build + are much faster. + </p> + </subsection> + <subsection name="Use the Console"> + <p> + When it comes down to your day to day development and edit-build-test cycle, you + should use the "maven console" command. + This console keeps Maven loaded and ready to do your bidding for a specific project. + <b>This feature makes Maven faster than Ant for performing builds!</b> + </p> + </subsection> + </section> + </body> + +</document> 1.1.2.1 +53 -0 maven/xdocs/ant-guide/qna/Attic/antfarming.xml 1.1.2.1 +35 -0 maven/xdocs/ant-guide/qna/Attic/hooks.xml --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]