Compile the Source Code

Compile the source code in src/main/java into target/classes and generate the .jar file target/NotificationExtension_src.jar.

Procedure

  1. In the command terminal, navigate to the workspace directory.
    cd workspace
  2. Compile the src/main/java/com/sample/nf/camel/GroupInfoProcessor.java file and generate the NotificationExtension_src.jar file.
    ant clean
    ant jar

What to do next

Declare the GroupInfoProcessor Bean.