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

LORDs_diakonos

Members
  • Posts

    23
  • Joined

  • Last visited

LORDs_diakonos's Achievements

Explorer

Explorer (4/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Bump again :-( just looking for an answer sorry to be a pain.
  2. Well for one I cannot seem to find an option to use older jasperreports lib like 2.0.5. In classic you had this option.
  3. Sorry to be a pain but I saw another thread asking the same question with no reply. Does anyone know the status of this? Can I use say Jasper Reports lib 2.05 with the newer iReportNB
  4. In iReport 3.0 classic you were able to use iReport and set the compatibility to say JasperReport 2.0.5 but I don't see that option anymore. Am I missing the option
  5. What is teh best way to manipulate dates for default parameters? I need to say Calendar.getInstance().add(Calendar.DATE,-1) and then call .getTime() on the calendar. Having to do this in one line is the problem. Should I use a scriplet for this?
  6. In versions of iReport previous to 1.3.3 when you left the band that a field was in it would be red on teh border. It still is if I go too low but say I have something in the detail and i push it too high so it is touching the column header it doesn't turn red now. Also if I push it too far to the left. Has this functionality changed for a reason?
  7. Very much thank you. I got the compilermanager to work though as fixing the classpath helped that. I appreciate your help here. Thank you
  8. Well I did find another jar providing the jdt compiler. I want to store the jrxml and jasper files on my app. We are not using the jasperserver becuase we require tighter integration into our cms then is easily provided and I want to save teh jrxml in case people ever need access to it to modify it. Once I have a JasperReport object how can I save it to a file?
  9. 5.0.28 It is a tomcat that is bundled with an older version of liferay. DO you know where th other jdt compiler would be. I looked but didn't see it. Also How else can i accomplish the building of the report? I have a jrxml and I am trying to compile and save a jasper file to the filesystem which is why I am using compiletofile(). The other compilers only have compile(JasperDesign)?? not to file.
  10. I am getting java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.CompilationResult.getErrors() at net.sf.jasperreports.engine.design.JRJdtCompiler$2.acceptResult(JRJdtCompiler.java:418) The report is throwing a compile error as it should but I shouldn't get the no such method. I am using jasperreports 1.3.2. I placed jdt-compiler-3.1.1.jar which is included in teh project downlaod in teh lib directory on my classpath. I am running in tomcat 5. Problem is cause it is a no suchmethod i cannot even catch it it just dies :-(
  11. Could work many ways but at the least I would like to get a report and be able to schedule a cron trigger on it.
  12. Can you schedule reports and/or get a list of scheduled Jobs via the WebServices?
  13. Is there any javadoc for jasperserver?
×
×
  • Create New...