C:\Maddev>ant
Buildfile: C:\Maddev\build.xml
compile:
[delete] Deleting directory C:\build
[mkdir] Created dir: C:\build
[mkdir] Created dir: C:\build\classes
[mkdir] Created dir: C:\build\dist
[mkdir] Created dir: C:\build\dist\login
[mkdir] Created dir: C:\build\dist\game
[javac] Compiling 1594 source files to C:\build\classes
[javac] C:\Maddev\java\l2p\gameserver\model\L2Character.java:17: cannot find
symbol
[javac] symbol : class GeoMove
[javac] location: package l2p.gameserver.geodata
[javac] import l2p.gameserver.geodata.GeoMove;
[javac] ^
[javac] C:\Maddev\java\l2p\status\gshandlers\HandlerDebug.java:8: cannot fin
d symbol
[javac] symbol : class GeoMove
[javac] location: package l2p.gameserver.geodata
[javac] import l2p.gameserver.geodata.GeoMove;
[javac] ^
[javac] C:\Maddev\java\l2p\gameserver\model\L2Character.java:2341: cannot fi
nd symbol
[javac] symbol : variable GeoMove
[javac] location: class l2p.gameserver.model.L2Character
[javac] ArrayList<Location> moveList = GeoMove.constructMoveList
(getLoc(), dest);
[javac] ^
[javac] C:\Maddev\java\l2p\gameserver\model\L2Character.java:2414: cannot fi
nd symbol
[javac] symbol : variable GeoMove
[javac] location: class l2p.gameserver.model.L2Character
[javac] ArrayList<ArrayList<Location>> targets = GeoMove
.findMovePath(getX(), getY(), getZ(), dest.clone(), this, true, ref);
[javac] ^
[javac] C:\Maddev\java\l2p\gameserver\Shutdown.java:233: warning: [unchecked
] unchecked conversion
[javac] found : l2p.extensions.network.SelectorThread
[javac] required: l2p.extensions.network.SelectorThread<l2p.gameserver.netwo
rk.L2GameClient>
[javac] for(SelectorThread<L2GameClient> st : Ga
meServer.gameServer.getSelectorThreads())
[javac]
^
[javac] C:\Maddev\java\l2p\status\gshandlers\HandlerDebug.java:113: cannot f
ind symbol
[javac] symbol : variable GeoMove
[javac] location: class l2p.status.gshandlers.HandlerDebug
[javac] ArrayList<Location> targets = GeoMove.findPath(src_loc.x
, src_loc.y, src_loc.z, dst_loc.clone(), new DummyL2Object(), false, 0);
[javac] ^
[javac] 5 errors
[javac] 1 warning
BUILD FAILED
C:\Maddev\build.xml:65: Compile failed; see the compiler error output for detail
s.
Total time: 4 seconds