Package Details: ganttproject 3.3.3316-1

Git Clone URL: https://aur.archlinux.org/ganttproject.git (read-only, click to copy)
Package Base: ganttproject
Description: A project scheduling application featuring gantt chart, resource management, calendaring.
Upstream URL: https://www.ganttproject.biz/
Keywords: gantt planning project
Licenses: GPL
Submitter: None
Maintainer: SanskritFritz (lightspot21)
Last Packager: SanskritFritz
Votes: 141
Popularity: 0.000202
First Submitted: 2006-03-22 19:20 (UTC)
Last Updated: 2025-03-15 18:06 (UTC)

Pinned Comments

lightspot21 commented on 2023-03-15 13:15 (UTC) (edited on 2023-03-15 13:18 (UTC) by lightspot21)

Maintainer here. Sorry for the delay in answers, I am currently not using the software actively.

@zertyz I have merged @ulyssesrr's fix for the missing $JFX_ARGS after confirming it works on my machine too, so at least 3.2.3240 should install correctly.

Unfortunately it looks like that the software's author has changed the method of delivering updates, and currently I have no time to update the script to the new method. If anyone is interested in helping with this I am glad to merge their changes/add them as co-maintainer if they can be more active with updates.

Latest Comments

1 2 3 4 5 6 7 Next › Last »

andmars commented on 2025-03-16 18:31 (UTC) (edited on 2025-03-16 18:35 (UTC) by andmars)

> Task :graphics:linkDecoraNativeShadersLinux FAILED
/usr/bin/ld: cannot find : No such file or directory
/usr/bin/ld: cannot find : No such file or directory
/usr/bin/ld: cannot find : No such file or directory
/usr/bin/ld: cannot find : No such file or directory
/usr/bin/ld: cannot find : No such file or directory
/usr/bin/ld: cannot find : No such file or directory
/usr/bin/ld: cannot find : No such file or directory
/usr/bin/ld: cannot find : No such file or directory
/usr/bin/ld: cannot find : No such file or directory
collect2: error: ld returned 1 exit status

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':graphics:linkDecoraNativeShadersLinux'.
> Process 'command 'g++'' finished with non-zero exit value 1

* 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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.6.4/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 15s
20 actionable tasks: 20 executed
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'java11-openjfx-11.0.20.u1-1':
error: can't build ganttproject-3.3.3316-1, deps not satisfied: java11-openjfx
error: packages failed to build: java11-openjfx-11.0.20.u1-1  ganttproject-3.3.3316-1

j.mlr commented on 2024-05-21 12:33 (UTC)

I can confirm that the current version can be installed and run with java-openjfx-bin and java-environment, both of which are Java 22.

The changes I made to my local PKGBUILD:

...
depends=('java-environment' 'java-openjfx-bin' 'hicolor-icon-theme')
...
sed -i '/^BOOT_CLASS/ aJFX_ARGS="--module-path \/usr\/lib\/jvm\/java-22-openjfx\/lib\/ --add-modules=ALL-MODULE-PATH"' $srcdir/ganttproject
...

<deleted-account> commented on 2023-12-06 08:35 (UTC)

Please update the java runtime version.

From Gantt's own website:

"GanttProject 3.3.3295 may work with newer Java versions, such as Java 18 or Java 19, however, we do not test it and recommend using Java 17."

MichaelARCH commented on 2023-05-08 10:59 (UTC)

I'm facing the same issue as @silent described: java11-openjfx seems no longer supported. I'd appreciate a new option. Thank you for maintaining GANTTproject!

silent commented on 2023-04-23 06:11 (UTC)

Hi, unfortunately java11-openjfx in now in AUR and broken, and it seems that it may not be maintained any longer. Is there any chance that you could switch to GanttProject 3.3 Beta, for which JAVA 17 is the recommended dependency?

lightspot21 commented on 2023-03-15 13:15 (UTC) (edited on 2023-03-15 13:18 (UTC) by lightspot21)

Maintainer here. Sorry for the delay in answers, I am currently not using the software actively.

@zertyz I have merged @ulyssesrr's fix for the missing $JFX_ARGS after confirming it works on my machine too, so at least 3.2.3240 should install correctly.

Unfortunately it looks like that the software's author has changed the method of delivering updates, and currently I have no time to update the script to the new method. If anyone is interested in helping with this I am glad to merge their changes/add them as co-maintainer if they can be more active with updates.

zertyz commented on 2023-03-14 15:24 (UTC)

To the maintainer:

The fix from @ulyssesrr totally solved the issue with this package. Why not make a patch with that change to the original (and wrong) files?

Or even better: gantt project, when starting, says there is version .3247 available (from last october).

Possibly the new version have that fixed and no patching might be needed.

ulyssesrr commented on 2023-01-19 14:45 (UTC) (edited on 2023-01-19 14:47 (UTC) by ulyssesrr)

Error: The program states "GanttProject requires Java Runtime with JavaFX. You are using Oracle Corporation OpenJDK 64-Bit Server VM 11.0.17+1. JavaFX is available in BellSoft Liberica or Azul Zulu Java Runtime." and exits.

Fix: Last line of /opt/ganttproject/ganttproject is not using $JFX_ARGS Should be:

"$JAVA_COMMAND" -Xmx1024m $JFX_ARGS $JAVA_EXPORTS -Duser.dir="$(pwd)" $DEBUG_ARGS $BOOT_CLASS \
  --app net.sourceforge.ganttproject.GanttProject \
  --version-dirs "$GP_HOME"/plugins:~/.ganttproject.d/updates \
  -log true -log_file "$LOG_FILE" "${APP_ARGS[@]}"

archer1337 commented on 2022-11-26 02:54 (UTC)

I ran into the same problem as @oscar.0 . A possible fix could be to make liberica-jre-11-full-bin (AUR package) the JRE dependency instead of OpenJDK?