shylor / miniventure

This is a project by PlayMinicraft to update the source code for Minicraft to be easier for developers.
120 stars 44 forks source link

Shell building? #8

Open ylluminate opened 10 years ago

ylluminate commented 10 years ago

Can you please provide a mechanism for building this from the shell? It would be fine to use Maven, but perhaps simply using javac would be nice to keep it simple for demonstrative purposes.

shylor commented 10 years ago

I will need to see if some of the other members know. I normally build it from eclipse. I will ask around and see what I can find.

ylluminate commented 10 years ago

Thanks @shylor, really appreciate it and looking forward to some insight! And wanted to thank you for putting this project together. Very helpful and demonstrative for teaching some basics in game design and getting started at some levels.

ylluminate commented 10 years ago

@shylor any luck so far? I had some plans to go through this this weekend and had hoped that we might see some new info. Thanks again.

gdavid04 commented 6 years ago

@ylluminate Maybe this is what you want: how to convert existing java project to maven in eclipse