Page 1 of 1

Problem with Eclipse svn

Posted: Sat Apr 03, 2010 9:03 am
by c0rnel_bu
I.m trying to add : http://www.l2jserver.com/svn/trunk/L2_GameServer/ to svn repository ,and nothink happend.
just :operation in progress...
same problem adding : http://www.l2jdp.com/svn/trunk/datapack_development/

Re: Problem with Eclipse svn

Posted: Sat Apr 03, 2010 9:42 am
by jurchiks
how long did you wait?

Re: Problem with Eclipse svn

Posted: Sat Apr 03, 2010 11:05 am
by c0rnel_bu
1h

Re: Problem with Eclipse svn

Posted: Sat Apr 03, 2010 11:44 am
by antons007
perpaphs you are using proxy server?

Re: Problem with Eclipse svn

Posted: Sat Apr 03, 2010 11:49 am
by glaucon
Same without the slash at the tail?

Re: Problem with Eclipse svn

Posted: Sat Apr 03, 2010 12:31 pm
by c0rnel_bu
yes,same
and i.m not using proxy.

Re: Problem with Eclipse svn

Posted: Sat Apr 03, 2010 1:03 pm
by c0rnel_bu
If i put another svn ..is working.
only from l2jdp is not working

Re: Problem with Eclipse svn

Posted: Sat Apr 03, 2010 1:51 pm
by philou755
You should open your port number...

Re: Problem with Eclipse svn

Posted: Fri Apr 30, 2010 11:25 pm
by Janooo
Hello i have this same problem when i put link for database or for server i get stack on message operation in progres, i dont know how long i have to wait but it looks like froozen, i am using win7 64x eclipse lattest version as well Subclipse 1.6.10, SlikSVN, Java JDK 6 Update 20, i tried to froward port 4000.

THX for help

Error AIOItem

Posted: Sun Jul 11, 2010 1:03 pm
by c0rnel_bu
Buildfile: C:\Documents and Settings\Lineage\workspace\L2_GameServer\build.xml
clean:
[delete] Deleting directory C:\Documents and Settings\Lineage\workspace\L2_GameServer\build
verifyRequirements:
init:
[mkdir] Created dir: C:\Documents and Settings\Lineage\workspace\L2_GameServer\build
[mkdir] Created dir: C:\Documents and Settings\Lineage\workspace\L2_GameServer\build\classes
[mkdir] Created dir: C:\Documents and Settings\Lineage\workspace\L2_GameServer\build\dist
[mkdir] Created dir: C:\Documents and Settings\Lineage\workspace\L2_GameServer\build\dist\login
[mkdir] Created dir: C:\Documents and Settings\Lineage\workspace\L2_GameServer\build\dist\gameserver
version:
compile:
[javac] Compiling 1462 source files to C:\Documents and Settings\Lineage\workspace\L2_GameServer\build\classes
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:411: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] private FastMap<String, ArrayList<L2Skill>> _schemeSets = new FastMap<String, ArrayList<L2Skill>>();
[javac] ^
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:14890: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] public ArrayList<L2Skill> getProfileBuffs(String set)
[javac] ^
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:411: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] private FastMap<String, ArrayList<L2Skill>> _schemeSets = new FastMap<String, ArrayList<L2Skill>>();
[javac] ^
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:14910: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] ArrayList<L2Skill> temp = new ArrayList<L2Skill>(Config.AIOITEM_SCHEME_MAX_PROFILES);
[javac] ^
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:14910: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] ArrayList<L2Skill> temp = new ArrayList<L2Skill>(Config.AIOITEM_SCHEME_MAX_PROFILES);
[javac] ^
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:14957: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] ArrayList<String> tempProfiles = new ArrayList<String>(Config.AIOITEM_SCHEME_MAX_PROFILES);
[javac] ^
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:14957: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] ArrayList<String> tempProfiles = new ArrayList<String>(Config.AIOITEM_SCHEME_MAX_PROFILES);
[javac] ^
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:14969: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] ArrayList<L2Skill> tempSkill = new ArrayList<L2Skill>(Config.AIOITEM_SCHEME_MAX_PROFILE_BUFFS);
[javac] ^
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:14969: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] ArrayList<L2Skill> tempSkill = new ArrayList<L2Skill>(Config.AIOITEM_SCHEME_MAX_PROFILE_BUFFS);
[javac] ^
[javac] 9 errors

BUILD FAILED
C:\Documents and Settings\Lineage\workspace\L2_GameServer\build.xml:62: Compile failed; see the compiler error output for details.

Total time: 22 seconds