On 2014-07-25, Stefan Bodewig wrote:
> If Jenkins is set up to create a fresh workspace on each build - which
> I believe it is - it should work.
Two things I needed to do for AntUnit's Jenkins job:
* change the Ant version used from "Standard" to "latest"
* activate "recursive submodule update"
Hi all
I'd like to add git submodules for the common antlib to all remaining
Antlibs, I think all I need to do is to replace the prepare.xml build
file inside common as well as all Antlibs with the version used in the
compress Antlib. If Jenkins is set up to create a fresh workspace on
each build