On Mon, 31 Jan 2022 at 05:26, Avijit Basak <avijit.ba...@gmail.com> wrote:

<!-- SNIP -->

> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc (default-cli)
> on project commons-math4-legacy: An error has occurred in Javadoc report
> generation:
> [ERROR] Exit code: 1 -
> C:\Personal\Work\opensource\apache-commons-maths\commons-math\commons-math-legacy\src\main\java\org\apache\commons\math4\legacy\fitting\leastsquares\LevenbergMarquardtOptimizer.java:60:
> error: attribute border for table only accepts "" or "1", use CSS instead:
> BORDER
> [ERROR]  * <table style="text-align: center; background-color: #E0E0E0"
> border="0" width="80%" cellpadding="10" summary="MINPACK redistribution
> policy">

Which JDK are you using?

This is due to a stricter javadoc command in a later JDK. The build is
stable on JDK 8. Later JDK versions are not regularly used in CI
builds.

Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to