SignShop v4

SignShop v4

992k Downloads

Maven Pls.

Dockter opened this issue ยท 4 comments

commented

Can you please create a proper pom.xml file for you project. Makes compiling your dev builds much easier as the dependencies will follow the repo when cloning it.

Many Thanks for what you do!

commented

As I am still slightly new to the Java development scene, could you give me a pointer as to how I can generate the pom.xml? I tried to read up on it but got no further than the fact that Maven normally generates it. Is there a seperate tool for it? Or do I need to start developing with Maven for a pom.xml to be easily generated?

Thanks in advance for your understanding.

commented

if you can't get maven working, can you please inform us how to compile our own builds? i feel the urge to tinker around with some of your code, specifically delays for the Device sign, but I have zero idea how to compile. I can use maven with sk89q's builds for compiling, but with compiling through java...it's been too long since i messed around with it. keep us posted!

commented

You can change the amount of time a Device sign is active without going into the code. setRedstoneOnTemp can take an optional parameter such as "{3}" that will make that sign active for only 3 seconds. You can read more about our blocks in the Quick Reference PDF.

commented

how the hell did i miss that. Thanks dev