Skip to content

updated jasperstarter #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release Notes - PHPJasper - Version 2.6
========================================================
** Update
* updated for jasperstarter 3.2.1
________________________________________________________
Release Notes - PHPJasper - Version 2.5
========================================================
* https://github.com/PHPJasper/phpjasper/pull/77
Expand Down
21 changes: 21 additions & 0 deletions bin/jasperstarter/CHANGES
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
JasperStarter - Running JasperReports from command line
========================================================

Release Notes - JasperStarter - Version 3.2.1
---------------------------------------------

** Task
* [JAS-109] - Include JasperReports-6.4.3


Release Notes - JasperStarter - Version 3.2.0
---------------------------------------------

** Bug
* [JAS-96] - Enable JavaScript in expression
* [JAS-99] - jasperreports-functions not in maven central
* [JAS-100] - Pipeline build failed: Font "Arial" is not available to the JVM
* [JAS-101] - Pipeline build failed: net.sf.launch4j.ExecException: java.io.IOException: Cannot run program
* [JAS-107] - JasperStarter could not run reports with Barcode4J barcodes

** Task
* [JAS-108] - Include JasperReports 6.4.1


Release Notes - JasperStarter - Version 3.1.0
---------------------------------------------

Expand Down
Empty file modified bin/jasperstarter/LICENSE
100755 → 100644
Empty file.
Empty file modified bin/jasperstarter/NOTICE
100755 → 100644
Empty file.
Empty file modified bin/jasperstarter/README.md
100755 → 100644
Empty file.
3 changes: 1 addition & 2 deletions bin/jasperstarter/bin/jasperstarter
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ else
fi

#SCRIPTPATH="$(dirname $0)"
#java -jar "$HOME_FOLDER/lib/jasperstarter.jar" "$@"
java -jar -Djava.net.preferIPv4Stack=true -Xmx1024m "$HOME_FOLDER/lib/jasperstarter.jar" "$@"
java -jar "$HOME_FOLDER/lib/jasperstarter.jar" "$@"
Binary file modified bin/jasperstarter/bin/jasperstarter.exe
Binary file not shown.
42 changes: 0 additions & 42 deletions bin/jasperstarter/examples/Blank_A4_1.jrxml

This file was deleted.

217 changes: 0 additions & 217 deletions bin/jasperstarter/examples/CancelAck.jrxml

This file was deleted.

11 changes: 0 additions & 11 deletions bin/jasperstarter/examples/CancelAck.xml

This file was deleted.

Loading