Author: brett Date: Thu Dec 23 13:47:18 2004 New Revision: 123232 URL: http://svn.apache.org/viewcvs?view=rev&rev=123232 Log: doco tweaks
Modified: maven/maven-1/core/trunk/xdocs/developers/apache.xml maven/maven-1/core/trunk/xdocs/faq.fml maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml Modified: maven/maven-1/core/trunk/xdocs/developers/apache.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/developers/apache.xml?view=diff&rev=123232&p1=maven/maven-1/core/trunk/xdocs/developers/apache.xml&r1=123231&p2=maven/maven-1/core/trunk/xdocs/developers/apache.xml&r2=123232 ============================================================================== --- maven/maven-1/core/trunk/xdocs/developers/apache.xml (original) +++ maven/maven-1/core/trunk/xdocs/developers/apache.xml Thu Dec 23 13:47:18 2004 @@ -29,9 +29,9 @@ <p> The following are some resources available to Apache developers. </p> -<!-- TODO: more foundation stuff --> <ul> <li><a href="http://www.apache.org/dev/">Developer Resources</a></li> + <li><a href="http://www.apache.org/foundation/">About the Apache Software Foundation</a></li> <li><a href="http://www.apache.org/dev/committers.html">Committer FAQ</a></li> <li><a href="http://www.apache.org/~vgritsenko/stats/projects/maven.html">Web Stats</a></li> <li><a href="http://nagoya.apache.org/wiki/apachewiki.cgi">Apache Wiki</a></li> Modified: maven/maven-1/core/trunk/xdocs/faq.fml Url: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/faq.fml?view=diff&rev=123232&p1=maven/maven-1/core/trunk/xdocs/faq.fml&r1=123231&p2=maven/maven-1/core/trunk/xdocs/faq.fml&r2=123232 ============================================================================== --- maven/maven-1/core/trunk/xdocs/faq.fml (original) +++ maven/maven-1/core/trunk/xdocs/faq.fml Thu Dec 23 13:47:18 2004 @@ -549,7 +549,7 @@ </p> </answer> </faq> -<!-- TODO: actually, don't think this belongs here +<!-- TODO: actually, don't think this belongs here - calling ant scripts from maven -> Ant scripts goes to migrating -> all of these are linked from this faq briefly <section name="Calling Ant Scripts from Maven"> Modified: maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml?view=diff&rev=123232&p1=maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml&r1=123231&p2=maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml&r2=123232 ============================================================================== --- maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml (original) +++ maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml Thu Dec 23 13:47:18 2004 @@ -143,19 +143,20 @@ Now, you are ready to start defining the project layout for Maven. </p> </subsection> -<!-- TODO - <subsection name="Step 1: Create a project descriptor"> + <subsection name="Step 2: Create a project descriptor"> <p> - It all starts with <code>project.xml</code>. While you can run Maven without it, it will not - know anything about your project and can't do more than run project-independant + The most important file to Maven is <code>project.xml</code>. While you can run Maven without it, it will not + know anything about your project - so is only useful for project-independant goals such as + <code>scm:checkout</code> or <code>genapp</code>. </p> <p> - Different people have different preferences for how they create their project descriptor. - Some will copy from an existing project and edit, some will run <code>maven genapp</code> and - accept the defaults to get a skeleton project, and some will hand-edit it from scratch. - In the near future, tools will be available to graphically edit the project descriptor. + Different people have different preferences for how they create their project descriptor. + Some will copy from an existing project and edit, some will run <code>maven genapp</code> and + accept the defaults to get a skeleton project, and some will hand-edit it from scratch. + In the near future, tools will be available to graphically edit the project descriptor. </p> <p> + The following is the most basic project descriptor ... <!-- TODO: finish ten minute test --> </p> <p> More to come... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
