Bug #7
Xalan missing in Java 1.5
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
fixed
Description
src/jar/descriptor/src/java/org/mulgara/descriptor/DescriptorElement.java uses classes from org.apache.xalan.templates.
<br/>
This package was included in Java 1.4, but not in Java 1.5. The library needs to be brought in manually.
<br/>
<br/>
The bug does not show up on a Mac, as apple have included the package in the jar file:
<br/>
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/.compatibility/14compatibility.jar
Updated by Paula Gearon over 14 years ago
- Status changed from New to Closed
- Resolution set to fixed
Xalan was brought in some time ago, and is working fine in 1.6 now.