Jump to content
  • 0

Eclipse Problem! With Ant


Question

Posted

Well i updated the java.. but nothing at all :/ still i get the error bellow!!! Some help?

 

 

Buildfile: D:\Alex\workspace\Aplo_1\L2J_Server\build.xml

clean:

checkRequirements:

 

BUILD FAILED

D:\Alex\workspace\Aplo_1\L2J_Server\build.xml:171: Ant 1.8.2 is required. But your version is Apache Ant version 1.7.1 compiled on June 27 2008

 

Total time: 200 milliseconds

 

12 answers to this question

Recommended Posts

  • 0
Posted

I installed from the beggining the eclipse with subclipse and etc...and still get these errors!!

 

 

Buildfile: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build.xml

clean:

checkRequirements:

getChangelogDateVersion:

 

BUILD FAILED

D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build.xml:183: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, ??? ????? ?????? ? ?????? ??? ???????????? ??????? ??? ?? ???????

 

Total time: 463 milliseconds

 

On clean :

	<target name="clean" description="Remove the output directories">

 

On Check Requirements :

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

 

and on GetChangeLogDataVersion :

	<target name="getChangelogDateVersion" description="Get Changelog, Date, Version">

 

Wtf are thes Problems with eclipse...Maybe the svns of L2jServer SUX?

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...