Skip to content

Commit 88ef738

Browse files
committed
JasperStarter updated / general improvements
1 parent ddd9fb0 commit 88ef738

26 files changed

+49
-50
lines changed

CHANGES

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Release Notes - PHPJasper - Version 1.15
2+
========================================================
3+
4+
** Improvement
5+
* Updated JasperStarter to Version 3.1.0
6+
7+
________________________________________________________
8+
9+
10+
Release Notes - JasperStarter - Version 3.1.0
11+
========================================================
12+
13+
** New Feature
14+
* [JAS-83] - JSON file as a data source
15+
16+
** Task
17+
* [JAS-95] - Include JasperReports 6.4.0
18+
19+
** Improvement
20+
* [JAS-84] - How to pass $P{XML_DATA_DOCUMENT} to sub report - additional documentation
21+
________________________________________________________

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Bitcoin Donations](https://img.shields.io/badge/bitcoin-donation-orange.svg)](https://blockchain.info/address/1LqwqcMfNuNzq6S671z1HjM61MpBuFCGqg)
88

99
### Docs
10-
[![Language-pt_BR](https://img.shields.io/badge/pt__BR-100%25-green.svg)](https://github.com/geekcom/phpjasper/blob/master/docs/pt_BR/LEIA-ME_pt_BR.md)
10+
[![Language-pt_BR](https://img.shields.io/badge/pt__BR-100%25-green.svg)](https://github.com/PHPJasper/phpjasper/blob/master/docs/pt_BR/LEIA-ME_pt_BR.md)
1111

1212
### About
1313
This package is the solution to compile and process JasperReports (.jrxml & .jasper files) just using PHP.
@@ -47,7 +47,7 @@ It is recommended using [Jaspersoft Studio](http://community.jaspersoft.com/proj
4747
* Reports
4848
* Listings
4949

50-
Package to generate reports with [JasperReports 6.3.1](http://community.jaspersoft.com/project/jaspersoft-studio/releases) library through [JasperStarter v3](http://jasperstarter.sourceforge.net/) command-line tool.
50+
Package to generate reports with [JasperReports 6.3.1](http://community.jaspersoft.com/project/jaspersoft-studio/releases) library through [JasperStarter v3.1.0](https://bitbucket.org/cenote/jasperstarter) command-line tool.
5151

5252
## Requirements
5353

@@ -96,7 +96,7 @@ composer require geekcom/phpjasper
9696
```
9797
Or in your file'composer.json' add:
9898

99-
```javascript
99+
```json
100100
{
101101
"require": {
102102
"geekcom/phpjasper": "1.*"
@@ -348,15 +348,15 @@ I have a report that generates a *Invoice* with a DB connection, images and mult
348348
[JetBrains](https://www.jetbrains.com/) for the [PhpStorm](https://www.jetbrains.com/phpstorm/) and all great tools.
349349

350350

351-
## [Questions?](https://github.com/geekcom/phpjasper/issues)
351+
## [Questions?](https://github.com/PHPJasper/phpjasper/issues)
352352

353-
Open a new [Issue](https://github.com/geekcom/phpjasper/issues) or look for a closed issue
353+
Open a new [Issue](https://github.com/PHPJasper/phpjasper/issues) or look for a closed issue
354354

355355

356-
## [License](https://github.com/geekcom/phpjasper/blob/master/LICENSE)
356+
## [License](https://github.com/PHPJasper/phpjasper/blob/master/LICENSE)
357357

358358
MIT
359359

360-
## [Contribute](https://github.com/geekcom/phpjasper/blob/master/CONTRIBUTING.md)
360+
## [Contribute](https://github.com/PHPJasper/phpjasper/blob/master/CONTRIBUTING.md)
361361

362-
Contribute to the community PHP, make a fork!!
362+
Contribute to the community PHP, make a fork!!

bin/jasperstarter/CHANGES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
JasperStarter - Running JasperReports from command line
33
========================================================
44

5+
Release Notes - JasperStarter - Version 3.1.0
6+
---------------------------------------------
7+
8+
** New Feature
9+
* [JAS-83] - JSON file as a data source
10+
11+
** Task
12+
* [JAS-95] - Include JasperReports 6.4.0
13+
14+
** Improvement
15+
* [JAS-84] - How to pass $P{XML_DATA_DOCUMENT} to sub report - additional documentation
16+
17+
518
Release Notes - JasperStarter - Version 3.0.0
619
---------------------------------------------
720

bin/jasperstarter/README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -95,21 +95,6 @@ project website is hosted at [Sourceforge][].
9595

9696
JasperStarter is build with [Maven][].
9797

98-
Unfortunately one dependency (jasperreports-functions) is not provided
99-
in a public maven repository so you must add it to your local maven
100-
repo:
101-
102-
# Download jasperreports-functions-6.1.0.jar from
103-
# https://sourceforge.net/projects/jasperreports/files/jasperreports/
104-
$ jar xvf jasperreports-functions-6.1.0.jar META-INF/maven/net.sf.jasperreports/jasperreports-functions/pom.xml
105-
$ mvn install:install-file -Dfile=jasperreports-functions-6.1.0.jar -DpomFile=META-INF/maven/net.sf.jasperreports/jasperreports-functions/pom.xml
106-
107-
See https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html
108-
109-
It is possible to compile JasperStarter without this dependency but users
110-
will run into errors if they use specific functions in their reports.
111-
So there is a test that fails if jasperreports-functions is not available.
112-
11398
On Linux 64 bit the launch4j-maven-plugin may fail. You need the folloing libs in a 32 bit version:
11499

115100
* z1
-234 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

bin/jasperstarter/lib/core-2.3.0.jar

-516 KB
Binary file not shown.

bin/jasperstarter/lib/core-3.2.1.jar

532 KB
Binary file not shown.

bin/jasperstarter/lib/icu4j-57.1.jar

10.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)