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
-
In the command terminal, navigate to the workspace directory.
cd workspace
-
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.