The following comment has been added to this issue:
Author: Steven Caswell
Created: Sun, 9 Jan 2005 12:37 PM
Body:
The test case
(src/test/org/apache/maven/javadoc/JavadocWarningsTextToXmlTest.java) requires
the files report-13.txt, report-14.txt, and report-15.txt to reside in s
The following issue has been updated:
Updater: Steven Caswell (mailto:[EMAIL PROTECTED])
Date: Sun, 9 Jan 2005 12:30 PM
Comment:
src/main/org/apache/maven/javadoc/StandardDoclet13XmlBuilder.java:
- Implemenation of XmlBuilder strategy to handle javadoc warnings from the 1.3
standar
The following issue has been updated:
Updater: Steven Caswell (mailto:[EMAIL PROTECTED])
Date: Sun, 9 Jan 2005 12:31 PM
Comment:
src/plugin-resources/javadoc-warnings-13.jsl:
- Created from javadoc-warnings.jsl to handle outputing of the 1.3 style
warnings
Changes:
The following issue has been updated:
Updater: Steven Caswell (mailto:[EMAIL PROTECTED])
Date: Sun, 9 Jan 2005 12:31 PM
Comment:
src/main/org/apache/maven/javadoc/StandardDocletDefaultXmlBuilder.java:
- Implemenation of XmlBuilder strategy to handle javadoc warnings from the
1.4/1.
The following issue has been updated:
Updater: Steven Caswell (mailto:[EMAIL PROTECTED])
Date: Sun, 9 Jan 2005 12:29 PM
Comment:
src/main/org.apache.maven.javadoc/XmlBuilder.java:
- Interface for the strategy
Changes:
Attachment changed to XmlBuilder.java
-
The following issue has been updated:
Updater: Steven Caswell (mailto:[EMAIL PROTECTED])
Date: Sun, 9 Jan 2005 12:28 PM
Comment:
Changes to support generating javadoc warnings under 1.3:
src/main/org.apache.maven.javadoc/JavadocWarningsTextToXml.java:
- Refactored methods that pars
The following comment has been added to this issue:
Author: Steven Caswell
Created: Sun, 9 Jan 2005 12:25 PM
Body:
I've made changes to fix the issue. To summarize, I refactored
JavadocWarningsTextToXml code to parse the warnings text and build the xml into
separate strategies, o