1

I am testing the jaspergrails plugin for Grails. I am following the tutorial for this plugin. I've created a trivial jasper report and I've put it under web-app\plugins\jasper-0.9.5\reports\all-races.jasper

I am getting an exception

Error 500: java.lang.Exception: No such report spec: reports\all-races.jasper or .jrxml

Any hint why?

thanks a lot in advance.

Luis

Alex K
  • 22,315
  • 19
  • 108
  • 236
Luixv
  • 8,590
  • 21
  • 84
  • 121

1 Answers1

4

Try to put the .jasper file under web-app/reports/ instead.

Miguel Ping
  • 18,082
  • 23
  • 88
  • 136