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.