[Lift] Re: JPA and Record

2008-12-16 Thread Daniel Mueller
I know what you mean, I have the same feelings about it. Spring can be a big mess (it's pretty certainly making a mess of your classpath with all those deps). On the other hand, I just tried to find out how big a mess it actually would be. It's substantial but not frightening IMO. Adding the

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-16 Thread mike beckerle
Unless you say otherwise, I'm assuming you guys are going to make the changes in the boot and other files that have caused these difficulties as part of your fixes. On Dec 14, 8:25 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Mike, There was a recent breaking change to Lift (Marius

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-16 Thread David Pollak
On Tue, Dec 16, 2008 at 8:05 AM, mike beckerle mbecke...@gmail.com wrote: Unless you say otherwise, I'm assuming you guys are going to make the changes in the boot and other files that have caused these difficulties as part of your fixes. The changes are made in the Archetypes and any new

[Lift] Re: JPA and Record

2008-12-16 Thread Derek Chen-Becker
Don't get me wrong, I've used Spring before to great benefit. My biggest concern is that it uses commons-logging, which complicates logging config a bit.It also expands the POM via those dependencies. Bottom line: I'd like to avoid it if we can, but I don't have a problem if it ends up being the

[Lift] Re: error message tag

2008-12-16 Thread Oliver Lambert
On 16/12/2008, at 3:30 PM, Charles F. Munat wrote: I copied and pasted the error message code into my own error message utility and then changed the blank output to Text(). I also wanted to rewrite other parts of it. Im trying to get a html programmer to come up with a css fix before I

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-16 Thread Stefan Scott
To avoid the breaking changes for the time being, I just downloaded the latest 'todo.tgz' today from here: http://groups.google.com/group/liftweb/t/4b305ab81019df3a and did: mvn jetty:run For the moment I'll just run Maven *offline* from now on, eg: mvn -o jetty:run so it won't grab any

[Lift] Re: JPA and Record

2008-12-16 Thread Daniel Mueller
Mmh, the commons-logging problem you can neatly circumnavigate with SLF4J and the appropriate bridges. And I absolutely agree with you, this is not the preferred solution, nor the one that will win you the style award, but it's probably the one that you can get up and running with the least

[Lift] NPE with SHtml.text

2008-12-16 Thread Joachim A.
Hi, I'm getting a NPE after calling SHtml.text() I'm calling that method from an actor. That's probably the reason for that, I guess. Is there any way to call SHtml methods from actors? java.lang.NullPointerException at net.liftweb.http.S$.addFunctionMap(S.scala:706) at

[Lift] Re: NPE with SHtml.text

2008-12-16 Thread David Pollak
Are you using Lift 0.10-SNAPSHOT or 0.9? If it's 0.10-SNAPSHOT, it should work. If it doesn't, please post sample code and I'll fix the bug. On Tue, Dec 16, 2008 at 12:13 PM, Joachim A. wallaby.po...@googlemail.comwrote: Hi, I'm getting a NPE after calling SHtml.text() I'm calling that

[Lift] Re: Revised to-do tutorial

2008-12-16 Thread Paul O'Rorke
does anybody know what causes an error like value util is not a member of package net.liftweb? when I try to install this, I get the following errors/warnings. note that I did not use the tar'd zip but used maven and the instructions in the pdf. maybe I will try that next. When I create and run

[Lift] Re: Revised to-do tutorial

2008-12-16 Thread David Pollak
Paul, It looks like the various Lift packages are not up to date in your Maven repository. Please do a mvn -U clean install and see if that works any better. Thanks, David On Tue, Dec 16, 2008 at 3:06 PM, Paul O'Rorke p...@ororke.com wrote: does anybody know what causes an error like value

[Lift] Websites and apps that are using Lift?

2008-12-16 Thread Daniel Cer
I'm putting together a structured wiki that documents what languages, frameworks, and libraries are behind various websites webapps. One of the goals of the project is to highlight the diverse set of languages and other components that people use to power their sites and raise the visibility of

[Lift] Re: Snapshot documentation not current any more

2008-12-16 Thread mbh.li...@gmail.com
Any news about the 0.10-SNAPSHOT Scaladocs issue? ---Matt On Dec 7, 6:17 am, David Bernard david.bernard...@gmail.com wrote: Generating + deploying the api for snapshots is disabled temporary. I'll fixe it ASAP On Thu, Dec 4, 2008 at 23:43, Joachim A. wallaby.po...@googlemail.com wrote:

[Lift] behind the scenes with Maven?

2008-12-16 Thread Matt Harrington
A few times over the past week, I've had something of a ghost in the machine with Maven. I haven't spent the time to track things down and have just blown away my repository and things resolve themselves. However, the next time Maven acts up I want to really figure things out. It'd help if I

[Lift] Re: behind the scenes with Maven?

2008-12-16 Thread Jorge Ortiz
Yup, you've about got it right. As I understand it, Hudson uses Maven to fetch the latest code from Github, compile, test, and deploy it. (By 'deploy' I mean: put jars, scaladocs, and archetypes on scala-tools.org) When commits are made to Github, it takes about an hour for changes to appear on

[Lift] liftweb xml schema location

2008-12-16 Thread Oliver
I have a client doesn't want an external link like xmlns:lift=http://liftweb.net/; Can I store the schema locally? How do I get it? cheers Oliver --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post