All pastes #2061625 Raw Edit

Someone

public text v1 · immutable
#2061625 ·published 2011-05-16 16:23 UTC
rendered paste body
Buildfile: C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\build
.xml

clean:
   [delete] Deleting directory C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al
\trunk\AL-Game\build

init:
    [mkdir] Created dir: C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk
\AL-Game\build
    [mkdir] Created dir: C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk
\AL-Game\build\classes

compile:
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\buil
d.xml:49: warning: 'includeantruntime' was not set, defaulting to build.sysclass
path=last; set to false for repeatable builds
    [javac] Compiling 1364 source files to C:\Users\Heity\Desktop\Neuer Ordner\a
ion stuff\al\trunk\AL-Game\build\classes
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\GameServer.java:92: package com.zettacore.commons.network
 does not exist
    [javac] import com.zettacore.commons.network.Server;
    [javac]                                     ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\GameServer.java:93: package com.zettacore.commons.network
 does not exist
    [javac] import com.zettacore.commons.network.ServerConfig;
    [javac]                                     ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\GameServer.java:113: cannot find symbol
    [javac] symbol  : class Server
    [javac] location: class com.aionemu.gameserver.GameServer
    [javac]     public static Server rdcServer;
    [javac]                   ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\network\rdc\RDCConnection.java:25: package com.zettacore.
commons.network does not exist
    [javac] import com.zettacore.commons.network.Connection;
    [javac]                                     ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\network\rdc\RDCConnection.java:30: cannot find symbol
    [javac] symbol: class Connection
    [javac] public class RDCConnection extends Connection {
    [javac]                                    ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\network\rdc\RDCConnectionFactory.java:23: package com.zet
tacore.commons.network does not exist
    [javac] import com.zettacore.commons.network.Connection;
    [javac]                                     ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\network\rdc\RDCConnectionFactory.java:24: package com.zet
tacore.commons.network does not exist
    [javac] import com.zettacore.commons.network.ConnectionFactory;
    [javac]                                     ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\network\rdc\RDCConnectionFactory.java:29: cannot find sym
bol
    [javac] symbol: class ConnectionFactory
    [javac] public class RDCConnectionFactory implements ConnectionFactory {
    [javac]                                              ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\network\rdc\RDCConnectionFactory.java:32: cannot find sym
bol
    [javac] symbol  : class Connection
    [javac] location: class com.aionemu.gameserver.network.rdc.RDCConnectionFact
ory
    [javac]     public Connection create(SocketChannel sc, boolean debugEnabled)
 throws IOException {
    [javac]            ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\GameServer.java:257: cannot find symbol
    [javac] symbol  : constructor NioServer(int,com.aionemu.gameserver.utils.Thr
eadPoolManager,com.aionemu.commons.network.ServerCfg)
    [javac] location: class com.aionemu.commons.network.NioServer
    [javac]             NioServer nioServer = new NioServer(1, ThreadPoolManager
.getInstance(), aion);
    [javac]                                   ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\GameServer.java:261: cannot find symbol
    [javac] symbol  : class ServerConfig
    [javac] location: class com.aionemu.gameserver.GameServer
    [javac]             ServerConfig rdcConfig = new ServerConfig("RDC Server",
NetworkConfig.RDC_BIND_ADDRESS, NetworkConfig.RDC_BIND_PORT, new RDCConnectionFa
ctory(), 1, 1, false, 0, 0, 3, 3, false);
    [javac]             ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\GameServer.java:261: cannot find symbol
    [javac] symbol  : class ServerConfig
    [javac] location: class com.aionemu.gameserver.GameServer
    [javac]             ServerConfig rdcConfig = new ServerConfig("RDC Server",
NetworkConfig.RDC_BIND_ADDRESS, NetworkConfig.RDC_BIND_PORT, new RDCConnectionFa
ctory(), 1, 1, false, 0, 0, 3, 3, false);
    [javac]                                          ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\GameServer.java:262: cannot find symbol
    [javac] symbol  : class Server
    [javac] location: class com.aionemu.gameserver.GameServer
    [javac]             rdcServer = new Server(rdcConfig);
    [javac]                             ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\network\rdc\RDCConnection.java:35: cannot find symbol
    [javac] symbol  : variable Mode
    [javac] location: class com.aionemu.gameserver.network.rdc.RDCConnection
    [javac]             super(sc, debugEnabled, Mode.TEXT);
    [javac]                                     ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\network\rdc\RDCConnection.java:38: method does not overri
de or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\network\rdc\RDCConnection.java:43: method does not overri
de or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\network\rdc\RDCConnection.java:48: method does not overri
de or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\network\rdc\RDCConnection.java:81: cannot find symbol
    [javac] symbol  : method enableWriteInterest()
    [javac] location: class com.aionemu.gameserver.network.rdc.RDCConnection
    [javac]                     enableWriteInterest();
    [javac]                     ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\network\rdc\RDCConnection.java:53: method does not overri
de or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\network\rdc\RDCConnection.java:93: cannot find symbol
    [javac] symbol  : variable pendingClose
    [javac] location: class com.aionemu.gameserver.network.rdc.RDCConnection
    [javac]             pendingClose = true;
    [javac]             ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\network\rdc\RDCConnection.java:88: method does not overri
de or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\src\
com\aionemu\gameserver\network\rdc\RDCConnectionFactory.java:31: method does not
 override or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 22 errors

BUILD FAILED
C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game\build.xml:49: Co
mpile failed; see the compiler error output for details.

Total time: 11 seconds
C:\Users\Heity\Desktop\Neuer Ordner\aion stuff\al\trunk\AL-Game>