I am working on a project using Maven and Eclipse (m2eclipse plugin). I've got problems with the JUnit tests:
Sometimes, when running them within Eclipse, they wont be compiled, but the ...
Running the Java Compiler from a JUnit test is pretty simple using the Java Compiler API. The test checks that I can load new code using a temporary classloader ...