Magnum is a streaming build tool that can watch a set of source files and execute a command on any change. It is super lightweight and fast to install and run.
Use it to continously run your maven, ant, shell script based builds, or really any other command!
- Download the magnum-[version].tar.gz file and extract on to your system
- From your project home directory run [location]/bin/magnum.sh [command]
$/opt/magnum/bin/magnum.sh mvn package
$/opt/magnum/bin/magnum.sh ant
$/opt/magnum/bin/magnum.sh ant compile
$/opt/magnum/bin/magnum.sh ls