We're using Maven in our projects with m2e plugin. Unfortuately this leads in several classpath issues:
- Libs are automaticaly handled by m2e for each project but they are not exported so JUnitLoop project does not inherit this third part dependencies.
- JUnitLoop project has a dependency to JUnit Lib which may not be the same Version as used in our project
Beside this problems (which are unfortuantely not allow to use it) JUniLoop is a very interesting concept that would relly help developers to reduce response time and so improve their work.