The moose likes Ant, Maven and Other Build Tools and the fly likes jasper report and maven dependencies Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "jasper report and maven dependencies" Watch "jasper report and maven dependencies" New topic
Author

jasper report and maven dependencies

Rajubhai Kotwal
Ranch Hand

Joined: Nov 03, 2009
Posts: 47
Hello everyone,

I have been trying to work on Jasper report. I have built few reports and I was able to export this building (design) within .pdf file. Now I wish to deploy the design using Java. In order to achieve this, one needs to import jasperreports' package like net.sf.jasperreports.engine. I want to know I should import this package in eclipse galelio? Do I need to download net.sf.jasperreports.engine? Or is there any .jar file available to do the same? I have been searching for Eclipse only through google. I haven't found desirable results yet. Alternately, I have other option to import these packages and ask maven (pom.xml) to include these packages. Does anyone know whether there is compatibility between maven dependencies and jasper reports? I have gone through the following link.
http://mojo.codehaus.org/jasperreports-maven-plugin/dependencies.html .
Still i am looking optimal solution. Has anyone worked on similar task? It would be a great help for me if you share it. Thanks in advance.

Best regards.
Martijn Verburg
author
Bartender

Joined: Jun 24, 2003
Posts: 3206

Have you checked Maven Central for the JAR files?


Cheers, Martijn - Blog, Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!
Rajubhai Kotwal
Ranch Hand

Joined: Nov 03, 2009
Posts: 47
@Martijn Verburg

Thanks a lot for your suggestions. I have included required jar files in the path and issue is resolved. I mean it seems that it has resolved at present. I included dependencies in pom.xml as well. So hopefully I will be having a ptimal solution by tonight. Thank you.

Best regards.
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 12513



One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
Rajubhai Kotwal
Ranch Hand

Joined: Nov 03, 2009
Posts: 47
@Tim Holloway


Thank you very much friend.


Best regards.
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12612
Whoa; that's Tomcat's JSP engine, not Jasper Reports.
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 12513

David Newton wrote:Whoa; that's Tomcat's JSP engine, not Jasper Reports.


Rajubhai Kotwal
Ranch Hand

Joined: Nov 03, 2009
Posts: 47
<dependency>
<groupId>jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>3.5.3</version>
</dependency>


right solution and included the required jar files in my workspace. Topic seized.
 
 
subject: jasper report and maven dependencies
 
Threads others viewed
create report with java
Jasper Reports
Eclipse current policy properties - Unexpected Behavioor with JasperReports
importing Jasper report engine package in Eclipse
jasper report ,jasper report jar files and maven dependencies.
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com