Bug #2379
RCP: 0.7.9, SchemasProgressionMacro Could not find matching constructor error
| Statut: | New | Début: | 16/05/2018 | |
|---|---|---|---|---|
| Priorité: | Normal | Echéance: | ||
| Assigné à: | - | % réalisé: | 0% |
|
| Catégorie: | Annotation | Temps passé: | - | |
| Version cible: | TXM Annotation URS X.X |
Description
Exécution de SchemasProgressionMacro.groovy Error during script execution: groovy.lang.GroovyRuntimeException: Could not find matching constructor for: org.txm.searchengine.cqp.corpus.FakeQueryResult(java.lang.String, java.lang.String, org.txm.searchengine.cqp.corpus.MainCorpus, org.txm.searchengine.cqp.corpus.query.Query, [I, [I, null)
Solution 1¶
Patch $HOME/TXM/scripts/macro/org/txm/macro/analec/SchemasProgressionMacro.groovy file :
replace line
def queryResult = new FakeQueryResult("FAKE", corpus.getName(), corpus, query, starts, ends, null)
by
def queryResult = new FakeQueryResult(corpus.getName(), corpus, query, starts, ends, null)
Solution 2¶
Do the same patch in the source file SchemasProgressionMacro.groovy of TXM SVN repository
Historique
#1 Mis à jour par Serge Heiden il y a plus de 7 ans
- Sujet changé de RCP: 0.7.9, SchemasProgressionMacro Could not find matching constructor à RCP: 0.7.9, SchemasProgressionMacro Could not find matching constructor error
#2 Mis à jour par Serge Heiden il y a plus de 7 ans
- Description mis à jour (diff)
#3 Mis à jour par Serge Heiden il y a plus de 7 ans
- Version cible changé de TXM Annotation URS X.X à TXM Annotation URS 3.0
#4 Mis à jour par Matthieu Decorde il y a plus de 6 ans
- Version cible changé de TXM Annotation URS 3.0 à TXM Annotation URS X.X