Skip to content

RogerioJOliveira/JasperReports-package-Builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JasperReports package builder

This tool builds JasperReports deb files ready to be published in an apt repository.

We publish the deb packaged JasperReports in our apt repository.

Dependencies

  • Phing
  • fakeroot Ubuntu package

Usage

First, you have to download JasperReports library at JasperForge. Then, you put the extracted library in the src directory. Make sure you put the root of the archive, JasperSoft name the root folder jasperreports-x.y.z. The build file depends on this name structure.

Then, you call phing :

phing -Dsrc.version=4.0.1

To make another release of the package, add the parameter package.version

phing -Dsrc.version=4.0.1 -Dpackage.version=4.0.1-1

You should have a deb package in your dist directory.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 89.8%
  • Java 10.2%