[Lift] Re: Fwd: Build failed in Hudson: Lift #1307

2009-10-22 Thread Indrajit Raychaudhuri
Nice find. Never had the patience to dig. Thanks! - Indrajit On 22/10/09 8:38 PM, Derek Chen-Becker wrote: > I can verify that the JAR on lion doesn't have the getUnitName def: > > de...@lion:/home/scalatools/hudson/.m2/repository/org/scala-libs/scalajpa/1.1$ > javap -private -classpath scalajp

[Lift] Re: Fwd: Build failed in Hudson: Lift #1307

2009-10-22 Thread Indrajit Raychaudhuri
Same ocassional failure locally for me too. In fact, it mostly fails unless I am having a lucky day :) I keep getting confused about this and eventually get tempted to disable jta during build. FWIW, I am mostly on Leopard with Maven 2.2.1. Java 1.5 or 1.6 doesn't appear to make any differenc

[Lift] Re: Fwd: Build failed in Hudson: Lift #1307

2009-10-22 Thread Derek Chen-Becker
I can verify that the JAR on lion doesn't have the getUnitName def: de...@lion:/home/scalatools/hudson/.m2/repository/org/scala-libs/scalajpa/1.1$ javap -private -classpath scalajpa-1.1.jar org.scala_libs.jpa.ScalaEMFactory Compiled from "ScalaEMFactory.scala" public interface org.scala_libs.jpa.S

[Lift] Re: Fwd: Build failed in Hudson: Lift #1307

2009-10-22 Thread Derek Chen-Becker
This is really odd. The 1.1 ScalaJPA doesn't have a def for getUnitName, that was added in 1.2-SNAPSHOT. The pom for lift-jta is specifying ScalaJPA 1.1, so I wonder if somehow a 1.2-SNAPSHOT jar is getting used instead. I'm going to remove the scalajpa stuff from ~hudson/.m2/repository on lion and

[Lift] Re: Fwd: Build failed in Hudson: Lift #1307

2009-10-22 Thread David Pollak
On Thu, Oct 22, 2009 at 7:47 AM, Derek Chen-Becker wrote: > It builds for me locally... > > I randomly get that failure locally. > > On Thu, Oct 22, 2009 at 5:25 AM, Timothy Perrett > wrote: > >> >> Hmm how strange - it builds fine locally? >> >> Cheers, Tim >> >> On Oct 22, 10:56 am, David Pol

[Lift] Re: Fwd: Build failed in Hudson: Lift #1307

2009-10-22 Thread Derek Chen-Becker
It builds for me locally... On Thu, Oct 22, 2009 at 5:25 AM, Timothy Perrett wrote: > > Hmm how strange - it builds fine locally? > > Cheers, Tim > > On Oct 22, 10:56 am, David Pollak > wrote: > > Anyone have a clue as to why the JTA stuff in Lift is unstable on Hudson? > > > > > > > > -

[Lift] Re: Fwd: Build failed in Hudson: Lift #1307

2009-10-22 Thread Timothy Perrett
Hmm how strange - it builds fine locally? Cheers, Tim On Oct 22, 10:56 am, David Pollak wrote: > Anyone have a clue as to why the JTA stuff in Lift is unstable on Hudson? > > > > -- Forwarded message -- > From: > Date: Thu, Oct 22, 2009 at 2:28 AM > Subject: Build failed in Hud