The last changeset
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 582
- Joined: Mon Jun 20, 2011 2:40 pm
- Contact:
The last changeset
I don't get the last changeset (project refactoring).
Are these paths still correct??
https://github.com/L2J/L2J_Server.git
https://github.com/L2J/L2J_DataPack.git
Because when I make checkout with eclipse it doesn't find any .project file.
Are these paths still correct??
https://github.com/L2J/L2J_Server.git
https://github.com/L2J/L2J_DataPack.git
Because when I make checkout with eclipse it doesn't find any .project file.
- Zoey76
- L2j Inner Circle
- Posts: 7005
- Joined: Tue Aug 11, 2009 3:36 am
Re: The last changeset
There will be a post for that, if you use Eclipse install Gradle Buildship plugin and import it as a Gradle project.
Powered by Eclipse 4.30 | Eclipse Temurin 21 | MariaDB 11.3.2 | L2J Server 2.6.3.0 - High Five
Join our Discord!
Join our Discord!
-
- Posts: 582
- Joined: Mon Jun 20, 2011 2:40 pm
- Contact:
Re: The last changeset
I got it, then how do I build it?
So far if anyone is interested a guide in details:
1) Install Gradle Buildship
* Open Eclipse
* Go to Help menu -> Eclipse Marketplace
* Search for Gradle Buildship
* Install the first plugin that appears
* Restart eclipse when it asks
2) Clone project
* Clone https://github.com/L2J/L2J_Server.git and https://github.com/L2J/L2J_DataPack.git as you would normally do
* Go to File menu -> Import...
* Expand Gradle -> Gradle Project
* Select the directory where you cloned L2J_Server and click finish
* Once done do the same to L2J_DataPack
3) Build project
* In the line of tabs (where you see Console, Problems etc) press Gradle Tasks
* Right click the project and click Run Default Gradle Tasks
So far if anyone is interested a guide in details:
1) Install Gradle Buildship
* Open Eclipse
* Go to Help menu -> Eclipse Marketplace
* Search for Gradle Buildship
* Install the first plugin that appears
* Restart eclipse when it asks
2) Clone project
* Clone https://github.com/L2J/L2J_Server.git and https://github.com/L2J/L2J_DataPack.git as you would normally do
* Go to File menu -> Import...
* Expand Gradle -> Gradle Project
* Select the directory where you cloned L2J_Server and click finish
* Once done do the same to L2J_DataPack
3) Build project
* In the line of tabs (where you see Console, Problems etc) press Gradle Tasks
* Right click the project and click Run Default Gradle Tasks
Last edited by sahar on Mon Aug 03, 2015 5:39 pm, edited 2 times in total.
- maneco2
- Initiates
- Posts: 664
- Joined: Sat Aug 24, 2013 7:10 am
- maneco2
- Initiates
- Posts: 664
- Joined: Sat Aug 24, 2013 7:10 am
-
- Posts: 582
- Joined: Mon Jun 20, 2011 2:40 pm
- Contact:
Re: The last changeset
A guide for this should have been released BEFORE the commit was done, not after -.-'
As well as I don't like the idea of messing around with misc stuff like this at all while the project has way too many gameplay related bugs, but whatever Zoey knows better.
As well as I don't like the idea of messing around with misc stuff like this at all while the project has way too many gameplay related bugs, but whatever Zoey knows better.
- Zoey76
- L2j Inner Circle
- Posts: 7005
- Joined: Tue Aug 11, 2009 3:36 am
Re: The last changeset
This is a change required in order to improve the project, the guide is in the wiki and everyone can read it, it's pretty simple.
Powered by Eclipse 4.30 | Eclipse Temurin 21 | MariaDB 11.3.2 | L2J Server 2.6.3.0 - High Five
Join our Discord!
Join our Discord!
- maneco2
- Initiates
- Posts: 664
- Joined: Sat Aug 24, 2013 7:10 am
Re: The last changeset
It is compiling the libs of Gradle with the l2j
see Sellect Gradle wrapper (recommended) is correct?
SPOILER:
SPOILER:
-
- Posts: 582
- Joined: Mon Jun 20, 2011 2:40 pm
- Contact:
Re: The last changeset
What? Where?the guide is in the wiki and everyone can read it
- Zoey76
- L2j Inner Circle
- Posts: 7005
- Joined: Tue Aug 11, 2009 3:36 am
Re: The last changeset
It's correct, before we had the libs inside other libs, if you check zip size is about the same, 18Mb~.maneco2 wrote:It is compiling the libs of Gradle with the l2j
Powered by Eclipse 4.30 | Eclipse Temurin 21 | MariaDB 11.3.2 | L2J Server 2.6.3.0 - High Five
Join our Discord!
Join our Discord!
- maneco2
- Initiates
- Posts: 664
- Joined: Sat Aug 24, 2013 7:10 am
Re: The last changeset
11 MB (Server) Zoey I think you should delete the other libs, no?Zoey76 wrote:It's correct, before we had the libs inside other libs, if you check zip size is about the same, 18Mb~.
Before:
SPOILER:
Last edited by maneco2 on Mon Aug 03, 2015 2:58 pm, edited 1 time in total.
-
- Posts: 582
- Joined: Mon Jun 20, 2011 2:40 pm
- Contact:
Re: The last changeset
Anyone mind telling me how to compile with that gradle? -.-'
- maneco2
- Initiates
- Posts: 664
- Joined: Sat Aug 24, 2013 7:10 am
Re: The last changeset
https://github.com/L2J/L2J_Server/wiki/Setup-Eclipse
This is easily the problem is that compiling other libs of Gradle, and putting into the pack L2J
This is easily the problem is that compiling other libs of Gradle, and putting into the pack L2J
-
- Posts: 582
- Joined: Mon Jun 20, 2011 2:40 pm
- Contact:
Re: The last changeset
This guide doesn't explain how to build the project...
-
- Posts: 582
- Joined: Mon Jun 20, 2011 2:40 pm
- Contact:
Re: The last changeset
Figured it out and completed my guide above.
viewtopic.php?f=80&t=31504&p=188557#p188512
viewtopic.php?f=80&t=31504&p=188557#p188512