Page 1 of 1

"Getting Started"

Posted: Fri Aug 14, 2015 1:11 am
by ChrisJH
Hello l2jserver

i want to start a l2 server, and ofc to help the community... but i have a problem.. i follow the steps at the guide "getting started" .. but at the step "File -> Import... as Gradle project" the panel showing in eclipse is different than the guide instead of import it says "New Project Wizard" but again there is the "Gradle Project" and i click on it.. but the next phase differs too.. there is no welcome page.. instead it asking to put a project name.. anyway i give a name and press finish.. and then when i go to build it successfully builds but not zip.. nothing, and on my workspace i cant find the server files... maybe the guide needs update? i tried it 3 times exactly as it is.

Here is an example of the Build (bcz right now im using other pc)

Code: Select all

Gradle Tasks: build
Working Directory: C:\Users\User\git\L2J_Server
Gradle Distribution: Gradle wrapper from target build
Gradle User Home: Use default defined by Gradle
Java Home: Use default defined by Gradle
JVM Arguments: Use default defined by Gradle
Program Arguments: None

:compileJava
:processResources UP-TO-DATE
:classes UP-TO-DATE
:configuratorJar UP-TO-DATE
:dbInstGsJar UP-TO-DATE
:dbInstLsJar UP-TO-DATE
:distTar UP-TO-DATE
:distZip UP-TO-DATE
:jar UP-TO-DATE
:loginJar UP-TO-DATE
:assemble UP-TO-DATE
:compileTestJava UP-TO-DATE
:processTestResources UP-TO-DATE
:testClasses UP-TO-DATE
:test UP-TO-DATE
:check UP-TO-DATE
:build UP-TO-DATE
:zip UP-TO-DATE

BUILD SUCCESSFUL

Total time: 1.5 secs
Can someone give me his light? Thank you!

Re: "Getting Started"

Posted: Fri Aug 14, 2015 2:04 am
by ChrisJH
i find the fix.. ok so after you put the name and create the new project right click it on package explorer and then import and follow the steps... in the guide there are missing these steps i guess

Re: "Getting Started"

Posted: Sat Aug 15, 2015 8:51 pm
by Zoey76
You don't need to create a new project, make sure you are using Buildship Gradle Integration 1.0 plugin for Gradle in Eclipse.