Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPLINKCHECK-11 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPLINKCHECK-11 Summary: replace commons-util with commons-lang Type: Improvement Status: Closed Priority: Minor Resolution: FIXED Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-linkcheck-plugin Assignee: Brett Porter Reporter: Ralph Apel Created: Thu, 18 Mar 2004 6:46 AM Updated: Wed, 7 Apr 2004 9:29 PM Description: In src/plugins-build/linkcheck/src/main/org/apache/maven/linkcheck/LinkCheckResult.java Line 59: import org.apache.commons.util.XmlUtils; may be replaced by import org.apache.commons.lang.StringEscapeUtils; Line 112: ... + XmlUtils.escapeXml( ... may be replaced by ... + StringEscapeUtils.escapeXml( ... thus getting rid of the commons-util dependency (Inactive Sandbox Component) --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]