[Lift] Re: git ouch

2009-05-28 Thread Oliver Lambert
I have a problem with breaking a build on my first attempt of working with git. I'm happy if I haven't, but what was concerning me was in the included image (the network line looks like wip-ol-immu is directly next to master, rather than on a separate branch - if this is normal, Im happy) On Fri,

[Lift] Re: git ouch

2009-05-28 Thread Heiko Seeberger
Oliver, But that's perfect! What's your problem? There is one LOCAL wip-ol-immu branch and one REMOTE. That's how it is expected to be for a branch you pushed. Heiko 2009/5/29 Oliver Lambert > I got that list of commands wrong, what I typed, was > > git clone g...@github.com:dpp/liftweb.git >

[Lift] Re: git ouch

2009-05-28 Thread Oliver Lambert
I got that list of commands wrong, what I typed, was git clone g...@github.com:dpp/liftweb.git git branch wip-ol-immu git checkout wip-ol-immu git push origin wip-ol-immu When I do a git branch -a, I get two wip-ol-immu master * wip-ol-immu origin/1.0_maint origin/HEAD origin/master ori

[Lift] Re: git ouch

2009-05-28 Thread Oliver Lambert
When I look at the liftweb network graph, it looks like I'm working on the main liftweb master line and have renamed it. On Fri, May 29, 2009 at 3:38 PM, Derek Chen-Becker wrote: > I just looked at Git and I show a proper branch there (wip-ol-immu) > committed about 30 minutes ago. Are you seeing

[Lift] Re: git ouch

2009-05-28 Thread Oliver Lambert
The following sequence, without various commits git clone g...@github.com:dpp/liftweb.git git branch wip-ol-immugit checkout wip-ol-immu git checkout wip-ol-immu git push origin wip-ol-immu The git network now looks wrong. Where did I stuff up? On Fri, May 29, 2009 at 3:29 PM, Heiko Seeberger <

[Lift] Re: git ouch

2009-05-28 Thread Derek Chen-Becker
I just looked at Git and I show a proper branch there (wip-ol-immu) committed about 30 minutes ago. Are you seeing some error on your end? Derek On Thu, May 28, 2009 at 11:19 PM, Oliver Lambert wrote: > Git wouldn't let me create a branch of liftweb until I deleted and > recreated my ssh keys -

[Lift] Re: git ouch

2009-05-28 Thread Heiko Seeberger
Some more details, please: What git commands did you enter? 2009/5/29 Oliver Lambert > Git wouldn't let me create a branch of liftweb until I deleted and > recreated my ssh keys - I believed all was good. > > I thought I was following the documentation, to create my own branch, which > appeared

[Lift] git ouch

2009-05-28 Thread Oliver Lambert
Git wouldn't let me create a branch of liftweb until I deleted and recreated my ssh keys - I believed all was good. I thought I was following the documentation, to create my own branch, which appeared to be correct on my machine. But, when I just pushed what I thought was my branch, I appear to ha

[Lift] Re: Ideas for an ordered list in a form

2009-05-28 Thread Derek Chen-Becker
Oops. I meant to give the link to Tapestry so that people could see what I'm talking about (image toward the middle of the page): http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/Palette.html Derek On Thu, May 28, 2009 at 3:00 PM, Derek Chen-Becker w

[Lift] Ideas for an ordered list in a form

2009-05-28 Thread Derek Chen-Becker
I'd like to pick everyone's brains on a small requirement I have for an in-house app. I need to have the end-user select a subset of items from a master set. Additionally, the items should be ordered. Typically in the past I've used something like Tapestry's Palette control (or rolled my own with s

[Lift] Re: GAE - working example?

2009-05-28 Thread denew
I'm using maven for builds, so I can't help with your Ant process, but you need to start the appengine with something like: \appengine-java-sdk-1.2.1\bin\dev_appserver target\webapp-1.0- SNAPSHOT i.e., not just the jetty:run. I have this in a batch file in the webapp directory. Despite the fact

[Lift] Re: GAE - working example?

2009-05-28 Thread glenn
I tried to get the sample at git://github.com/ymnk/lift-gae-api.git to work, but couldn't. Yes, I installed all the GAE jars in my local maven repository,but launching with mvn jetty:run doesn't start up the App Engine, so I get the following exception: Exception occured while processing / Messa

[Lift] [ANN] LinkedIn June 5th Scala Event hosted by LinkedIn

2009-05-28 Thread David Pollak
Folks, The kind folks at LinkedIn are sponsoring a tech talk, Going from Scala to scale, on June 5th. The tech talk will include Martin Odersky (father of Scala), myself (Lift loudmouth), and Nick Kallen (Systems Architect at Twitter). For more information, please see http://blog.linkedin.com/20

[Lift] Re: Is It possible to define a model without a primary key ?

2009-05-28 Thread David Pollak
Sure. You want to extend Mapper rather than KeyedMapper. On Thu, May 28, 2009 at 12:53 AM, Jonathan Ferguson wrote: > > I need a mapper that doesn't require a primary key to get a legacy db > model onto lift. > > I can't change the table as it will break existing code. > > > Cheers > > Jono > >

[Lift] Re: What version of Lift is that?

2009-05-28 Thread David Pollak
On Thu, May 28, 2009 at 1:01 AM, marius d. wrote: > > Dave is there a reason why you removed the the deprecation log call > for snippet A? ... I thought we discussed on a different thread that > it should be deprecated. I found that it's nice to have when doing views that are not in Scala code.

[Lift] Re: ** Significant commits **

2009-05-28 Thread David Pollak
On Thu, May 28, 2009 at 1:58 AM, Timothy Perrett wrote: > > Yup, thats now fixed, but lift is still broken. When doing a build I > get: > > [INFO] Compiling 44 source files to /Users/timperrett/repositories/ > lift/lift-framework/lift/target/classes > [WARNING] /Users/timperrett/repositories/lift/

[Lift] Is It possible to define a model without a primary key ?

2009-05-28 Thread Jonathan Ferguson
I need a mapper that doesn't require a primary key to get a legacy db model onto lift. I can't change the table as it will break existing code. Cheers Jono --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift" g

Re: Fwd: [Lift] Re: immutable bindings

2009-05-28 Thread Oliver Lambert
Hi Tim, My apologies about the fork vs branch stuff. If my knowledge about git is correct I don't have permission to create a branch yet, though David has agreed to make me a committer - maybe after the milestone release tomorrow. cheers Oliver On Wed, May 27, 2009 at 8:01 PM, Timothy Perrett wr

[Lift] Re: ** Significant commits **

2009-05-28 Thread marius d.
I asked about the same thing on a different thread :). I think this is not related with the commit above but with the latest commit Dave made :) Br's, Marius On May 28, 11:58 am, Timothy Perrett wrote: > Yup, thats now fixed, but lift is still broken. When doing a build I > get: > > [INFO] Com

[Lift] Re: ** Significant commits **

2009-05-28 Thread Timothy Perrett
Yup, thats now fixed, but lift is still broken. When doing a build I get: [INFO] Compiling 44 source files to /Users/timperrett/repositories/ lift/lift-framework/lift/target/classes [WARNING] /Users/timperrett/repositories/lift/lift-framework/lift/src/ main/scala/net/liftweb/http/LiftRules.scala:

[Lift] Re: Encoding of property files used for localization

2009-05-28 Thread Timothy Perrett
Excellent - glad you got it all fixed up and working. Cheers, Tim On 28/05/2009 06:24, "feelgood" wrote: > > Problem was solved by adding -encoding UTF-8 option to native2ascii :) > > On May 28, 5:06 am, Timothy Perrett wrote: >> Having done a lot of complex localization with lift I can as

[Lift] Re: What version of Lift is that?

2009-05-28 Thread Timothy Perrett
Agreed, this is really neat! On 28/05/2009 07:49, "marius d." wrote: > > SUPER NICE ! > > On May 28, 3:11 am, David Pollak > wrote: >> Folks, >> >> I've just committed up a little bit of niceness to Lift.  You can do the >> following: >> Lift version built on >> >> These are snippets th

[Lift] Re: What version of Lift is that?

2009-05-28 Thread marius d.
Dave is there a reason why you removed the the deprecation log call for snippet A? ... I thought we discussed on a different thread that it should be deprecated. Also I can't seem to find VersionInfo snippet. Did you add it ? Br's, Marius On May 28, 9:49 am, "marius d." wrote: > SUPER NICE ! >

[Lift] Re: Encoding of property files used for localization

2009-05-28 Thread feelgood
Problem was solved by adding -encoding UTF-8 option to native2ascii :) On May 28, 5:06 am, Timothy Perrett wrote: > Having done a lot of complex localization with lift I can assure you   > that it works perfectly :-) > > What specifically so you see as the problem? Do you have a stack trace   >