On Mon, 16 Aug 2021 at 16:57, Alex Herbert <[email protected]> wrote:
> SNIP > > Since geometry and numbers are using packages then the javadoc should be > produced using JDK 8. The workaround would be to add the package-list files > manually to the numbers site. > > These files are very simple. So it may be enough to just copy the ones > from the api-1.0-beta1 directory to the api-1.0 directory. This assumes the > rest of the javadoc site structure is the same. Otherwise the numbers site > will have to be regenerated with JDK 8 for the javadocs. > I created the package-list files in the commons numbers api-1.0 directories on the live site. Now running the 'mvn javadoc:javadoc' command from Geometry does not have any warnings and the generated page for QuaternionRotation in the euclidean module correctly links to the live site for commons-numbers. This happens when I use either JDK 8 or JDK 11 to build the javadoc. The relative link so you can test it when building the next release candidate is: commons-geometry-euclidean/target/site/apidocs/org/apache/commons/geometry/euclidean/threed/rotation/QuaternionRotation.html Alex
