On 3/5/06, Phil Steitz <[EMAIL PROTECTED]> wrote: > Last change to gump descriptor appears to be Feb 19 and last gump > success was Feb 26, so the problem is not likely config. > > Looks like Junit itself has been failing since Feb 28. > <http://vmgump.apache.org/gump/public/junit/junit/index.html> > My gump-foo is not strong enough to see how exactly this hits math > (since explicit dependency is to packaged junit3), but this could be > the problem. Several other commons components seem to also be > affected - digester, pool, dbcp, codec and quite a few others.
I'm not fully up to date on whats been happening with junit - it basically started failing because the new JUnit 4 requires JDK 1.5. Theres been various talk about switching gump to JDK 1.5 and/or packaging junit 3 (which it seems has happened and math now depends on). However most projects on gump are not running (only 23% success at the moment) - mainly because of the current junit failure. Your problem seems to be that junit is an optional dependency for ant and junit has failed so I'm guessing the ant's junit task isn't getting built properly - but because of math dependency on the packaged junit 3 - it is one of the few projects actually running at the moment. Probably if we switched all commons over to the packaged junit 3 we would have a whole stack of failures. Niall > Phil > > On 3/5/06, Phil Steitz <[EMAIL PROTECTED]> wrote: > > Hmm. The first break was due to my having missed a class in a commit > > last week. I fixed that and the problem should have gone away. Could > > be someone thought the break was due to config and modified the gump > > descriptor. I am looking into that now. I notice that math has > > <depend project="junit3"/> > > whereas most other commons components have > > <depend project="junit"/> > > That could have something to do with it. Could be the second one > > drags along the optional jars and the first does not. That would > > explain the problem. > > > > Once I complete the gump co, I will check history and if this is what > > happened, revert the change in the gump descriptor. Any other ideas / > > suggestions welcome. > > > > Phil > > > > On 3/5/06, Henri Yandell <[EMAIL PROTECTED]> wrote: > > > A clean svn update of commons-math builds fine for me using ant. > > > > > > Any ideas? > > > > > > Hen > > > > > > On 3/5/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > > > > > > Project commons-math has an issue affecting its community integration. > > > > This issue affects 1 projects, > > > > and has been outstanding for 6 runs. > > > > The current state of this project is 'Failed', with reason 'Build > > > > Failed'. > > > > For reference only, the following projects are affected by this: > > > > - commons-math : The Jakarta Mathematics Library --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]