Versions Compared

Key

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

...

  • Ensure that the default profile includes all modules.
  • Ensure that Enable Annotation Processing is ticked.
  • Ensure that the Production Source Directory and Test Source Directory match  match that used by Maven. Choose Module Content Root and use the following paths.
    • target/generated-sources/annotations
    • target/generated-test-sources/test-annotations
  • The option Obtain processors from project classpath does not seem to work.  As a workaround, you may use Processor Path specify the path to the codegen's JAR
    • /path/to/home/.m2/repository/org/apache/qpid/qpid-broker-codegen/6.2.0-SNAPSHOT/qpid-broker-codegen-6.2.0-SNAPSHOT.jar

...