Re: problem: Maven creates the second plugin classloader during parallel build and uses two classloader hierachies simultaneously

2012-07-24 Thread Kristian Rosenvold
Thanks for a precise problem description. Having studied the source a bit, I found a race condition that would make this happen. I'm still analyzing the implications a bit, but I suspect this one is the underlying source of a few of the jiras on the parallel build, your report was the first that

Re: problem: Maven creates the second plugin classloader during parallel build and uses two classloader hierachies simultaneously

2012-07-23 Thread Dennis Lundberg
On 2012-07-11 11:42, Oleg Estekhin wrote: Hi, I am trying to solve the mystery behind http://code.google.com/p/maven-svn-revision-number-plugin/issues/detail?id=16 with the help of the reporter of the original issue and the developer of SqlJet library. So far we have found that at some

Re: problem: Maven creates the second plugin classloader during parallel build and uses two classloader hierachies simultaneously

2012-07-12 Thread Stephen Connolly
classloader during parallel build and uses two classloader hierachies simultaneously Hi, 2012/7/11 Oleg Estekhin oleg.estek...@gmail.com: Hi, I am trying to solve the mystery behind http://code.google.com/p/**maven-svn-revision-number-** plugin/issues/detail?id=16http://code.google.com/p

Re: problem: Maven creates the second plugin classloader during parallel build and uses two classloader hierachies simultaneously

2012-07-12 Thread Oleg Estekhin
creates the second plugin classloader during parallel build and uses two classloader hierachies simultaneously Each plugin invokation gets its own classloader as this is to allow for different versions of the same plugin being used in a multi-module project, also to allow for injecting different

Re: problem: Maven creates the second plugin classloader during parallel build and uses two classloader hierachies simultaneously

2012-07-12 Thread Stephen Connolly
creates the second plugin classloader during parallel build and uses two classloader hierachies simultaneously Each plugin invokation gets its own classloader as this is to allow for different versions of the same plugin being used in a multi-module project, also to allow for injecting different

Re: problem: Maven creates the second plugin classloader during parallel build and uses two classloader hierachies simultaneously

2012-07-12 Thread Oleg Estekhin
All parties use Maven 3.0.4. -Исходное сообщение- From: Stephen Connolly Sent: Thursday, July 12, 2012 2:13 PM To: Maven Users List Subject: Re: problem: Maven creates the second plugin classloader during parallel build and uses two classloader hierachies simultaneously Are you

problem: Maven creates the second plugin classloader during parallel build and uses two classloader hierachies simultaneously

2012-07-11 Thread Oleg Estekhin
Hi, I am trying to solve the mystery behind http://code.google.com/p/maven-svn-revision-number-plugin/issues/detail?id=16 with the help of the reporter of the original issue and the developer of SqlJet library. So far we have found that at some point there appears second classloader, which

Re: problem: Maven creates the second plugin classloader during parallel build and uses two classloader hierachies simultaneously

2012-07-11 Thread Olivier Lamy
Hi, 2012/7/11 Oleg Estekhin oleg.estek...@gmail.com: Hi, I am trying to solve the mystery behind http://code.google.com/p/maven-svn-revision-number-plugin/issues/detail?id=16 with the help of the reporter of the original issue and the developer of SqlJet library. So far we have found that

Re: problem: Maven creates the second plugin classloader during parallel build and uses two classloader hierachies simultaneously

2012-07-11 Thread Oleg Estekhin
classloader during parallel build and uses two classloader hierachies simultaneously Hi, 2012/7/11 Oleg Estekhin oleg.estek...@gmail.com: Hi, I am trying to solve the mystery behind http://code.google.com/p/maven-svn-revision-number-plugin/issues/detail?id=16 with the help of the reporter