0

I've been able to generate sample reports in Jasper Reports tied with ANT and JDK, my question is, when I do the "ant pdf" command, it builds the report successfully, but where does it store it to?

Thank you.

1 Answers1

0

Use strace -f ant pdf to see which files are being created. You can limit the output of strace to the file-create operations.

Nils
  • 7,657
  • 3
  • 31
  • 71