Reputation: 826
I am migrating from Jasper 5.5.x to 6.4.0, using Jaspersoft Studio (no more iReport), but I noticed that after modifying a few reports, JRXML files are not modified (at least not in the folder where .jrxml and .jasper are, from where I opened it). they are in the "workspace". How can I make Studio to save the jrxml in the same place that .jaspers?
Upvotes: 1
Views: 2825
Reputation: 822
You can find the path when you click on compile report button next to dataset and query editor in jaspersoft studio then it will show down the status with path this is example
Started the compilation of the resource Companyrep.jrxml
Report binary file generated in C:\Users\JaspersoftWorkspace\MyReports\Companyrep.jasper
Upvotes: 1
Reputation: 126
Usually they are saved in the same folder but I don't have experience in migrating from iReport. You can change the directory where Jasersoft Studio saves the files by right-clicking on your project in the Project Explorer and selecting Properties. On the left side you select Resources->Linked Resources. Under Path Variables you can set the PROJECT_LOC variable.
Hope this helps
Upvotes: 1