diff options
author | Yuan Liao <liaoyuan@gmail.com> | 2022-01-16 08:54:32 -0800 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-01-17 10:28:26 +0100 |
commit | a5cafff5294e38d8661b1c2468c7479f5aef4229 (patch) | |
tree | 16448e93cab2adf07f21da9f2c8215542cda1944 /dev-java/cpptasks | |
parent | dev-java/jsch: bump to 0.1.55 (diff) | |
download | gentoo-a5cafff5294e38d8661b1c2468c7479f5aef4229.tar.gz gentoo-a5cafff5294e38d8661b1c2468c7479f5aef4229.tar.bz2 gentoo-a5cafff5294e38d8661b1c2468c7479f5aef4229.zip |
dev-java/cpptasks: Fix Javadoc generation on JDK 11+
The 'javadoc' program shipped in JDK 11+ requires all classes used by
the input source files to be present in the classpath passed to it.
This has caused numerous other bugs alike, including 780531, 788109,
and 820863.
Closes: https://bugs.gentoo.org/831294
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23828
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/cpptasks')
-rw-r--r-- | dev-java/cpptasks/cpptasks-1.0_beta5-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-java/cpptasks/cpptasks-1.0_beta5-r1.ebuild b/dev-java/cpptasks/cpptasks-1.0_beta5-r1.ebuild index f754a3db0200..0bb21854e881 100644 --- a/dev-java/cpptasks/cpptasks-1.0_beta5-r1.ebuild +++ b/dev-java/cpptasks/cpptasks-1.0_beta5-r1.ebuild @@ -36,6 +36,7 @@ RDEPEND=" " JAVA_ANT_REWRITE_CLASSPATH="yes" +JAVA_ANT_CLASSPATH_TAGS="javac javadoc" EANT_BUILD_TARGET="jars" EANT_TEST_TARGET="run-tests -Djunit-available=true" |