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.
-4.96 MB
Binary file not shown.
5.31 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-234 Bytes
Binary file not shown.
-302 KB
Binary file not shown.
323 KB
Binary file not shown.
-1.31 MB
Binary file not shown.
1.49 MB
Binary file not shown.
1.2 MB
Binary file not shown.

docs/pt_BR/LEIA-ME_pt_BR.md

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

1010
### Documentação
11-
[![Language-en_US](https://img.shields.io/badge/en__US-100%25-green.svg)](https://github.com/geekcom/phpjasper/blob/master/README.md)
11+
[![Language-en_US](https://img.shields.io/badge/en__US-100%25-green.svg)](https://github.com/PHPJasper/phpjasper/blob/master/README.md)
1212

1313
### Sobre a biblioteca
1414

@@ -337,20 +337,20 @@ Depende da complexidade do seu relatório.
337337

338338
## Agradecimentos
339339

340-
[Cenote GmbH](http://www.cenote.de/) pelo [JasperStarter](http://jasperstarter.sourceforge.net/) tool.
340+
[Cenote GmbH](http://www.cenote.de/) pelo [JasperStarter](https://bitbucket.org/cenote/jasperstarter/) tool.
341341

342342
[JetBrains](https://www.jetbrains.com/) pelo [PhpStorm](https://www.jetbrains.com/phpstorm/) e seu grande apoio.
343343

344344

345-
## [Dúvidas?](https://github.com/geekcom/phpjasper/issues)
345+
## [Dúvidas?](https://github.com/PHPJasper/phpjasper/issues)
346346

347-
Abra uma [Issue](https://github.com/geekcom/phpjasper/issues) ou procure por Issues antigas
347+
Abra uma [Issue](https://github.com/PHPJasper/phpjasper/issues) ou procure por Issues antigas
348348

349349

350-
## [Licença](https://github.com/geekcom/phpjasper/blob/master/LICENSE)
350+
## [Licença](https://github.com/PHPJasper/phpjasper/blob/master/LICENSE)
351351

352352
MIT
353353

354-
## [Contribuição](https://github.com/geekcom/phpjasper/blob/master/CONTRIBUTING.md)
354+
## [Contribuição](https://github.com/PHPJasper/phpjasper/blob/master/CONTRIBUTING.md)
355355

356-
Contribua com a comunidade PHP, faça um fork !!
356+
Contribua com a comunidade PHP, faça um fork !!

tests/JasperPHP/JasperPHPServiceProviderTest.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/JasperPHP/JasperPHPTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ class JasperPHPTest extends PHPUnit_Framework_TestCase
1010
* @author Rafael Queiroz <[email protected]>
1111
* @package JasperPHP
1212
*/
13-
class JasperPHPTest extends \PHPUnit_Framework_TestCase
14-
1513
{
1614

1715
/**

0 commit comments

Comments
 (0)