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
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
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