Jump to content
We've recently updated our Privacy Statement, available here ×

Why are all Jaspersoft reports named "main_jrxml.jrxml" on Jaspersoft server?


tomw_2

Recommended Posts

0

 

On our Jaspersoft server, all our reports are in separate folders named for the report, and in each folder are two files: An XML file named for the report, and a file "main_jrxml.jrxml" which contains the actual report. Our "reports project" Git repository for local editing of reports looks like this:

ReportName1 Folder   ReportName1.xml   main_jrxml.jrxmlReportName2 Folder   ReportName2.xml   main_jrxml.jrxmlReportName3 Folder   ReportName3.xml   main_jrxml.jrxml

One of our developers has been creating new reports locally in Jaspersoft Studio, and he sent me his reports as a bunch of standalone files:

NewReport4.jrxmlNewReport5.jrxmlNewReport6.jrxml

What accounts for the difference in file names/folder structures, and how do I convert his reports to our existing format?

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

The only way I know of is the following operation

'NewReport4.jrxml' as an example.

1. Create a new report in Studio. Name it 'NewReport4.jrxml'.
2. Open the Source tab in the center of the Studio screen.
3. Copy and paste the contents of the obtained 'NewReport4.jrxml' into a text-based file and save it.
4. Upload the file to the Server.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...