Bug #851
Mis à jour par Serge Heiden il y a plus de 11 ans
The main Groovy main entry-point script (frantextLoader.groovy) of the Frantext import module is not in Sync with the BFM importer step.
Until TXM update mechanism is updates are able to fix import main scripts, script, we need to provide a new full TXM setup to fix this issue.
Manual fix: fix : replace line 143 with :
if (!imp.run(srcDir, binDir, txmDir, basename, paramprops)) {
The bug has been introduced by #854 fix.
fix
Until TXM update mechanism is updates are able to fix import main scripts, script, we need to provide a new full TXM setup to fix this issue.
Manual fix: fix : replace line 143 with :
if (!imp.run(srcDir, binDir, txmDir, basename, paramprops)) {
The bug has been introduced by #854 fix.
fix