Jump to content
  • 0

eclipse compile error


Question

Posted

Buildfile: C:\Users\tica\workspace\L2_GameServer\build.xml
clean:
   [delete] Deleting directory C:\Users\tica\workspace\L2_GameServer\build
verifyRequirements:
init:
    [mkdir] Created dir: C:\Users\tica\workspace\L2_GameServer\build
    [mkdir] Created dir: C:\Users\tica\workspace\L2_GameServer\build\classes
    [mkdir] Created dir: C:\Users\tica\workspace\L2_GameServer\build\dist
    [mkdir] Created dir: C:\Users\tica\workspace\L2_GameServer\build\dist\login
    [mkdir] Created dir: C:\Users\tica\workspace\L2_GameServer\build\dist\gameserver
version:
     [color=red][exec] Result: 1[/color]
compile:
    [javac] Compiling 1520 source files to C:\Users\tica\workspace\L2_GameServer\build\classes
jar:
      [jar] Building jar: C:\Users\tica\workspace\L2_GameServer\build\l2jserver.jar
      [jar] Building jar: C:\Users\tica\workspace\L2_GameServer\build\l2jlogin.jar
     [copy] Copying 1 file to C:\Users\tica\workspace\L2_GameServer\build\dist\login
     [copy] Copying 1 file to C:\Users\tica\workspace\L2_GameServer\build\dist\gameserver
jarsrc:
    [mkdir] Created dir: C:\Users\tica\workspace\L2_GameServer\build\dist\libs
      [jar] Building jar: C:\Users\tica\workspace\L2_GameServer\build\dist\libs\l2jserver-src.jar
dist:
     [copy] Copying 1 file to C:\Users\tica\workspace\L2_GameServer\build\dist\login
     [copy] Copying 1 file to C:\Users\tica\workspace\L2_GameServer\build\dist\gameserver
     [copy] Copying 13 files to C:\Users\tica\workspace\L2_GameServer\build\dist\libs
     [copy] Copying 2 files to C:\Users\tica\workspace\L2_GameServer\build\dist\languages
     [copy] Copying 3 files to C:\Users\tica\workspace\L2_GameServer\build\dist\images
     [copy] Copying 2 files to C:\Users\tica\workspace\L2_GameServer\build\dist\doc
     [copy] Copying 9 files to C:\Users\tica\workspace\L2_GameServer\build\dist\doc
     [copy] Copying 10 files to C:\Users\tica\workspace\L2_GameServer\build\dist\login
     [copy] Copying 5 files to C:\Users\tica\workspace\L2_GameServer\build\dist\gameserver
    [mkdir] Created dir: C:\Users\tica\workspace\L2_GameServer\build\dist\gameserver\log
    [mkdir] Created dir: C:\Users\tica\workspace\L2_GameServer\build\dist\login\log
    [mkdir] Created dir: C:\Users\tica\workspace\L2_GameServer\build\dist\login\config
     [copy] Copying 21 files to C:\Users\tica\workspace\L2_GameServer\build\dist\gameserver\config
     [copy] Copying 3 files to C:\Users\tica\workspace\L2_GameServer\build\dist\login\config
    [mkdir] Created dir: C:\Users\tica\workspace\L2_GameServer\build\dist\gameserver\data
     [copy] Copying 1 file to C:\Users\tica\workspace\L2_GameServer\build\dist\gameserver\data
    [mkdir] Created dir: C:\Users\tica\workspace\L2_GameServer\build\dist\gameserver\data\geodata
     [copy] Copying 1 file to C:\Users\tica\workspace\L2_GameServer\build\dist\gameserver\data\geodata
    [mkdir] Created dir: C:\Users\tica\workspace\L2_GameServer\build\dist\gameserver\data\pathnode
     [copy] Copying 1 file to C:\Users\tica\workspace\L2_GameServer\build\dist\gameserver\data\pathnode
      [zip] Building zip: C:\Users\tica\workspace\L2_GameServer\build\L2J_Server.zip
BUILD SUCCESSFUL
Total time: 1 minute 35 seconds

 

 

it builds succesfuly but becouse of  this error when i try to run the server it write's error "cannont find the main class: com.l2jserver.gamserver.Gameserver."...

when i click exec it takes me 2 this line :

		<exec dir="." executable="svnversion" outputproperty="l2j.revision" failifexecutionfails="false">

 

 

the project dosn't have any error ...but i think my magic fingers did something wrong:D

help pleasE:D

6 answers to this question

Recommended Posts

  • 0
Posted

l2j.....

[zip] Building zip: C:\Users\tica\workspace\L2_GameServer\build\L2J_Server.zip

 

 

 

but the problem is not from l2j... cuz i get this error at eny project ... the exclipse i use is the one from the tutorial on mxc ..

 

 

 

Edited : Problem fixed ....reinstaled my os with all programs:) thx anyway

  • 0
Posted

l2j.....

[zip] Building zip: C:\Users\tica\workspace\L2_GameServer\build\L2J_Server.zip

 

 

 

but the problem is not from l2j... cuz i get this error at eny project ... the exclipse i use is the one from the tutorial on mxc ..

 

 

 

Edited : Problem fixed ....reinstaled my os with all programs:) thx anyway

locked.
Guest
This topic is now closed to further replies.


×
×
  • Create New...