Terrain Control

Terrain Control

235k Downloads

Build script?

kevinpeno opened this issue ยท 5 comments

commented

Thanks for the source code. I assume you use mvn like the rest of the bukkit plugins? If so, anyway we could get the pom.xml file added and a wiki page on building (if it is outside of the norm)?

commented

No it is actually not using maven. No pom.xml needed.

commented

Just compile common and bukkit part with craftbukkit as a library for bukkit and common and client part with minecraft.jar for SSP.

commented

@oloflarsson Um, so there are a lot of different ways to compile and build out there. Am I supposed to guess which way? The point of the ticket was to request build instructions. I'm sorry if that wasn't clear.

commented

@kevinpeno When you figure this out - feel free to update the readme file for the project in a pull request.

commented

@Wickth and @oloflarsson I'm not super schooled on java, so I apologize for my ignorance, but I am unaware of running the java compiler on a directory without some sort of build script or command line options. What IDE do you use?