Building from Source

Follow the steps below to build quokka from source:

Examples

Build the trunk of all modules (including core and contrib)

  • Check out anonymously:
    svn checkout http://quokka.googlecode.com/svn/externals/anon/all-trunks all-trunks
  • Or, check out as a developer:
    svn checkout https://quokka.googlecode.com/svn/externals/dev/all-trunks all-trunks
        --username <user>
  • Type quokka -f all-trunks/internal/master/build.xml install-all to build and install all modules into your local repository.

Building the jUnit plugin

  • Check out anonymously:
    svn checkout http://quokka-contrib.googlecode.com/svn/modules/plugin/junit/trunk junit-trunk
  • Or, check out as a developer:
    svn checkout https://quokka-contrib.googlecode.com/svn/modules/plugin/junit/trunk junit-trunk
        --username <user>
  • Type quokka -f junit-trunk/build.xml install to build and install the plugin