This morning I did the upgrade from Gracia final to Epilogue.
I had trouble to build my GS as my JVM lacked of memory.
For the people who have the same issue and don't know how to solve here's what I did :stack trace wrote: [javac] Compiling 2779 source files to L2_GameServer\build\classes
[javac] The system is out of resources.
[javac] Consult the following stack trace for details.
[javac] java.lang.OutOfMemoryError: Java heap space
- go in Window -> Prefences -> Java -> Installed JREs
- there you should have a JDK 6 checked in the list.
- select it and click "Edit ..."
- in the field "Default VM arguments" write : -Xmx256m
By default max memory was 64Mo and it was to short.
My config :
Eclipse : Gallileo 3.5.1
gameserver verion : 3652
JDK 6 update 17