Fix jdk1.3 issues with DOM class loading

Class org/w3c/dom/Document violates loader constraints:  definition mismatch between parent and child loaders


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2004-04-27 05:51:39 +00:00
parent 0000c2f895
commit 58fafea069
3 changed files with 5 additions and 1 deletions

View File

@ -20,4 +20,4 @@
maven.xdoc.date=left
## maven.xdoc.version=${pom.currentVersion}
maven.license.licenseFile=${basedir}/../LICENSE.txt
maven.junit.fork=yes

View File

@ -22,3 +22,4 @@ maven.xdoc.date=left
maven.license.licenseFile=${basedir}/../LICENSE.txt
maven.checkstyle.header.file=${basedir}/../LICENSE.txt
maven.checkstyle.format = turbine
maven.junit.fork=yes

View File

@ -24,6 +24,9 @@
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>
<body>
<release version="1.3" date="in CVS">
<action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
</release>
<release version="1.2" date="2004-03-07">
<action dev="dion" type="update">Only try to find files if the source directory exists</action>
<action dev="jstrachan" type="update">Numerous bug fixes have been made. A new HTML converter bean is now used for every page to avoid contamination across pages. Also various invalid transformations have been fixed, such as headings containing either 'span' or 'a' elements, or paragraphs containing just images or 'a' elements.</action>