Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: if you just want to try out Isis then there's no need to built it first; just use our quickstart maven archetype

...

Introduction

As a contributor there are a couple of things you can do to check your build; either:

  • use your locally-built archetype to generate a test app, and try out, or
  • import one of the example applications directly

...

Prereqs

The BuildProcess page explains how to build the Isis source code, the release project and also the archetype. Assuming you've done this.

You ALSO need to make sure that you've built the archetype module (using -Dmodules=support) and the release module (using -D modules=release).

Running the locally-built Archetype

Assuming you've completed the prereqs (see above), you can try generating a new application using:

...

This should generate the 'quickstart' app. Full details on then using the generated app are on the Isis website.

...