O Antlr não pode ser encontrado ao construir Processamento

1

Este é o meu erro ao criar o link :

BUILD FAILED
/opt/processing/build/build.xml:309: The following error occurred while executing this line:
/opt/processing/build/build.xml:365: The following error occurred while executing this line:
/opt/processing/java/build.xml:37: Problem: failed to create task or type antlr
Cause: the class org.apache.tools.ant.taskdefs.optional.ANTLR was not found.
        This looks like one of Ant's optional components.
Action: Check that the appropriate optional JAR exists in
        -/opt/apache-ant-1.9.5/lib
        -/root/.ant/lib
        -a directory added on the command line with the -lib argument

Do not panic, this is a common problem.
The commonest cause is a missing JAR.

This is not a bug; it is a configuration problem

Eu fiz o que diz e coloquei o frasco no lugar certo. Eu não vi nenhuma documentação ant sobre como passar o -lib na linha de comandos Eu até tentei instalar antlr via gerenciador de pacotes que funciona eu posso digitar antlr e cospe

Antlr parser generator   Version 1.33MR33   1989-2001

O que posso fazer?

    
por Seth_fox 21.10.2015 / 12:10

1 resposta

0

Tive a mesma mensagem do pacote gluegen. O Google obteve o link apenas para a pesquisa de turma. Instalar ant-optional / ant -optional-1.5.3-1.jar.zip (608 k) resolveu este problema (para o próximo).

    
por MiMa 01.11.2015 / 01:20