VALJOGen - Annotation Processor

This is the main project module that contains the annotation processor code, unit-tests and stubbed integration tests. More non-stubbed integration tests are available in the seperate integration test project.

Minimum setup for development:

Execute a "mvn package" on command line to compile project and run tests.

Optional setup for eclipse

  1. Install Eclipse Luna 4.4+
  2. Install Eclipse plugin m2e (from eclipses build-in “Luna” update site)
  3. Select Import - Maven - Existing Maven Projects and select root folder of all projects

Module content

Logging

Individual log files for all tests are put into target/logs directory. For debugging you may want to increase the logging level in src/test/resources/valjogen.properties