Skip to content

Commit bcff565

Browse files
authored
Merge pull request #89 from PHPJasper/develop
updated jasperstarter
2 parents 2a2f233 + 9e9ab13 commit bcff565

File tree

94 files changed

+27
-1285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+27
-1285
lines changed

CHANGES

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release Notes - PHPJasper - Version 2.6
2+
========================================================
3+
** Update
4+
* updated for jasperstarter 3.2.1
5+
________________________________________________________
16
Release Notes - PHPJasper - Version 2.5
27
========================================================
38
* https://github.com/PHPJasper/phpjasper/pull/77

bin/jasperstarter/CHANGES

100755100644
+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
JasperStarter - Running JasperReports from command line
33
========================================================
44

5+
Release Notes - JasperStarter - Version 3.2.1
6+
---------------------------------------------
7+
8+
** Task
9+
* [JAS-109] - Include JasperReports-6.4.3
10+
11+
12+
Release Notes - JasperStarter - Version 3.2.0
13+
---------------------------------------------
14+
15+
** Bug
16+
* [JAS-96] - Enable JavaScript in expression
17+
* [JAS-99] - jasperreports-functions not in maven central
18+
* [JAS-100] - Pipeline build failed: Font "Arial" is not available to the JVM
19+
* [JAS-101] - Pipeline build failed: net.sf.launch4j.ExecException: java.io.IOException: Cannot run program
20+
* [JAS-107] - JasperStarter could not run reports with Barcode4J barcodes
21+
22+
** Task
23+
* [JAS-108] - Include JasperReports 6.4.1
24+
25+
526
Release Notes - JasperStarter - Version 3.1.0
627
---------------------------------------------
728

bin/jasperstarter/LICENSE

100755100644
File mode changed.

bin/jasperstarter/NOTICE

100755100644
File mode changed.

bin/jasperstarter/README.md

100755100644
File mode changed.

bin/jasperstarter/bin/jasperstarter

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ else
2323
fi
2424

2525
#SCRIPTPATH="$(dirname $0)"
26-
#java -jar "$HOME_FOLDER/lib/jasperstarter.jar" "$@"
27-
java -jar -Djava.net.preferIPv4Stack=true -Xmx1024m "$HOME_FOLDER/lib/jasperstarter.jar" "$@"
26+
java -jar "$HOME_FOLDER/lib/jasperstarter.jar" "$@"
-58 Bytes
Binary file not shown.

bin/jasperstarter/examples/Blank_A4_1.jrxml

-42
This file was deleted.

bin/jasperstarter/examples/CancelAck.jrxml

-217
This file was deleted.

bin/jasperstarter/examples/CancelAck.xml

-11
This file was deleted.

0 commit comments

Comments
 (0)