[Lift] Failing to build the examples :-(

2008-11-20 Thread Paul Butcher
I'm sure that I'm missing something very basic here, but I've no idea what it is. I've downloaded the latest source and run mvn install successfully. When I try to run mvn site, however, I get the following: [WARNING] Unable to process class

[Lift] Re: scala plugin with lift in netbeans

2008-11-20 Thread TylerWeir
I've had a good experience with the jVi plugin: http://jvi.sourceforge.net/ I've only played with it so far, but if you're a long time Vi(m) user, it will make moving to NetBeans a lot easier. On Nov 19, 9:02 pm, David Pollak [EMAIL PROTECTED] wrote: On Wed, Nov 19, 2008 at 3:48 PM, Charles F.

[Lift] Re: Failing to build the examples :-(

2008-11-20 Thread Paul Butcher
On Nov 20, 2:00 pm, David Pollak [EMAIL PROTECTED] wrote: When you run out of memory, that's the end of a given job.  How much RAM is in your machine? As much as will physically fit (3G). Here's a slightly cut-down version of the end of the Maven output: [WARNING] Unable to process class

[Lift] Re: Failing to build the examples :-(

2008-11-20 Thread David Pollak
On Thu, Nov 20, 2008 at 6:26 AM, Paul Butcher [EMAIL PROTECTED] wrote: On Nov 20, 2:00 pm, David Pollak [EMAIL PROTECTED] wrote: When you run out of memory, that's the end of a given job. How much RAM is in your machine? As much as will physically fit (3G). Linux (what distro and

[Lift] Re: Failing to build the examples :-(

2008-11-20 Thread Paul Butcher
On Nov 20, 2:32 pm, David Pollak [EMAIL PROTECTED] wrote: Linux (what distro and version)? Mac OS X? Mac OS X 10.5.5 (the latest version). Paul. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To

[Lift] Re: Failing to build the examples :-(

2008-11-20 Thread Paul Butcher
On Nov 20, 2:31 pm, David Pollak [EMAIL PROTECTED] wrote: I just did a successful build on my Linux machine with 3GB of RAM (I got the bcel format warning) Ah - so the error is the out of memory error? The format warning is just a warning that I don't need to worry about? Sorry - I had

[Lift] Re: DB transactions - how?

2008-11-20 Thread Joachim A.
David, thanks a lot for your help. The code works perfectly. Joachim On 17 Nov., 05:45, David Pollak [EMAIL PROTECTED] wrote: Joachim, Many moons ago, Lift automatically created a JDBC transaction when it started handling an HTTP request and committed/released the connection at the end of

[Lift] Re: Failing to build the examples :-(

2008-11-20 Thread David Pollak
On Thu, Nov 20, 2008 at 6:44 AM, Paul Butcher [EMAIL PROTECTED] wrote: On Nov 20, 2:31 pm, David Pollak [EMAIL PROTECTED] wrote: I just did a successful build on my Linux machine with 3GB of RAM (I got the bcel format warning) Ah - so the error is the out of memory error? The format