Package Details: java11-openjfx-doc 11.0.20.u1-1

Git Clone URL: https://aur.archlinux.org/java11-openjfx.git (read-only, click to copy)
Package Base: java11-openjfx
Description: Java OpenJFX 11 client application platform (open-source implementation of JavaFX)
Upstream URL: https://wiki.openjdk.java.net/display/OpenJFX/Main
Licenses: custom
Submitter: freswa
Maintainer: nathanchere
Last Packager: JstKddng
Votes: 3
Popularity: 0.065672
First Submitted: 2023-04-20 20:17 (UTC)
Last Updated: 2023-11-29 19:23 (UTC)

Dependencies (22)

Required by (0)

Sources (6)

Latest Comments

« First ‹ Previous 1 2 3 4 5

JoJoModding commented on 2023-04-24 08:29 (UTC) (edited on 2023-04-24 08:30 (UTC) by JoJoModding)

I get a build failure during JavaDoc:

> Task :javadoc FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':javadoc'.

more specifically, the error is caused by stuff like

../java11-openjfx/src/jfx11u-11.0.19-1/modules/javafx.graphics/src/main/java/javafx/scene/Node.java:227: error: heading used out of sequence: <H3>, compared to implicit preceding heading: <H1>
 * <h3>String ID</h3>
   ^
../java11-openjfx/src/jfx11u-11.0.19-1/modules/javafx.graphics/src/main/java/javafx/scene/layout/BorderPane.java:85: error: heading used out of sequence: <H3>, compared to implicit preceding heading: <H1>
 * <h3>Resizable Range</h3>
   ^

SmashedSqwurl commented on 2023-04-21 00:32 (UTC)

This fixed it for me:

diff --git a/PKGBUILD b/PKGBUILD
index 4231cdb..81318e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ makedepends=(
   gdk-pixbuf2
   glib2
   gperf
-  gradle
+  gradle7
   gtk2
   gtk3
   java-environment-openjdk=11
@@ -73,7 +73,7 @@ build() {
   # build against ffmpeg4.4
   export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'

-  gradle zips
+  gradle7 zips
 }

 package_java11-openjfx() {

Typology commented on 2023-04-20 22:36 (UTC) (edited on 2023-04-20 22:36 (UTC) by Typology)

==> Starting build()...

> Configure project :
*****************************************************************
Unsupported gradle version 8.1 in use.
Only version 7.3 is supported. Use this version at your own risk
*****************************************************************
gradle.gradleVersion: 8.1
OS_NAME: linux
OS_ARCH: amd64
JAVA_HOME: /usr/lib/jvm/java-17-openjdk
JDK_HOME: /usr/lib/jvm/java-17-openjdk
java.runtime.version: 17.0.7+7
java version: 17.0.7
java build number: 7
jdk.runtime.version: 17.0.7+7
jdk version: 17.0.7
jdk build number: 7
minimum jdk version: 10
minimum jdk build number: 46
GCC version: gcc11.2.0-OL6.4+1.0
cmake version: 3.22.3
ninja version: 1.8.2
ant version: 1.10.5
HAS_JAVAFX_MODULES: false
HAS_UNSUPPORTED_DESKTOP: true
STUB_RUNTIME: /usr/lib/jvm/java-17-openjdk
CONF: Release
NUM_COMPILE_THREADS: 4
COMPILE_TARGETS: linux
COMPILE_FLAGS_FILES: buildSrc/linux.gradle
HUDSON_JOB_NAME: not_hudson
HUDSON_BUILD_NUMBER: 0000
PROMOTED_BUILD_NUMBER: 0
PRODUCT_NAME: OpenJFX
RELEASE_VERSION: 11.0.19
RELEASE_SUFFIX: -internal
RELEASE_VERSION_SHORT: 11.0.19-internal
RELEASE_VERSION_LONG: 11.0.19-internal+0-2023-04-21-013505
RELEASE_VERSION_PADDED: 11.0.19.0
MAVEN_VERSION: 11.0.19-internal+0-2023-04-21-013505
UPDATE_STUB_CACHE: false

FAILURE: Build failed with an exception.

* Where:
Build file '/home/mohad/.cache/paru/clone/java11-openjfx/src/jfx11u-11.0.19-1/build.gradle' line: 1049

* What went wrong:
A problem occurred evaluating root project 'jfx11u-11.0.19-1'.
> Could not get unknown property 'outputDir' for main Java source of type org.gradle.api.internal.file.DefaultSourceDirectorySet.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 3s
2 actionable tasks: 2 executed
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'java11-openjfx-11.0.19.u1-1':