Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 792 Bytes

DEVELOPMENT.md

File metadata and controls

34 lines (25 loc) · 792 Bytes

Build

Building module locally and making changes to it (this is optional and not intended for users).

With Gradle

gradle clean build

With Eclipse

  • Build Eclipse projects:
gradle eclipse
  • Import them into Eclipse

Release steps

  • Update Android dependencies and run gradle clean build -b android/build.gradle
  • Perform testing on Android using "jros2droid"
  • Run gradle clean build (Windows)
  • Close version in gradle.properties
  • Run gradle clean build javadoc
  • Publish
  • Open next SNAPSHOT version
  • Update CHANGELOG.md with new release (for changelog generation use git log --format=%s)
  • Commit changes
  • Push
  • Upload documentation to website
  • Update "bootstrap" project