JasperReports Server CE Fork – Current Release, Version and Download?
Quote from aamirkhan on 10. March 2026, 16:33Hello everyone,
in the thread
https://jasper-forum.com/forum/topic/fork-of-community-edition/
I saw that @jose-da-s is developing a fork of the JasperReports Server Community Edition.
I reviewed the GitHub repository and it seems to be actively maintained.I have a few questions:
Is there a current release?
What is the latest version number?
Where can it be downloaded?
Is a Windows installer available?Thanks in advance.
Hello everyone,
in the thread
https://jasper-forum.com/forum/topic/fork-of-community-edition/
I saw that @jose-da-s is developing a fork of the JasperReports Server Community Edition.
I reviewed the GitHub repository and it seems to be actively maintained.
I have a few questions:
Is there a current release?
What is the latest version number?
Where can it be downloaded?
Is a Windows installer available?
Thanks in advance.
Quote from jose-da-s on 11. March 2026, 18:21Hello,
I mostly just maintain the sources but it is not hard to make your own war installer (i dont know about exe). you can build the source code acording with the instructions in the README.md, and then you can make a zip that contains the buildomatic folder, the jasperserver.war from jasperserver-war/target and a bundled ant. the structure will be
jasper-server-os-8.4.0
+- buildomatic
| +- conf_source
| +- install_resources
| +- js-install-ce.sh
| \- <etc>
+- jasperserver.war
\- apache-ant
. +- bin
. +- lib
. \- <etc>then you can install this as it is explained in the install guide in chapter 3:
https://community.jaspersoft.com/documentation_pdf/jasperreports%C2%AE-server/jasperreports-server-community-project-installation-guide-820/
I made some releases versino 8.3.0 and 8.4.0 of course it is nothing very official, just some milestones. But they should be backwards compatible except that you need Java 17 for 8.4.0
Hello,
I mostly just maintain the sources but it is not hard to make your own war installer (i dont know about exe). you can build the source code acording with the instructions in the README.md, and then you can make a zip that contains the buildomatic folder, the jasperserver.war from jasperserver-war/target and a bundled ant. the structure will be
jasper-server-os-8.4.0
+- buildomatic
| +- conf_source
| +- install_resources
| +- js-install-ce.sh
| \- <etc>
+- jasperserver.war
\- apache-ant
. +- bin
. +- lib
. \- <etc>
then you can install this as it is explained in the install guide in chapter 3:
I made some releases versino 8.3.0 and 8.4.0 of course it is nothing very official, just some milestones. But they should be backwards compatible except that you need Java 17 for 8.4.0
Quote from aamirkhan on 17. March 2026, 15:40I could not find an “apache-ant” folder in the repository. Do you mean that I should download the original ANT distribution separately and integrate it into the installer?
Thanks in advance.
I could not find an “apache-ant” folder in the repository. Do you mean that I should download the original ANT distribution separately and integrate it into the installer?
Thanks in advance.
Quote from jose-da-s on 18. March 2026, 12:23yes, just unzip the binary distribution. you can see the structure in my first post. The current version of ANT should work.
yes, just unzip the binary distribution. you can see the structure in my first post. The current version of ANT should work.
