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
I can't see any error but the Eclipse is rebuilding your workspace, it takes some time depending on your computer specs so wait a moment till the workspace is built and then compile the core again.
bah, the view doesn't matter.
the problem is that he's enabled auto workspace build in Eclipse, every time he makes a change it compiles that java file. It takes a lot of time if he's just downloaded the project, but it's not permanent.
You can disable it here:
Window>Preferences>General>Workspace>uncheck "Build automatically"
it's not needed for l2j anyway since l2j compiles in it's own way using the ant buildfile.
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.
I cleaned my workspace, i did a backup of all my other source files and deleted all in my workspace.
I did two checkouts (first picture), one for the DP and another for the Core, I compiled the DP successfully but when I tryed to compile the Core i got this ... (second and third pictures)
Fist:
Second:
And after 5s ...
Third:
I have any errors in my logs
PS: I tried jurchiks's way but i have the same problem.
jurchiks wrote:You can disable it here:
Window>Preferences>General>Workspace>uncheck "Build automatically"
it's not needed for l2j anyway since l2j compiles in it's own way using the ant buildfile.
NO! you shouldn't disable that because is needed to build "workspace" properly.
and "ant build" have nothing to do with workspace, ant build is to compile project
Build automatically is now enable but i can't always compile the freya core, someone can check if the SVN core is clean ? I did the same things between core and datapack but i could build only my datapack :/.
MELERIX wrote:NO! you shouldn't disable that because is needed to build "workspace" properly.
and "ant build" have nothing to do with workspace, ant build is to compile project
Does l2j use the /bin folder (which, by the way, contains the compiled classes)? No. So why would I need it? It only takes a lot of time to build all the workspace because of 1 file change, I don't need that.
Google is full of texts like "build workspace freezes at 0%", and I've yet to find why is it better to leave it that way.
@BlackD3ath - are there any logs in error log?
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.
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.
eclipse builds in bin folder, ant compiles in build
So basically you right-click on build.xml and choose run as...>ant build and it just does nothing?
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.
the terminate button doesn't matter.
You have clean eclipse? How long have you waited? I remember I sometimes had to wait ~30 sec to 1 minute for the build to start, don't remember why though.
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.