[Lift] Re: Pain Building Lift

2009-09-21 Thread runt
excellent, thanaks a lot. Case closed. On Sep 21, 1:27 am, Tim Nelson tnell...@gmail.com wrote: The appendices were not included in the printed book. You can get them online here:http://www.apress.com/book/downloadfile/4390 Also, they are included in the os version of the

[Lift] Re: Pain Building Lift

2009-09-20 Thread runt
Thank you all for the responses. I try and build everything from source - and no it is not always easy but I like doing it. I sudo'd because I was in /usr/local/src - on my machine this did require sudo. I had already played around with lift using the maven commands and from the Eclipse IDE -

[Lift] Re: Pain Building Lift

2009-09-20 Thread runt
Thank you all for the responses. I try and build everything from source - and no it is not always easy but I like doing it. I sudo'd because I was in /usr/local/src - on my machine this did require sudo. I had already played around with lift using the maven commands and from the Eclipse IDE -

[Lift] Re: Pain Building Lift

2009-09-20 Thread Tim Nelson
The appendices were not included in the printed book. You can get them online here: http://www.apress.com/book/downloadfile/4390 Also, they are included in the os version of the book: http://groups.google.com/group/the-lift-book Tim On Sun, Sep 20, 2009 at 7:44 AM, runt run...@gmail.com wrote:

[Lift] Re: Pain Building Lift

2009-09-19 Thread Timothy Perrett
runt, Why on earth are you sudo'ing for a simple build? Moreover, is there a reason you want to build from source? See my instructions here: http://wiki.github.com/dpp/liftweb/how-to-getting-and-building-from-source To be honest, if you just want to use lift then you really don't need to build

[Lift] Re: Pain Building Lift

2009-09-19 Thread David Pollak
First, you should not be doing sudo (Tim pointed this out). Nothing about Lift needs root. Second, there is a known issue with the OpenJDK compiling Lift sources. I've got it on my to-do list to look into it, but my to-do list is about a month long. On Fri, Sep 18, 2009 at 5:14 PM, runt

[Lift] Re: Pain Building Lift

2009-09-19 Thread mond ray mond
It's an open source project so I don't think that users that have the temerity to build it should be questioned ;-) Like our friend runt (probably not his / her real name), I have built 1.0.2 from the github tag, following your instructions and get build problems with the SQLMapper. A small

[Lift] Re: Pain Building Lift

2009-09-19 Thread David Pollak
On Sat, Sep 19, 2009 at 9:31 AM, mond ray mond mondraym...@gmail.comwrote: It's an open source project so I don't think that users that have the temerity to build it should be questioned ;-) Like our friend runt (probably not his / her real name), I have built 1.0.2 from the github tag,

[Lift] Re: Pain Building Lift

2009-09-19 Thread Timothy Perrett
That it might be - but in my experience, building anything from source is not usually the path of least resistance and its why I suggest that pulling releases / snapshots from the maven repo is sooo much easier, for example:

[Lift] Re: Pain Building Lift

2009-09-19 Thread David Pollak
On my Mac OS X box: pony:liftweb dpp$ mvn -version Maven version: 2.0.9 Java version: 1.6.0_15 OS name: mac os x version: 10.6 arch: i386 Family: mac pony:liftweb dpp$ Here's the build log: pony:~ dpp$ cd tmp/ pony:tmp dpp$ git clone git://github.com/dpp/liftweb.git Initialized empty Git

[Lift] Re: Pain Building Lift

2009-09-19 Thread Wilson MacGyver
I'm running Snow Leopard, Maven 2.2.1. And I use git pull to keep track of the latest source. I use export MAVEN_OPTS=-Xmx1024m and then mvn clean install I've been doing that for the past 3 month or so now. It's only broke twice for me. Both times had to do with new code, and both were

[Lift] Re: Pain Building Lift

2009-09-19 Thread Derek Chen-Becker
That particular error is saying that java.sql.PreparedStatement.setSQLXML doesn't exist. This method was added in 1.6, so I may have unwittingly made the build break under 1.5. Are you, by any chance, using a 1.5 JDK? Derek On Sat, Sep 19, 2009 at 10:31 AM, mond ray mond

[Lift] Re: Pain Building Lift

2009-09-19 Thread mond ray mond
Ha - beat you ;-) [INFO] [INFO] BUILD SUCCESSFUL [INFO] [INFO] Total time: 7 minutes 56 seconds [INFO] Finished at: Sat Sep 19 22:02:30 CEST 2009