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.
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.
Use
strace -f ant pdf
to see which files are being created. You can limit the output of strace to the file-create operations.