Contact us

Community

Mailing Lists

Subscribe to the user mailing list then send an email to dailydev-wave-robot@googlegroups.com or post a message through Google Group interface.

Issues

Issues, bugs, and feature requests can be submitted to Google Code.

Community

Development

Sources

All DailyDev Wave Robot sources are open sourced and hosted on Google Code.

Build

To build and release library you will need Maven 2.0.9, Java 1.5+

Build DailyDev Wave Robot library
  1. Checkout sources
  2. Download Wave Robot API
  3. Install jars to local repository
    mvn install:install-file -Dfile=wave-robot-api-20090813.jar -DgroupId=com.google.wave -DartifactId=wave-robot-api -Dversion=20090813 -Dpackaging=jar -DgeneratePom=true
  4. build: mvn clean install
Release DailyDev Wave Robot library

mvn release:prepare -Dusername=${scm.username} -Dpassword=${scm.password}

mvn release:perform -Dusername=${scm.username} -Dpassword=${scm.password}

Team