Bug #851
Mis à jour par Matthieu Decorde il y a plus de 10 ans
The 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 able to fix import main scripts, we need to provide a new full TXM setup to fix this issue.
Manual fix: replace line 143 with :
if (!imp.run(srcDir, binDir, txmDir, basename, paramprops)) {
The bug has been introduced by #854 fix.
h2. Validation test
Run the Frantext import and check that the XSL is applied
Until TXM update mechanism is able to fix import main scripts, we need to provide a new full TXM setup to fix this issue.
Manual fix: replace line 143 with :
if (!imp.run(srcDir, binDir, txmDir, basename, paramprops)) {
The bug has been introduced by #854 fix.
h2. Validation test
Run the Frantext import and check that the XSL is applied