Buildfile: build.xml
clean:
[delete] Deleting directory C:\Documents and Settings\diego\Escritorio\server
\aion-emu\trunk\AE_GameServer\build
clean:
init:
[mkdir] Created dir: C:\Documents and Settings\diego\Escritorio\server\aion-
emu\trunk\AE_GameServer\build
[mkdir] Created dir: C:\Documents and Settings\diego\Escritorio\server\aion-
emu\trunk\AE_GameServer\build\classes
compile:
[javac] Compiling 1057 source files to C:\Documents and Settings\diego\Escri
torio\server\aion-emu\trunk\AE_GameServer\build\classes
[javac] C:\Documents and Settings\diego\Escritorio\server\aion-emu\trunk\AE_
GameServer\src\com\aionemu\gameserver\network\aion\serverpackets\SM_SYSTEM_MESSA
GE.java:1348: error: reference to SM_SYSTEM_MESSAGE is ambiguous, both construct
or SM_SYSTEM_MESSAGE(int,Object...) in SM_SYSTEM_MESSAGE and constructor SM_SYST
EM_MESSAGE(int,boolean,Object...) in SM_SYSTEM_MESSAGE match
[javac] return new SM_SYSTEM_MESSAGE(390270, true);
[javac] ^
[javac] C:\Documents and Settings\diego\Escritorio\server\aion-emu\trunk\AE_
GameServer\src\com\aionemu\gameserver\network\aion\serverpackets\SM_SYSTEM_MESSA
GE.java:1354: error: reference to SM_SYSTEM_MESSAGE is ambiguous, both construct
or SM_SYSTEM_MESSAGE(int,Object...) in SM_SYSTEM_MESSAGE and constructor SM_SYST
EM_MESSAGE(int,boolean,Object...) in SM_SYSTEM_MESSAGE match
[javac] return new SM_SYSTEM_MESSAGE(390271, true);
[javac] ^
[javac] C:\Documents and Settings\diego\Escritorio\server\aion-emu\trunk\AE_
GameServer\src\com\aionemu\gameserver\network\aion\serverpackets\SM_SYSTEM_MESSA
GE.java:1360: error: reference to SM_SYSTEM_MESSAGE is ambiguous, both construct
or SM_SYSTEM_MESSAGE(int,Object...) in SM_SYSTEM_MESSAGE and constructor SM_SYST
EM_MESSAGE(int,boolean,Object...) in SM_SYSTEM_MESSAGE match
[javac] return new SM_SYSTEM_MESSAGE(390272, true);
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 3 errors
BUILD FAILED
C:\Documents and Settings\diego\Escritorio\server\aion-emu\trunk\AE_GameServer\b
uild.xml:64: Compile failed; see the compiler error output for details.
Total time: 5 seconds
C:\Documents and Settings\diego\Escritorio\server\aion-emu\trunk\AE_GameServer>