Jump to content
  • 0

[question] change l2jfree compile mode from maven to ant


Question

8 answers to this question

Recommended Posts

  • 0
Posted

yes its possible you just need to download the whole l2jfree repository(around 40mb and from that the usefull is 5mb max) than delete the maven support from the pack such as the pom.xml files and replace them with your self made build.xml and than ofc add the repositorys to the pack get for that example from l2j and you are done

  • 0
Posted

you need to create it let me explain it shortly

 

so when you use maven the repository is stored inside the .m2 folder thats kinda like a settings storage folder for maven the repository is inside that

 

when you use normal ant build you have a lib folder inside the pack and you have the repository in it so in your case you need to make a lib folder or something else thats just naming convention and put the jar files inside that folder and than via classpath add them to the pack

  • 0
Posted

still i can't do this :(  i don't need anymore close topic

Guest
This topic is now closed to further replies.


×
×
  • Create New...