Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://jira.werken.com/secure/ViewIssue.jspa?key=MAVEN-167 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-167 Summary: JXR plugin requires JDK 1.4 Type: Bug Status: Closed Priority: Major Resolution: FIXED Time Spent: Unknown Estimate: 0 minutes Project: maven Component: None Versions: 1.0-beta-8 Assignee: Jason van Zyl Reporter: Aslak Hellesøy Created: Sun, 1 Dec 2002 3:29 PM Updated: Fri, 6 Dec 2002 9:35 PM Environment: CVS HEAD, JDK 1.4 Description: org.apache.maven.jxr.JxrBean uses StringBuffer.append(StringBuffer) on line 238 (last line in getRelativeLink). That's a JDK 1.4 method, and a java.lang.NoSuchMethodError will be thrown on inferior JDKs. I haven't found any docs that say what JDK is required for Maven, but I would recommend support for JDK 1.3.x for still a little while. Lots of people are still on JDK 1.3.x. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.werken.com/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
