From 58fafea069bf9d49b20cfc2376939b87e5f49d53 Mon Sep 17 00:00:00 2001 From: dion Date: Tue, 27 Apr 2004 05:51:39 +0000 Subject: [PATCH] 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 --- changes/project.properties | 2 +- html2xdoc/project.properties | 1 + html2xdoc/xdocs/changes.xml | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changes/project.properties b/changes/project.properties index da5c0fff..498132e4 100644 --- a/changes/project.properties +++ b/changes/project.properties @@ -20,4 +20,4 @@ maven.xdoc.date=left ## maven.xdoc.version=${pom.currentVersion} maven.license.licenseFile=${basedir}/../LICENSE.txt - +maven.junit.fork=yes diff --git a/html2xdoc/project.properties b/html2xdoc/project.properties index 68d474e6..7777207e 100644 --- a/html2xdoc/project.properties +++ b/html2xdoc/project.properties @@ -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 \ No newline at end of file diff --git a/html2xdoc/xdocs/changes.xml b/html2xdoc/xdocs/changes.xml index 4e32c2df..682fc7ba 100644 --- a/html2xdoc/xdocs/changes.xml +++ b/html2xdoc/xdocs/changes.xml @@ -24,6 +24,9 @@ dIon Gillard + + Fix issues with DOM classes and jdk1.3 + Only try to find files if the source directory exists 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.