Bug #851

Mis à jour par Matthieu Decorde il y a plus de 11 ans

The main Groovy script (frantextLoader.groovy) is not in Sync with the BFM importer step.

Until updates are able to fix import main script, we need to provide a new setup to fix this

Manual fix : replace line 143 with :
if (!imp.run(srcDir, binDir, txmDir, basename, paramprops)) {

The bug has been introduced by #854 fix

Retour