[Lift] Re: Bidirectional Record - JSON conversion

2009-03-29 Thread Timothy Perrett
That's strange about the eclipse plugin though for sure - I guess that's IDE voodoo for you! Cheers Marius Tim Sent from my iPhone On 29 Mar 2009, at 21:56, "marius d." wrote: > > Done ... > > The Box's implicits were not visible. Funny it was working on my > Eclipse plugin 2.8.0 ... > > S

[Lift] Re: Bidirectional Record - JSON conversion

2009-03-29 Thread marius d.
Done ... The Box's implicits were not visible. Funny it was working on my Eclipse plugin 2.8.0 ... Sorry again and thanks for pointing it out ! Br's, Marius On Mar 29, 11:45 pm, "marius d." wrote: > Apologies ... fixing it now. > > On Mar 29, 11:34 pm, Timothy Perrett wrote: > > > FYI - the

[Lift] Re: Bidirectional Record - JSON conversion

2009-03-29 Thread marius d.
Apologies ... fixing it now. On Mar 29, 11:34 pm, Timothy Perrett wrote: > FYI - the job is also failing on Hudson > > http://scala-tools.org/hudson/job/lift/926/ > > On Mar 29, 9:29 pm, Timothy Perrett wrote: > > > @marius, this is slick. > > > However, its causing my build to error now... I g

[Lift] Re: Bidirectional Record - JSON conversion

2009-03-29 Thread Timothy Perrett
FYI - the job is also failing on Hudson http://scala-tools.org/hudson/job/lift/926/ On Mar 29, 9:29 pm, Timothy Perrett wrote: > @marius, this is slick. > > However, its causing my build to error now... I get the following > stack trace when building the entire lift project: > > [INFO] Compilin

[Lift] Re: Bidirectional Record - JSON conversion

2009-03-29 Thread Timothy Perrett
@marius, this is slick. However, its causing my build to error now... I get the following stack trace when building the entire lift project: [INFO] Compiling 22 source files to /Users/timperrett/repositories/ lift/lift-framework/lift-record/target/classes [WARNING] /Users/timperrett/repositories

[Lift] Re: Bidirectional Record - JSON conversion

2009-03-29 Thread Derek Chen-Becker
Very nice :) On Sun, Mar 29, 2009 at 6:07 AM, Marius wrote: > > Folks, > > I just committed the Record/JSON conversion support. > > Here is a simple example: > > import net.liftweb.record.field._ > import java.util._ > > object Main { > def main(args : Array[String]) : Unit = { > >val rec =