In Oxygen-21.1 (build 2019120214) I'm experiencing problems with an ANT transformation scenario that's making use of the ${ask} editor variable. The transformation used to work (and is still working) without problems in earlier Oxygen versions, so it seems tied to version 21.1.
The variable is defined as follows:
Code: Select all
<field name="value">
<String>${ask('Indiquer quel(les) lettre(s) à traiter', combobox, ('${cfu}':'uniquement cette lettre'; '${cfdu}':'toutes lettres du même fonds';'${pdu}/data/lettres':'toutes lettres de l'édition'))}</String>
</field>
Code: Select all
An error occurred while expanding the 'ask' editor variable, at line 1, column 180. Please check the syntax of the editor variable: '${ask('Indiquer quel(les) lettre(s) à traiter', combobox, ('${cfu}':'uniquement cette lettre'; '${cfdu}':'toutes lettres du même fonds';'${pdu}/data/lettres':'toutes lettres de l'édition'))}'.
Kind regards,
Ron