Problem with Eclipse svn

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
c0rnel_bu
Posts: 11
Joined: Mon Feb 11, 2008 5:30 pm
Location: Romania
Contact:

Problem with Eclipse svn

Post 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/
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Problem with Eclipse svn

Post by jurchiks »

how long did you wait?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
c0rnel_bu
Posts: 11
Joined: Mon Feb 11, 2008 5:30 pm
Location: Romania
Contact:

Re: Problem with Eclipse svn

Post by c0rnel_bu »

1h
You do not have the required permissions to view the files attached to this post.
antons007
Posts: 149
Joined: Sat Sep 12, 2009 4:18 pm

Re: Problem with Eclipse svn

Post by antons007 »

perpaphs you are using proxy server?
glaucon
Posts: 2
Joined: Tue Mar 30, 2010 5:05 pm

Re: Problem with Eclipse svn

Post by glaucon »

Same without the slash at the tail?
c0rnel_bu
Posts: 11
Joined: Mon Feb 11, 2008 5:30 pm
Location: Romania
Contact:

Re: Problem with Eclipse svn

Post by c0rnel_bu »

yes,same
and i.m not using proxy.
c0rnel_bu
Posts: 11
Joined: Mon Feb 11, 2008 5:30 pm
Location: Romania
Contact:

Re: Problem with Eclipse svn

Post by c0rnel_bu »

If i put another svn ..is working.
only from l2jdp is not working
philou755
Posts: 7
Joined: Fri Jan 11, 2008 3:06 pm

Re: Problem with Eclipse svn

Post by philou755 »

You should open your port number...
Janooo
Posts: 5
Joined: Sat Apr 24, 2010 4:30 pm

Re: Problem with Eclipse svn

Post 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
c0rnel_bu
Posts: 11
Joined: Mon Feb 11, 2008 5:30 pm
Location: Romania
Contact:

Error AIOItem

Post 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
Post Reply