[Lift] Re: TextileTestSpec failure with latest lift/scala 2.7.2

2008-12-03 Thread David Pollak
Cool. Thanks for taking the time to help. On Dec 3, 2008 5:31 AM, "Sebastien Bocq" <[EMAIL PROTECTED]> wrote: It's ok now. Thanks. 2008/12/2 David Pollak <[EMAIL PROTECTED]>: > Sorry. THe build should be fixed (Thanks... --~--~-~--~~~---~--~~ You received this m

[Lift] Re: TextileTestSpec failure with latest lift/scala 2.7.2

2008-12-03 Thread Sebastien Bocq
It's ok now. Thanks. 2008/12/2 David Pollak <[EMAIL PROTECTED]>: > Sorry. THe build should be fixed (Thanks Jorge!) > > On Tue, Dec 2, 2008 at 6:42 AM, Sebastien Bocq <[EMAIL PROTECTED]> > wrote: >> >> It fails at the beginning with this error now: >> >> [INFO] Compiling 118 source files to E:\W

[Lift] Re: TextileTestSpec failure with latest lift/scala 2.7.2

2008-12-02 Thread David Pollak
Sorry. THe build should be fixed (Thanks Jorge!) On Tue, Dec 2, 2008 at 6:42 AM, Sebastien Bocq <[EMAIL PROTECTED]>wrote: > > It fails at the beginning with this error now: > > [INFO] Compiling 118 source files to E:\WebDev\liftweb\lift\target\classes > [WARNING] > E:\WebDev\liftweb\lift\src\mai

[Lift] Re: TextileTestSpec failure with latest lift/scala 2.7.2

2008-12-02 Thread Sebastien Bocq
It fails at the beginning with this error now: [INFO] Compiling 118 source files to E:\WebDev\liftweb\lift\target\classes [WARNING] E:\WebDev\liftweb\lift\src\main\scala\net\liftweb\http\XmlResponse.scala:26: error: PlainTextResponse is already defined as case class PlainTextResponse [WARNING] c

[Lift] Re: TextileTestSpec failure with latest lift/scala 2.7.2

2008-12-02 Thread David Pollak
On Wed, Nov 19, 2008 at 11:59 AM, Sebastien Bocq <[EMAIL PROTECTED]>wrote: > > I tried again "git pull" followed by "mvn clean install"and I get the > same error. > > Fast forward > .../scala/net/liftweb/textile/TextileParser.scala | 1265 > ++-- > .../main/scala/net/liftweb/http/C

[Lift] Re: TextileTestSpec failure with latest lift/scala 2.7.2

2008-11-19 Thread Sebastien Bocq
I tried again "git pull" followed by "mvn clean install"and I get the same error. Fast forward .../scala/net/liftweb/textile/TextileParser.scala | 1265 ++-- .../main/scala/net/liftweb/http/CometActor.scala |2 +- .../main/scala/net/liftweb/http/LiftSession.scala |1 + ..

[Lift] Re: TextileTestSpec failure with latest lift/scala 2.7.2

2008-11-19 Thread David Pollak
On Tue, Nov 18, 2008 at 4:59 PM, David Pollak <[EMAIL PROTECTED] > wrote: > > > On Tue, Nov 18, 2008 at 1:17 PM, Dano <[EMAIL PROTECTED]> wrote: > >> >> This is a really curious error. Using identical sources, it passes on >> my Linux box but fails on my Windows laptop. >> > > It's a CR/LF issue.

[Lift] Re: TextileTestSpec failure with latest lift/scala 2.7.2

2008-11-18 Thread David Pollak
On Tue, Nov 18, 2008 at 1:17 PM, Dano <[EMAIL PROTECTED]> wrote: > > This is a really curious error. Using identical sources, it passes on > my Linux box but fails on my Windows laptop. > It's a CR/LF issue. I'll fix it up. > > I cleaned out my maven repository on my laptop just in case, but

[Lift] Re: TextileTestSpec failure with latest lift/scala 2.7.2

2008-11-18 Thread Dano
This is a really curious error. Using identical sources, it passes on my Linux box but fails on my Windows laptop. I cleaned out my maven repository on my laptop just in case, but got the same result. On Nov 17, 1:58 pm, "David Pollak" <[EMAIL PROTECTED]> wrote: > Weird. > > I spent a while th

[Lift] Re: TextileTestSpec failure with latest lift/scala 2.7.2

2008-11-17 Thread David Pollak
Weird. I spent a while this morning adding these tests and they do indeed pass on my machine. I'm trying a clean build (I just blew away my Maven repository) to see if I can reproduce the issue. On Mon, Nov 17, 2008 at 1:43 PM, Sebastien Bocq <[EMAIL PROTECTED]>wrote: > Hello, > > I could not