L2JMobius

Free Users => General Discussion => Topic started by: npocToz on October 09, 2019, 04:26:56 PM

Title: How to transfer project to Intellij Idea?
Post by: npocToz on October 09, 2019, 04:26:56 PM
I want to work with Mobius project, but I am used to Intellij Idea. Can someone help me with my newbie question how to transfer it?

Thanks & Regards
Title: Re: How to transfer project to Intellij Idea?
Post by: hexash14 on October 16, 2019, 06:33:17 PM
I import the project selecting the .classpath file in the root folder, it always works for me.

Then you need to right-click the build.xml file and select "Add as Ant Build File". Then you can customize and run the Ant tasks as you want :)

This is an alternative build.xml that might be helpful for ppl that don't want to unzip the production folder https://pastebin.com/cj2P5GXJ (https://pastebin.com/cj2P5GXJ)