Jaspersoft Eclipse Plugin - generate Jasper in build/classes
Posted on April 10, 2017 at 6:06am
Currently when I edit and compile with the Jaspersoft plugin for eclipse the compiled report is placed in the same directory as the report. Is there a way to get it to be built in and build/classes directory so I do not have to manyallu copy it there?
Thanks
Joined: Jan 26 2017 - 4:58am
Last seen: 2 years 12 months ago
Posted on April 10, 2017 at 2:30pm
This is just an eclipse issue. You can just "export" instead of regular build or setup a maven project instead of a Java project. I personally just setup a maven pom.xml file and execute a maven script to build and copy to my target directory.
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 11 months ago