Jump to content

Recommended Posts

  • 1 year later...
  • 1 year later...
Posted
Microsoft Windows [Version 6.1.7600]
(c) Корпорация Майкрософт (Microsoft Corp.), 2009. Все права защищены.

C:\Users\Администратор>cd C:\source\aCis_gameserver

C:\source\aCis_gameserver>ant
Buildfile: C:\source\aCis_gameserver\build.xml

clean:
   [delete] Deleting directory C:\source\aCis_gameserver\build

checkRequirements:
     [echo] Verification of your JDK version.

init:
    [mkdir] Created dir: C:\source\aCis_gameserver\build
    [mkdir] Created dir: C:\source\aCis_gameserver\build\classes
    [mkdir] Created dir: C:\source\aCis_gameserver\build\dist
    [mkdir] Created dir: C:\source\aCis_gameserver\build\dist\login
    [mkdir] Created dir: C:\source\aCis_gameserver\build\dist\gameserver

compile:
    [javac] Compiling 1316 source files to C:\source\aCis_gameserver\build\class
es
    [javac] C:\source\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\ins
tance\L2BufferInstance.java:34: error: duplicate class: net.sf.l2j.gameserver.mo
del.actor.instance.L2BufferInstance
    [javac] public class L2BufferInstance extends L2NpcInstance
    [javac]        ^
    [javac] C:\source\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\L2B
ufferInstance.java:31: error: package net.sf.l2j.gameserver.templates.chars does
 not exist
    [javac] import net.sf.l2j.gameserver.templates.chars.L2NpcTemplate;
    [javac]                                             ^
    [javac] C:\source\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\L2B
ufferInstance.java:42: error: cannot find symbol
    [javac]     public L2BufferInstance(int objectId, L2NpcTemplate template)
    [javac]                                           ^
    [javac]   symbol:   class L2NpcTemplate
    [javac]   location: class L2BufferInstance
    [javac] C:\source\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\L2B
ufferInstance.java:99: error: cannot find symbol
    [javac]                     player.getAI().setIntention(CtrlIntention.AI_INT
ENTION_INTERACT, this);
    [javac]                                                              ^
    [javac]   symbol:   variable AI_INTENTION_INTERACT
    [javac]   location: class CtrlIntention
    [javac] 4 errors

BUILD FAILED
C:\source\aCis_gameserver\build.xml:95: Compile failed; see the compiler error o
utput for details.

Total time: 14 seconds

C:\source\aCis_gameserver>

When I compiled I got errors help   :'(

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock