Skip to content

Getting Started with Moppy Development

SammyIAm edited this page May 12, 2018 · 3 revisions

If you're planning to customize the code or contribute additional features, start by forking the GitHub repository and cloning it to your machine. If you just want to step through the code or do some debugging you can clone the main repo instead.

Moppy uses Gradle to manage builds and dependencies so you'll need a development environment that supports Gradle, and a connection to the Internet to download dependencies from Maven.

NetBeans

You'll need to install the "Gradle Support" plugin first. Then you should be able to open the MoppyLib and MoppyControlGUI folders as NetBeans projects.

Sometimes NetBeans has some weird Gradle issues that prevent the projects from building correctly, but restarting NetBeans seems to resolve these for me.

Eclipse

You'll need to install the "Buildship Gradle Integration" plugin first. Then you should be able to go to File > Import > Gradle > Gradle Project and import MoppyLib and MoppyControlGUI.

Clone this wiki locally