Re: Trouble trying to get 1000 consecutive concurrent green builds

2010-02-19 Thread Tobias Gierke
Kristian Rosenvold wrote: It turns out that the biggest blocker in achieving /any/ reliable concurrent building within maven is the java file system, which is basically seems limited to single threaded visibility of file updates; I'm still trying to figure out what the rules /are/ in this conte

Re: Trouble trying to get 1000 consecutive concurrent green builds

2010-02-19 Thread Jorg Heymans
On Fri, Feb 19, 2010 at 11:29 AM, Kristian Rosenvold < kristian.rosenv...@gmail.com> wrote: > It turns out that the biggest blocker in achieving /any/ reliable > concurrent building within maven is the java file system, which is basically > seems limited to single threaded visibility of file updat

Trouble trying to get 1000 consecutive concurrent green builds

2010-02-19 Thread Kristian Rosenvold
It turns out that the biggest blocker in achieving /any/ reliable concurrent building within maven is the java file system, which is basically seems limited to single threaded visibility of file updates; I'm still trying to figure out what the rules /are/ in this context and I'm hoping someone