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

pere.pasqual

Members
  • Posts

    12
  • Joined

  • Last visited

pere.pasqual's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Hi and sorry for being late to the party, I've been suffering this since the 1st time I tried Jaspersoft Studio. Information regarding this is scarce or non existant, as usual. In my experience, there's a couple of things to take into account: 1) Don't LINK resource boundles. It won't work. Just include the actual files and it will copy them in the project directory. The problem is that if you modify them outside, you have to overwrite them every time. 2) Include your resource bundle files or directory in the build path (right click over directory or file -> "Build Path" -> "Use as Resource Folder"). Otherwise it won't work (or that's what I've experienced).
  2. It's sad that noone, not even from the company, bothered replying this in 6 years. Well, there's an easy way I learnt from StackOverflow. In the DESIGN tab there's an icon displaying a sheet with "010" over it. This will compile the individual report.
  3. More than eight years ago, but no further traces of "Massimo" neither anyone bothered giving a damn about this matter, even if it's full of questions and tickets everywhere.
  4. Crapstersoft must be the junkiest software company ever. This option is not working neither it ever has, but noone gives a damn here. Look at these comments, dated from years ago. Nothing to do. Noone in the docs (https://community.jaspersoft.com/documentation/tibco-jaspersoft-studio-user-guide/v630/setting-compatibility-earlier-versions) says where you can download these libraries (even if it's as easy as browsing in their Sourceforge - https://sourceforge.net/projects/jasperreports/files/archive/jasperreports/JasperReports%204.5.1/ - noone mentions this, and noone says it's the .ZIP file the one you must get); noone says there's a dropdown Maven URL list where the program is supposed to get the files - but it won't work either because they are written with the HTTP protocol (those are not working anymore) instead of the HTTPS one. Can this be further lamer? YEAH, IT CAN: after solving this... the project or the individual .jrxml will not compile, either! Still, you'll get a bunch of unsolvable exceptions: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester at net.sf.jasperreports.engine.JasperCompileManager.compileReportToFile(JasperCompileManager.java:108) at com.jaspersoft.jasperreports.toolkit.JRCompiler.main(JRCompiler.java:52) Caused by: java.lang.ClassNotFoundException: org.apache.commons.digester.Digester at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source) at java.base/java.lang.ClassLoader.loadClass(Unknown Source) ... 2 more Compilation terminated Noone will care ever about these bugs.
  5. The proper way to do it it's in my previous comment. Anyway, there's no way to build the .jrxml ever.
  6. For anyone having the same problem as Ankur, as NOONE bothered taking care of this after 9 years: It's in the Jaspersof Studio -> Compatibility section, "Compiler Settings" -> "Manage JasperReports Versions". Click on the "Add From URL"; a dropdown with the proper versions of the libraries you want to download will appear. But after you choice you have to add an "s" to "http" to become "https"; noone in Jaspersoft seemed to give a damn about this for decades. The you click "download" and it will download everything and put it on the proper workspace folder. Also you should be able to download it from Sourceforge (for instance, https://sourceforge.net/projects/jasperreports/files/archive/jasperreports/JasperReports%204.5.1/); you can browse back and find whichever version you need). The one you are supposed to get is the .zip one (also noone gave a damn explaining this anywere in the "documentation" here: https://community.jaspersoft.com/documentation/tibco-jaspersoft-studio-user-guide/v630/setting-compatibility-earlier-versions Then you unzip it, put everything in your folder of choice, and select "and from path" from the previous dialogue. It won't work, either. Whatever you attempt it will throw a "NoClassDefFoundError" or so exception. But don
×
×
  • Create New...