I generally prefer Maven2, but I’m currently on a project using a custom ant build script - and I’m over having to type -Dskip.junit=true when I just want to generate a quick jar without running the tests.
To easily switch off tests, I modified ant.bat so that it looks for a command line parameter ’st’ and [...]
Posts tagged as:

