Java/Clojure interop project automatically reloaded with virgil and lein-auto.
git clone git@github.com:agilecreativity/try-virgil.git
cd try-virgil
# Get the dependencies
lein deps :tree
# Start the test session using =auto test=
lein auto test
- Try change some code in the Java e.g. JavaLib.java
- Try change some Clojure code in core.clj
- Try change the test code that use both Java and Clojure in core_test.clj
The console of lein auto test
should be automatically triggered based on changes.