Ir para conteúdo
  • Cadastre-se
  • 0

Erro Build


Luquinhas14

Pergunta

Eu estou dando Build no Projeto e esta apareçendo esse erro

 

 

BUILD FAILED

C:\Documents and Settings\Lucas.Bomfim\workspace\WanHelsing\L2JBeta_GameServer\build.xml:133: Ant 1.8.2 is required. But your version is Apache Ant version 1.7.1 compiled on June 27 2008

 

Aguardo Respostas.

Link para o comentário
Compartilhar em outros sites

5 respostass a esta questão

Posts recomendados


Alguem pode mandar isso da build configurado.

 

<target name="checkRequirements" description="Check Requirements">

<fail message="Ant 1.6.1 is required. But your version is ${ant.version}">

<condition>

<not>

<antversion atleast="1.7.1" />

</not>

</condition>

</fail>

<available classname="java.lang.AutoCloseable" property="JDK7.present" />

<fail unless="JDK7.present" message="Java 1.7 is required. But your version is Java ${ant.java.version} and probably JDK is not installed." />

</target>

Link para o comentário
Compartilhar em outros sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Processando...



×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.