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

aloleary

Members
  • Posts

    6
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by aloleary

  1. Hello, Having access to the latest verison of Jasper in Maven for the server is great. But for our client we dont have the same power for the slim applet jar of Jasper. does this exist somewhere or would it be possible to add as part of the release cycle - thank! -A-
  2. Sorry Teodor - I didn't see the 2nd page of this topic ! I replied after reading the first page !
  3. Is it possible to get the new releases up here ? Would like to start using 4.0.x but we stay within the Maven ecosystem Thanks!
  4. Ok thanks... One thing to note - it might be good to "undelete" the directory and use 'relocate' to prevent a lot of problems with other Maven users: http://maven.apache.org/guides/mini/guide-relocation.html Its quite easy to do: example: <project> <modelVersion>4.0.0</modelVersion> <groupId>bar</groupId> <artifactId>foo</artifactId> <version>1.0</version> <distributionManagement> <relocation> <groupId>org.bar</groupId> </relocation> </distributionManagement></project>
  5. Hello, JasperReports seem to have been deleted from the Jasper maven repository !? http://jasperreports.sourceforge.net/maven2/ Was using this sucessfully only yesterday (for 3.7.2) Anyone able to look into this ?? Thanks -A- Post Edited by aloleary at 05/07/2010 10:56
  6. hello, i am wondering if the following might be possible. currently using JasperReports to produce printable reports on "normal" printers also have some special reports/receipts that are going to be printed to ESC/POS printers. these printers are quite different and command driven but the core content is the same. what i would like to do is leverage as much as jasper as possible for this pipeline also (say have simple JRXML files even for the receipts) however this will mean that i have to implement my own JasperFillManager.fillReportToESCPOSCommandFile (etc) before i start down this path - do you think it will be possible to do ? or should i keep the two pipelines (report/receipt) seperate thanks in advance -a-
×
×
  • Create New...