Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

...

For developer testing you might want to also just run the build on jetty. To do this just use the following command in mes/mes-application/ directory:

./jetty-run.sh -Dprofile=profile_name

jetty-run.sh (and jetty-run.bat for windows users) was introduced to eliminate the need of to explicity appending -javaagent:/path/to/aspectjweaver.jar every time you run Jetty.

...