Jump to content
We've recently updated our Privacy Statement, available here ×

Jasper and Version


2004 IR Help

Recommended Posts

By: roberto71 - roberto71

Jasper and Version

2004-11-24 23:29

It's possible to retrieve using api the jasper version ?

 

I haven't find the version in any source file..

 

I'm building a application that use jasper as runtime engine and i would like to show in the about screen the version of japser.

 

Thank You

 

 

 

 

By: Teodor Danciu - teodord

RE: Jasper and Version

2005-07-20 00:48

 

Hi,

 

What you need is explained here:

http://sourceforge.net/tracker/index.php?func=detail&aid=1080053&group_id=36382&atid=416706

 

I hope this helps.

Teodor

Link to comment
Share on other sites

  • 2 months later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

The link points to obsolete JasperReports pages on sourceforge.net.

 

I'll quote here Teodor's response:

Hi,

I have added to the meta-inf/Manifest.mf file inside
the distributed JAR, the JasperReports version information.

You'll be able to retrieve the version of the currently
installed
JasperReports library like this:

Package.getPackage("net.sf.jasperreports.engine").getImplementationVersion();

See the root build.xml file in the CVS repository for details.

Thank you,
Teodor

 

Regards,

Lucian

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...