-
Notifications
You must be signed in to change notification settings - Fork 9
Developers
Build
We use gradle to build the project. To test if you have all dependencies necessary to get started, run the below command in the project root directory.
gradle -i
If it succeeds, you are all set to contribute the next feature.
We have modified the gradle java plugin directory structure. Take a look at the build.gradle file to understand the build process and project structure.
The output jar can be found in rapa/build/lib directory
IDE
We mostly use eclipse for development. Run the below command to generate the .classpath and .project files. You can then import this project into eclipse.
gradle eclipse
Testing
Testing framework – junit
Mock object framework – mockito
If you have any issues setting up the development environment for rapa, please feel free to send us an email.