Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: None
-
Component/s: General
-
Labels:None
-
Number of attachments :
Description
Until now the "ant doc" build step needed the adaptx and xerces libraries to transform the XML documentation into HTML pages.
In order to remove this dependencies we should replace the JakartaAntAdapter XSLT processor of Adaptx by the standard Java 1.4 XSLT processor.
The attached patch switches the build.xml file to this XSLT processor and modifies the XML documentation source to be compatible to it.
I assume that we don't need any new JARs or similar as everything is part of the JDK/JRE already, rigt ?