Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Finally corrected the bug. The problem's source is the path of the resources. </p> <p>Here is what to do so that it works. If you're using Eclipse and get the same error as me, then go to Window > Preferences > Report Design > resource and change the resource folder to the one with your resources in it (instead of &lt;&lt; Current Projet Folder >>).</p> <p>Now, reference your base resource file (like resources.properties, and not all languages, just the default one, Birt will find the other resources_lang.properties etc on his own).</p> <p>You should now have something like this : (resource file called birtText.properties here)</p> <p><img src="https://i.stack.imgur.com/JwmT7.png" alt="enter image description here"></p> <p>If the version of your report designer is the different from the version of your Birt runtime, take care. The report designer will change some versions in the report.design xml source. You may face a runtime problem. To avoid that, check the differences between the old xml and the new. And put back everything that is not linked to the new properties files referenced (there should be only one group of new lines concerned by the linking).</p> <p>Edit : just putting the line <code>&lt;report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.22" id="1"&gt;</code> back as it was should be enough.</p> <p>This error came from the fact that the birt report designer resource folder was different from the default resource path specified in the web.xml - used by the report engine (the report folder is default).</p> <p>Hope this helps. It solved my problem.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload