The Ant file (build.xml) seems to be for starting and stopping a buddycloud server instance for development purposes. However, it points to target/buddycloud-server.jar while the jar file created by the Maven build is target/channel-server-VERSION-jar-with-dependencies.jar.
The Ant file (
build.xml) seems to be for starting and stopping a buddycloud server instance for development purposes. However, it points totarget/buddycloud-server.jarwhile the jar file created by the Maven build istarget/channel-server-VERSION-jar-with-dependencies.jar.