Author: brett Date: Mon May 23 21:49:52 2005 New Revision: 178074 URL: http://svn.apache.org/viewcvs?rev=178074&view=rev Log: update docs
Modified: maven/maven-1/core/trunk/xdocs/reference/articles.xml maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml Modified: maven/maven-1/core/trunk/xdocs/reference/articles.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/articles.xml?rev=178074&r1=178073&r2=178074&view=diff ============================================================================== --- maven/maven-1/core/trunk/xdocs/reference/articles.xml (original) +++ maven/maven-1/core/trunk/xdocs/reference/articles.xml Mon May 23 21:49:52 2005 @@ -25,6 +25,25 @@ </properties> <body> + <section name="Books on Maven"> + <table> + <tr> + <th>Title</th> + <th>Publisher</th> + <th>Author</th> + <th>Date</th> + </tr> + <tr> + <td> + <a href="http://www.oreilly.com/catalog/mavenadn/">Maven: A Developer's Notebook</a> + (<a href="http://www.oreilly.com/catalog/mavenadn/chapter/ch01.pdf">Sample Chapter <img src="../images/pdf.gif"/></a>) + </td> + <td>O'Reilly</td> + <td>Vincent Massol, Timothy M. O'Brien</td> + <td>July 2005</td> + </tr> + </table> + </section> <section name="Maven in the Press"> <p> Have written or would like to write a story on Maven? Modified: maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml?rev=178074&r1=178073&r2=178074&view=diff ============================================================================== --- maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml (original) +++ maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml Mon May 23 21:49:52 2005 @@ -31,6 +31,18 @@ might encounter upgrading between Maven versions, and how to update your project. </p> + <subsection name="Known Issues"> + <p> + <b>XSLT and PDF generation on JDK 5.0</b> + </p> + <p> + A <a href="http://issues.apache.org/jira/browse/XALANJ-1978">bug in Xalan</a> presently causes + the PDF plugin to fail under JDK 5.0. + </p> + <p> + XSLT otherwise should now work under JDK 1.4 and 5.0 without the plugin modifications previously required. + </p> + </subsection> <subsection name="Changes Between Maven 1.0 and Maven 1.1 (Subversion Only)"> <p> <b>JDK requirement is now 1.4 and above</b> @@ -40,7 +52,14 @@ libraries for, however - you can still generate class files that will run on 1.1 JVMs as before. </p> <p> - <b>Bundled Ant version changed from 1.5.3-1 to 1.6.2</b> + <b>Changes for XML parsers</b> + </p> + <p> + Due to the minimum JDK requirement, Xerces is no longer bundled with Maven. Plugins that relied on + that particular version of Xerces and are no JAXP compliant may need modifications. + </p> + <p> + <b>Bundled Ant version changed from 1.5.3-1 to 1.6.4</b> </p> <p> While in most cases this change should be transparent, those using optional tasks will need to add them as --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]