Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
odfdom-0.8.8
Description
The Maven POM for Taglets finds tools.jar in the JDK only if the java.vendor is Sun Microsystems.
The java.vendor for JDK 7 is Oracle Corporation.
The POM can be modified to build properly in either case by splitting the tools.jar profile into two, one for each java.vendor case.