Skip to content

Commit

Permalink
JasperStarter updated / general improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
geekcom committed May 12, 2017
1 parent ddd9fb0 commit 88ef738
Show file tree
Hide file tree
Showing 26 changed files with 49 additions and 50 deletions.
21 changes: 21 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Release Notes - PHPJasper - Version 1.15
========================================================

** Improvement
* Updated JasperStarter to Version 3.1.0

________________________________________________________


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

** New Feature
* [JAS-83] - JSON file as a data source

** Task
* [JAS-95] - Include JasperReports 6.4.0

** Improvement
* [JAS-84] - How to pass $P{XML_DATA_DOCUMENT} to sub report - additional documentation
________________________________________________________
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Bitcoin Donations](https://img.shields.io/badge/bitcoin-donation-orange.svg)](https://blockchain.info/address/1LqwqcMfNuNzq6S671z1HjM61MpBuFCGqg)

### Docs
[![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)
[![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)

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

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.
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.

## Requirements

Expand Down Expand Up @@ -96,7 +96,7 @@ composer require geekcom/phpjasper
```
Or in your file'composer.json' add:

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


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

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


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

MIT

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

Contribute to the community PHP, make a fork!!
Contribute to the community PHP, make a fork!!
13 changes: 13 additions & 0 deletions bin/jasperstarter/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
JasperStarter - Running JasperReports from command line
========================================================

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

** New Feature
* [JAS-83] - JSON file as a data source

** Task
* [JAS-95] - Include JasperReports 6.4.0

** Improvement
* [JAS-84] - How to pass $P{XML_DATA_DOCUMENT} to sub report - additional documentation


Release Notes - JasperStarter - Version 3.0.0
---------------------------------------------

Expand Down
15 changes: 0 additions & 15 deletions bin/jasperstarter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,21 +95,6 @@ project website is hosted at [Sourceforge][].

JasperStarter is build with [Maven][].

Unfortunately one dependency (jasperreports-functions) is not provided
in a public maven repository so you must add it to your local maven
repo:

# Download jasperreports-functions-6.1.0.jar from
# https://sourceforge.net/projects/jasperreports/files/jasperreports/
$ jar xvf jasperreports-functions-6.1.0.jar META-INF/maven/net.sf.jasperreports/jasperreports-functions/pom.xml
$ mvn install:install-file -Dfile=jasperreports-functions-6.1.0.jar -DpomFile=META-INF/maven/net.sf.jasperreports/jasperreports-functions/pom.xml

See https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html

It is possible to compile JasperStarter without this dependency but users
will run into errors if they use specific functions in their reports.
So there is a test that fails if jasperreports-functions is not available.

On Linux 64 bit the launch4j-maven-plugin may fail. You need the folloing libs in a 32 bit version:

* z1
Expand Down
Binary file modified bin/jasperstarter/bin/jasperstarter.exe
Binary file not shown.
Binary file removed bin/jasperstarter/lib/commons-collections-3.2.1.jar
Binary file not shown.
Binary file not shown.
Binary file removed bin/jasperstarter/lib/core-2.3.0.jar
Binary file not shown.
Binary file added bin/jasperstarter/lib/core-3.2.1.jar
Binary file not shown.
Binary file added bin/jasperstarter/lib/icu4j-57.1.jar
Binary file not shown.
Binary file not shown.
Binary file removed bin/jasperstarter/lib/jasperreports-6.1.0.jar
Binary file not shown.
Binary file added bin/jasperstarter/lib/jasperreports-6.4.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified bin/jasperstarter/lib/jasperstarter.jar
Binary file not shown.
Binary file removed bin/jasperstarter/lib/jcommon-1.0.15.jar
Binary file not shown.
Binary file added bin/jasperstarter/lib/jcommon-1.0.23.jar
Binary file not shown.
Binary file removed bin/jasperstarter/lib/jfreechart-1.0.12.jar
Binary file not shown.
Binary file added bin/jasperstarter/lib/jfreechart-1.0.19.jar
Binary file not shown.
Binary file not shown.
Binary file added bin/jasperstarter/lib/rhino-1.7.7.1.jar
Binary file not shown.
Binary file not shown.
14 changes: 7 additions & 7 deletions docs/pt_BR/LEIA-ME_pt_BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Bitcoin Donations](https://img.shields.io/badge/bitcoin-donation-orange.svg)](https://blockchain.info/address/1LqwqcMfNuNzq6S671z1HjM61MpBuFCGqg)

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

### Sobre a biblioteca

Expand Down Expand Up @@ -337,20 +337,20 @@ Depende da complexidade do seu relatório.

## Agradecimentos

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

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


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

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


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

MIT

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

Contribua com a comunidade PHP, faça um fork !!
Contribua com a comunidade PHP, faça um fork !!
18 changes: 0 additions & 18 deletions tests/JasperPHP/JasperPHPServiceProviderTest.php

This file was deleted.

2 changes: 0 additions & 2 deletions tests/JasperPHP/JasperPHPTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ class JasperPHPTest extends PHPUnit_Framework_TestCase
* @author Rafael Queiroz <[email protected]>
* @package JasperPHP
*/
class JasperPHPTest extends \PHPUnit_Framework_TestCase

{

/**
Expand Down

0 comments on commit 88ef738

Please sign in to comment.