diff --git a/build.gradle b/build.gradle index dda8292..17aff6a 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,8 @@ configurations { dependencies { testCompile 'junit:junit:4.12' - testCompile 'org.xmlunit:xmlunit-matchers:2.2.1' + testCompile 'xalan:xalan:2.7.1' + testCompile 'org.xmlunit:xmlunit-matchers:2.3.0' testCompile 'com.github.stefanbirkner:system-rules:1.16.0' testCompile "org.xbib:bibliographic-character-sets:1.0.0" wagon 'org.apache.maven.wagon:wagon-ssh-external:2.10' @@ -45,6 +46,8 @@ tasks.withType(JavaCompile) { options.compilerArgs << "-Xlint:all" << "-profile" << "compact2" } test { + // massive heap for for xmlunit DOM comparer + jvmArgs '-Xmx2048m' testLogging { showStandardStreams = true exceptionFormat = 'full' diff --git a/docs/javadoc/allclasses-frame.html b/docs/javadoc/allclasses-frame.html index 9324879..6e5c17c 100644 --- a/docs/javadoc/allclasses-frame.html +++ b/docs/javadoc/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (marc 1.0.7 API) diff --git a/docs/javadoc/allclasses-noframe.html b/docs/javadoc/allclasses-noframe.html index 67ae2aa..a272eba 100644 --- a/docs/javadoc/allclasses-noframe.html +++ b/docs/javadoc/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes (marc 1.0.7 API) diff --git a/docs/javadoc/constant-values.html b/docs/javadoc/constant-values.html index 52a2e4c..8cc3456 100644 --- a/docs/javadoc/constant-values.html +++ b/docs/javadoc/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (marc 1.0.7 API) diff --git a/docs/javadoc/deprecated-list.html b/docs/javadoc/deprecated-list.html index d9bd553..fa6b688 100644 --- a/docs/javadoc/deprecated-list.html +++ b/docs/javadoc/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (marc 1.0.7 API) diff --git a/docs/javadoc/help-doc.html b/docs/javadoc/help-doc.html index 4f7356f..bafa840 100644 --- a/docs/javadoc/help-doc.html +++ b/docs/javadoc/help-doc.html @@ -2,7 +2,7 @@ - + API Help (marc 1.0.7 API) diff --git a/docs/javadoc/index-all.html b/docs/javadoc/index-all.html index 3d93040..9cef391 100644 --- a/docs/javadoc/index-all.html +++ b/docs/javadoc/index-all.html @@ -2,7 +2,7 @@ - + Index (marc 1.0.7 API) diff --git a/docs/javadoc/index.html b/docs/javadoc/index.html index 06a62c4..2dc65c1 100644 --- a/docs/javadoc/index.html +++ b/docs/javadoc/index.html @@ -2,14 +2,15 @@ - + marc 1.0.7 API