[Lift] Converting a null String to an empty String

2010-03-09 Thread Heiko Seeberger
Hi, I am pretty sure there is a method somewhere converting a null String to an empty String. But I have not found it yet ... Thanks, Heiko Company: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web

Re: [Lift] Converting a null String to an empty String

2010-03-09 Thread Heiko Seeberger
On 9 March 2010 16:48, David Pollak feeder.of.the.be...@gmail.com wrote: Can you be a little more specific? Sure ;-) I am looking for a method like this: def stringNullTest(s: String): String = if (s != null) s else Of course I could roll my own, but if it is already around (e.g. in

[Lift] Re: Converting a null String to an empty String

2010-03-09 Thread Heiko Seeberger
On Tuesday, March 9, 2010, Timothy Perrett timo...@getintheloop.eu wrote: how about: def stringTest(x: String): String = Box !! x openOr Looks great, especially for a one-handed-writer ;-) Heiko Cheers, Tim On 9 Mar 2010, at 17:30, Heiko Seeberger wrote: On 9 March 2010 16:48, David

Re: [Lift] Js normalizations

2010-03-07 Thread Heiko Seeberger
On 7 March 2010 19:37, Marius marius.dan...@gmail.com wrote: If you think that this makes sense I'll add a ticket and put it in my backlog. Makes a lot of sense for me. Go for it! Heiko Company: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala:

Re: [Lift] Re: non snapshot version of lift for scala 2.8

2010-03-04 Thread Heiko Seeberger
On 4 March 2010 15:36, Lukasz Kuczera kuk...@gmail.com wrote: I'm developing blog app on 280 and so far no problems yet. I am doing payed development on Scala 2.8 and it works ;-) Heiko Company: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala:

[Lift] Re: Snippets in subpackages?

2010-03-03 Thread Heiko Seeberger
Yep, that would help a lot! Heiko On Wednesday, March 3, 2010, David Pollak feeder.of.the.be...@gmail.com wrote: On Tue, Mar 2, 2010 at 11:42 PM, Heiko Seeberger heiko.seeber...@googlemail.com wrote: On 3 March 2010 00:03, David Pollak feeder.of.the.be...@gmail.com wrote: On Tue, Mar

Re: [Lift] Re: Is CometActor the right tool for this job?

2010-03-02 Thread Heiko Seeberger
On 2 March 2010 15:09, ced docpom...@googlemail.com wrote: 3) How do I get access to the CometActor instance on the page? I need to send a message to it from a function bound to e.g. an ajaxSelect You need another Actor that dispatches messages to your CometActors. Say you have

[Lift] Snippets in subpackages?

2010-03-02 Thread Heiko Seeberger
Hi, Isn't it possible to put snippets in subpackages of xxx.snippet? Something like lift:snippet type=com.acme.snippet.subpackage.SnippetClass? If not, what's the best way to deal with a large number of snippets? Heiko Company: weiglewilczek.com Blog: heikoseeberger.name Follow me:

Re: [Lift] Snippets in subpackages?

2010-03-02 Thread Heiko Seeberger
On 3 March 2010 00:03, David Pollak feeder.of.the.be...@gmail.com wrote: On Tue, Mar 2, 2010 at 1:05 PM, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Hi, Isn't it possible to put snippets in subpackages of xxx.snippet? Something like lift:snippet type

Re: [Lift] Happy 3rd Anniversary to Lift

2010-02-27 Thread Heiko Seeberger
. To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. -- Heiko Seeberger Company: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala

Re: [Lift] Logging, part 2

2010-02-25 Thread Heiko Seeberger
On 25 February 2010 10:23, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: 2) Initialize the logging backend What needs to be initialized? Wouldn't auto initialization be nice? Heiko Company: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala:

Re: [Lift] Reasoning Behind Box

2010-02-25 Thread Heiko Seeberger
. To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.comliftweb%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. -- Heiko Seeberger Company: weiglewilczek.com Blog: heikoseeberger.name Follow me

Re: [Lift] Reasoning Behind Box

2010-02-25 Thread Heiko Seeberger
On 26 February 2010 08:09, Naftoli Gugenheim naftoli...@gmail.com wrote: Either -- but it's more verbose. I'm not so sure David will want to rewrite the entire lift anyway... Right now, I only would like to listen to Daniel, OK? Heiko Company: weiglewilczek.com Blog: heikoseeberger.name

Re: [Lift] [urgent] Master is fundamentally broken!!!!!!

2010-02-24 Thread Heiko Seeberger
On 24 February 2010 18:40, David Pollak feeder.of.the.be...@gmail.comwrote: In the case of Heiko's issue, it's already been reported by a Japanese user of Lift 280_port_refresh. The 2.8 libraries take an optional parameter for character set and default to the platform character set. We need

Re: [Lift] Re: Tricky question regarding menus

2010-02-23 Thread Heiko Seeberger
Jeppe, Thanks for your answer! On 23 February 2010 08:47, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: I have the same scenario and it works for me. In the parent menu I do this: Menu(Loc(parent, List(parent, index), Parent, Loc.EarlyResponse(() = Full(RedirectResponse(/subpage We're

Re: [Lift] Re: Tricky question regarding menus

2010-02-23 Thread Heiko Seeberger
On 23 February 2010 15:24, Heiko Seeberger heiko.seeber...@googlemail.comwrote: But the other problem still exists: doesMatch_? will not return true for the parent and hence the parent menu will not be treated special (different style, no link). Using a custom menu snippet solves

Re: [Lift] Re: Setting run mode for Lift applications

2010-02-22 Thread Heiko Seeberger
On 22 February 2010 09:20, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: The default would still be the current lookup in system properties, but you could change this to look at servlet params, hostname, day of month etc :-) Ah, OK. I agree if and only you will also enable setting the run

Re: [Lift] Re: Setting run mode for Lift applications

2010-02-22 Thread Heiko Seeberger
On 22 February 2010 10:52, Indrajit Raychaudhuri indraj...@gmail.comwrote: Given that setting initParams is the usual webapp idiom, should we not consider that at all? That would have served the purpose for Petr. customRunMode or context.initParam(run.mode) or

[Lift] Tricky question regarding menus

2010-02-22 Thread Heiko Seeberger
and sub1a. Is there a simple solution to this? Or do I have to write my own Loc implementation? Thank you, Heiko Seeberger Work: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net -- You

Re: [Lift] Welcome John De Goes as a Lift committer

2010-02-22 Thread Heiko Seeberger
%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. -- Heiko Seeberger Work: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework

[Lift] Re: Tricky question regarding menus

2010-02-22 Thread Heiko Seeberger
menu. Thank you, Heiko On 22 February 2010 15:15, Heiko Seeberger heiko.seeber...@googlemail.comwrote: Hi, I want to create a menu with the following structure: main1 main2 main3... sub1a sub1b sub2a sub2b sub3a ... page1a1 page1a2 ... Now I want some of the main and sub menus

Re: [Lift] Re: Setting run mode for Lift applications

2010-02-21 Thread Heiko Seeberger
...@googlegroups.comliftweb%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. -- Heiko Seeberger Work: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply

Re: [Lift] NOT IN subqueries?

2010-02-17 Thread Heiko Seeberger
On 17 February 2010 14:48, David Pollak feeder.of.the.be...@gmail.comwrote: On Tue, Feb 16, 2010 at 11:53 PM, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Hi, Is there a way to create NOT IN subqueries with lift-mapper? Nope. Please open a ticket for 2.0-M3. I'll get it done

[Lift]

2010-02-17 Thread Heiko Seeberger
is set to input and I am working on a Mac. Any ideas? Heiko -- Heiko Seeberger Work: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net -- You received this message because you

[Lift] autocrlf issue?

2010-02-17 Thread Heiko Seeberger
Sorry, forgot the subject ... On Wednesday, February 17, 2010, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Hi, Since a week or so I get modified files even when I create a fresh clone of the repo. These are some js and css files from lift-widgets and stuff from installer

[Lift] Re: autocrlf issue?

2010-02-17 Thread Heiko Seeberger
Sure, thanks. On Wednesday, February 17, 2010, Indrajit Raychaudhuri indraj...@gmail.com wrote: Heiko, Just remove core.autocrlf settings for now. You can add that back after I update the repo (and send out the notification). - Indrajit On 17/02/10 8:16 PM, Heiko Seeberger wrote: Sorry

[Lift] NOT IN subqueries?

2010-02-16 Thread Heiko Seeberger
Hi, Is there a way to create NOT IN subqueries with lift-mapper? Heiko Work: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net -- You received this message because you are

Re: [Lift] New logging code

2010-02-15 Thread Heiko Seeberger
On 14 February 2010 20:10, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: Makes sense, and that was actually close to what I had initially: The Logger trait was called LiftLogger, but this clashed with the current LiftLogger. This name (Logger in current code) probably doesn't matter too much

Re: [Lift] New logging code

2010-02-15 Thread Heiko Seeberger
On 15 February 2010 09:45, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: Even if (probably) not needed, we should try to name it the best possible way. Changing now causes no pain at all, but later ... you know. Agreed. Suggestions? I already made mine, just to make sure everyone has a

Re: [Lift] New logging code

2010-02-14 Thread Heiko Seeberger
On 14 February 2010 14:40, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: Hi, I've tried to keep it as simple as possible, really just a Scala layer on top of the SLF4J api. I think that's a very good decision! Note that no backend (log4j or logback) configuration is included. This has to

[Lift] Test whether a Loc is a child of another Loc

2010-02-11 Thread Heiko Seeberger
Hi, I would like to know what's the easiest way to test whether a Loc is a child of another Loc. Which means, that the path to the first Loc contains the path to the second one, e.g. myapp/login and myapp/login/signup. Thank you! Heiko Seeberger Work: weiglewilczek.com Blog

[Lift] Re: Test whether a Loc is a child of another Loc

2010-02-11 Thread Heiko Seeberger
On 11 February 2010 19:00, Heiko Seeberger heiko.seeber...@googlemail.comwrote: Hi, I would like to know what's the easiest way to test whether a Loc is a child of another Loc. Which means, that the path to the first Loc contains the path to the second one, e.g. myapp/login and myapp/login

Re: [Lift] Logging changes

2010-02-11 Thread Heiko Seeberger
On 12 February 2010 05:56, David Pollak feeder.of.the.be...@gmail.comwrote: How about a different approach? How about a new logging system in common that takes the best of the existing logging system plus a bunch of enhancements? Are you thinking of something that could also be used

[Lift] Submit form on enter in textarea

2010-02-08 Thread Heiko Seeberger
Hi folks, this time *with* body and hopefully quite understandable: What's the most clever way to submit a (AJAX)form when ENTER is hit in a textarea? Thanks, Heiko -- Heiko Seeberger Work: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala

[Lift] Are there Maven artifacts for snapshot or milestone releases?

2010-02-07 Thread Heiko Seeberger
-- Heiko Seeberger Work: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net -- You received this message because you are subscribed to the Google Groups Lift group. To post

[Lift] Re: Are there Maven artifacts for snapshot or milestone releases?

2010-02-07 Thread Heiko Seeberger
-snapshots/net/liftweb/ or the hudson builds into nexus? Otherwise, you'll have to clarify exactly what your asking (herewith the problem with subject-only emails! - grumble grumble grumble) Cheers, Tim On Feb 7, 4:17 pm, Heiko Seeberger heiko.seeber...@googlemail.com wrote: -- Heiko

Re: [Lift] Re: Are there Maven artifacts for snapshot or milestone releases?

2010-02-07 Thread Heiko Seeberger
or snapshots? Thank you! Heiko On 7 February 2010 22:10, David Pollak feeder.of.the.be...@gmail.comwrote: On Sun, Feb 7, 2010 at 10:43 AM, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Are there Maven *archetypes* for snapshot or milestone releases? There are archetypes generated

Re: [Lift] Re: OSGi example, what to do to make it run?

2010-02-06 Thread Heiko Seeberger
Philip, 2010/2/6 philip philip14...@gmail.com Why do I want to do that? I am making a code generator which generates Scala code, I want the user to be able to try out the Scala code. So some liftweb method would generate a .scala file and another would package it into a OSGi and load the

Re: [Lift] Suggestion to extend Comet (ListenerManager) to selectively update subscribers

2010-02-05 Thread Heiko Seeberger
OK, its on RB (http://reviewboard.liftweb.net/r/206/) = Take a look ... Heiko On 5 February 2010 01:07, Timothy Perrett timo...@getintheloop.eu wrote: Probally helpful if you share your prototype code? Cheers, Tim Sent from my iPhone On 5 Feb 2010, at 00:05, Heiko Seeberger heiko.seeber

Re: [Lift] OSGi example, what to do to make it run?

2010-02-05 Thread Heiko Seeberger
feeder.of.the.be...@gmail.comwrote: On Fri, Feb 5, 2010 at 9:06 AM, Heiko Seeberger heiko.seeber...@googlemail.com wrote: On 5 February 2010 15:05, Martin Ellis ellis@gmail.com wrote: Any offers/suggestions? (Sorry, I realise the question more about OSGI than lift) Indeed, let's

Re: [Lift] Potential breakage: Choosing the default Lift logging backend

2010-02-05 Thread Heiko Seeberger
Hi, On 5 February 2010 22:11, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: 2) is the cleanest solution since the choice of logging backend is made explicit. But this requires people to change their poms in order to get any logging. Let's go for 2) because in real-world projects people will

[Lift] Suggestion to extend Comet (ListenerManager) to selectively update subscribers

2010-02-04 Thread Heiko Seeberger
Hi, In the current state the ListenerManager will always update all subscribers. I have got a use case where only certain subscribers should be updated. Therefore I suggest to extend the ListenerManager such that there can be an optional partial function that determines which subscribers will be

[Lift] CometActor.fixedRender always below render?

2010-02-03 Thread Heiko Seeberger
Hi, It looks like the output from fixedRender is always placed below the one from render. Is there a way to change this? Heiko -- Heiko Seeberger Work: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web

[Lift] Re: CometActor.fixedRender always below render?

2010-02-03 Thread Heiko Seeberger
think that it would be very helpful. Perhaps we should add an easy way to allow this ... Would be nice, but I can live without :-) Heiko Br's, Marius On Feb 3, 5:15 pm, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Hi, It looks like the output from fixedRender is always placed

Re: [Lift] Github issue browser

2010-02-02 Thread Heiko Seeberger
/group/liftweb?hl=en. -- Heiko Seeberger Work: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net -- You received this message because you are subscribed to the Google Groups Lift

Re: [Lift] New ticketing system

2010-01-28 Thread Heiko Seeberger
On 28 January 2010 15:06, David Pollak feeder.of.the.be...@gmail.comwrote: I can host an instance. The big issue as I see it is have a reliable maintainer. In order to use LiftTicket, we need someone who is around most of the time (46+ weeks a year), can fix bugs in a few days, has a solid

Re: [Lift] Always log through Slf4j?

2010-01-28 Thread Heiko Seeberger
at http://groups.google.com/group/liftweb?hl=en. -- Heiko Seeberger Work: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net -- You received this message because you

Re: [Lift] Lift logging improvements

2010-01-27 Thread Heiko Seeberger
to the Google Groups Lift group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. -- Heiko Seeberger Work

Re: [Lift] Lift 2.0 on Scala 2.8 update

2010-01-24 Thread Heiko Seeberger
at http://groups.google.com/group/liftweb?hl=en. -- Heiko Seeberger Work: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net -- You received this message because you

Re: [Lift] Welcome Jeppe to the Lift committers

2010-01-22 Thread Heiko Seeberger
to the Google Groups Lift group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. -- Heiko Seeberger Work

Re: [Lift] Mindless work...

2010-01-21 Thread Heiko Seeberger
I have time to do the mindless work of doing the port tonight (my brain will explode if it has to think, but mindless is okay). Sorry for the delay, but my night already started when you were having lunch ;-) - Heiko -- how far along is the stuff in issue 292? Is this code on the

Re: [Lift] Welcome Mads Hartmann Jensen to the Lift Committers

2010-01-19 Thread Heiko Seeberger
...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. -- Heiko Seeberger Work: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net

Re: [Lift] Re: Lift - GAE Version

2010-01-14 Thread Heiko Seeberger
2010/1/14 __kaveh__ kaveh.shahbaz...@gmail.com So for cases like many little web applications that concurrency is not an issue or for technologies like GAE; we should simply fall back to Java? NO! Go for Scala + Lift! Heiko My job: weiglewilczek.com My blog: heikoseeberger.name Follow me:

Re: [Lift] Re: **IMPORTANT** Lift 2.0 Milestone1 is coming and it's time to test the SNAPSHOT in master

2010-01-11 Thread Heiko Seeberger
Or will Lift support only ONE Scala version? Yes, Lift 2.0 will be for Scala 2.8 only. Heiko My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net -- You received this

Re: [Lift] 280_port builds against Scala 2.8 Beta1 RC7

2010-01-09 Thread Heiko Seeberger
David, 2010/1/8 David Pollak feeder.of.the.be...@gmail.com Did you smoke test the lift-examples/example app? Now I did ;-) Looks good. The reason I did not before is, that some modules and a lot of tests are commented out. So was lift-widgets which is a dependency of lift-examples/example.

Re: [Lift] 280_port builds against Scala 2.8 Beta1 RC7

2010-01-09 Thread Heiko Seeberger
2010/1/9 David Pollak feeder.of.the.be...@gmail.com Yeah... now that 2.8 Beta1 is out, we'll need to finish porting Lift over. *Once* 2.8 Beta 1 is out: IMHO we are at Beta1 RC7 and it will take another couple of days until we will see Beta1. Anyway, I'd be glad to help porting the rest.

Re: [Lift] 280_port builds against Scala 2.8 Beta1 RC7

2010-01-09 Thread Heiko Seeberger
2010/1/9 Indrajit Raychaudhuri indraj...@gmail.com How about taking the same strategy as last time (during scala 2.7.5 to 2.7.7)? Use Maven version classifier fot 2.8.0 build and create separate hudson job(s) for the purpose. Yep, let's do that! Heiko My job: weiglewilczek.com My blog:

[Lift] 280_port builds against Scala 2.8 Beta1 RC7

2010-01-08 Thread Heiko Seeberger
-- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net -- You received this message because you are subscribed to the Google Groups "Lift" group

Re: [Lift] Re: Minor breaking changes -- LiftRules.getResourceAsStream and LiftRules.finder

2010-01-02 Thread Heiko Seeberger
StreamManager[T] sounds cool to me. +1 Heiko My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net -- You received this message because you are subscribed to the Google

Re: [Lift] Re: WebSockets are Coming

2009-12-23 Thread Heiko Seeberger
I could start an experimental branch for all this. Yeah, go for it, man, go for it! Heiko My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net -- You received this

[Lift] Re: [scala-internals] RC5 candidate for the first 2.8.0 beta

2009-12-22 Thread Heiko Seeberger
Martin, OK, now I got it working (almost) without Maven: 1. step: Check out 280_port branch from g...@github.com:dpp/liftweb.git 2. step: cd into liftweb/lift-persistence/lift-mapper and run mvn dependency:copy-dependencies 3. step: run the following command PATH-TO-SCALAC-OR-FSC-2.8-BETA1-RC5

[Lift] Re: [Lift Announce] **Important** Announcing the Lift 2.0 branch

2009-12-21 Thread Heiko Seeberger
/group/liftweb/browse_thread/thread/450a3e741999b5df [2] http://wiki.github.com/dpp/liftweb/committer-release-process Feedbacks most welcome! Cheers, Indrajit -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala

Re: [Lift] Re: [lift] Building Lift with scala 2.8.0

2009-12-20 Thread Heiko Seeberger
to lift...@googlegroups.com. To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.comliftweb%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. -- Heiko Seeberger My job: weiglewilczek.com My blog

Re: [Lift] [lift] Building Lift with scala 2.8.0

2009-12-20 Thread Heiko Seeberger
2009/12/19 Channing Walton channingwal...@mac.com I would like to use Lift with scala 2.8.0 but need some helping building the branches. I've checked out the 280_port branch, but when I set the scala version to 2.8.0.Beta1-RC3 in the main pom, Lift doesn't compile. Hmm, the main POM of the

[Lift] Re: [scala-internals] RC4 candidate for the first 2.8.0 beta

2009-12-20 Thread Heiko Seeberger
Lift built against RC3, but with RC4 we get this error: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at

Re: [Lift] Re: Re: [lift] Building Lift with scala 2.8.0

2009-12-20 Thread Heiko Seeberger
2009/12/20 Channing Walton channingwal...@mac.com ok here it is. The only thing I changed in the main pom is the scala version to the 2.8.0 beta rc3 If you are using the latest version of the 280_port branch there is no need to change the scala version = It is already 2.8 Beta RC4. Maybe

Re: [Lift] [lift] Building Lift with scala 2.8.0

2009-12-20 Thread Heiko Seeberger
are subscribed to the Google Groups Lift group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. -- Heiko

Re: [Lift] The future of lift-core

2009-12-20 Thread Heiko Seeberger
2009/12/20 Indrajit Raychaudhuri indraj...@gmail.com lift-core is a 'meta' project that can be added as a dependency to a Lift project to pull in all the Lift modules. This serves as a singular configuration point in a Lift based application. However, since lift-core downloads all the Lift

Re: [Lift] Goals for type and method renaming for Lift 2.0 - was: Open discussion on Lift Name Calling practices

2009-12-18 Thread Heiko Seeberger
%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web

[Lift] Make it possible to add LocParams to MetaMegaProtoUser's menus

2009-12-18 Thread Heiko Seeberger
in order to customize menu display. The idea is that there are additional methods that are called from xxxMenuLoc in order to populate the LocParams. The default implementation will add a LocGroup(user). Before implementing that I would like to ask for you opinion. Thank you, Heiko Seeberger My job

Re: [Lift] Goals for type and method renaming for Lift 2.0 - was: Open discussion on Lift Name Calling practices

2009-12-14 Thread Heiko Seeberger
5) Avoid using abbreviations I disagree. When coding with a non-IDE, abbreviations make life much easier. I agree with David, abbreviations are better. When I'm trying to get something out of my head and into code, I don't want things getting in my way. 2 things in this scenario get

Re: [Lift] Goals for type and method renaming for Lift 2.0 - was: Open discussion on Lift Name Calling practices

2009-12-13 Thread Heiko Seeberger
2009/12/13 Kris Nuttycombe kris.nuttyco...@gmail.com To this point, the only goals that have been recommended for this effort are those that I've noted below: 1) Remove ambiguity wherever possible! There are a number of places where very similar names are used to refer to utterly different

Re: [Lift] Goals for type and method renaming for Lift 2.0 - was: Open discussion on Lift Name Calling practices

2009-12-13 Thread Heiko Seeberger
And here is another one: 6) Use names related to the nature of the thing being named: We should be able to know what a type is or a method does from reading its name. Heiko My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org

Re: [Lift] New Lift release process wiki page

2009-12-10 Thread Heiko Seeberger
2009/12/10 David Pollak feeder.of.the.be...@gmail.com On Wed, Dec 9, 2009 at 11:30 PM, Heiko Seeberger heiko.seeber...@googlemail.com wrote: David, I do not understand the naming convention Lift_x_version. Is this something like Lift_x_2.0 or Lift_2.0 or ...? git checkout -b

Re: [Lift] Next Lift version will be 2.0

2009-12-09 Thread Heiko Seeberger
Indrajit, Sorry for the very late reply :-( 2009/12/7 Indrajit Raychaudhuri indraj...@gmail.com Grand stuff! Thank you! Indeed, I was wondering if we could sync this up with the Round 2 of Refactoring exercise (

Re: [Lift] New Lift release process wiki page

2009-12-09 Thread Heiko Seeberger
, send email to liftweb+unsubscr...@googlegroups.comliftweb%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi

[Lift] Next Lift version will be 2.0

2009-12-07 Thread Heiko Seeberger
Lifters, Maybe you followed the discussion about the versioning policy for Lift. The committers finally decided to have a well defined versioning policy which you can take from here: http://wiki.github.com/dpp/liftweb/about-versioning-policy. Following this policy the next Lift version will be

Re: [Lift] Next Lift version will be 2.0

2009-12-07 Thread Heiko Seeberger
2009/12/7 Josh Suereth joshua.suer...@gmail.com Just curious what the difference between Major and Minor truly is as both can break source/binary compatibility? My feeling here is that sticking to strick source-compatibility for minor releases is actually a bonus. Major changes (e.g.

Re: [Lift] Please welcome Jon Hoffman to the Lift committers

2009-12-02 Thread Heiko Seeberger
://groups.google.com/group/liftweb?hl=en. -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net -- You received this message because you are subscribed

Re: [Lift] How to get the servlet context

2009-11-30 Thread Heiko Seeberger
) Godspeed. Tim. On 27 Nov 2009, at 21:49, Heiko Seeberger wrote: Job, -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net -- You

Re: [Lift] Sitemap + Menu Names + Change Order

2009-11-29 Thread Heiko Seeberger
Hannes, 2009/11/29 Hannes hannes.flo...@gmx.li I couldn't find anything about how to change a menu name, that is generated from CRUDify. Overwrite CRUDify.createMenuName, etc. Furthermore, I want to change the internal order of CRUDify menus. I believe that its more natural to use, when

Re: [Lift] Sitemap + Menu Names + Change Order

2009-11-29 Thread Heiko Seeberger
Hi Hannes, 2009/11/29 Hannes hannes.flo...@gmx.li thanks for the quick and helpful answer! You're welcome ;-) The renaming was quite easy, but what do I've to write inside CRUDify.menus? Please take a look at the source code (CRUDify.scala): def menus: List[Menu] =

Re: [Lift] Refactoring Round 2

2009-11-27 Thread Heiko Seeberger
...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework

Re: [Lift] How to get the servlet context

2009-11-27 Thread Heiko Seeberger
. -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net -- You received this message because you are subscribed to the Google Groups Lift group. To post

Re: [Lift] Re: How to get the servlet context

2009-11-27 Thread Heiko Seeberger
...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net

Re: [Lift] Re: How to get the servlet context

2009-11-27 Thread Heiko Seeberger
location, I'll probably run into the same problem as before. Any idea how to do this? Job H. On Nov 27, 6:56 pm, Heiko Seeberger heiko.seeber...@googlemail.com wrote: File tempdir = (File) config.getServletContext().getAttribute(javax.servlet.context.tempdir) 2009/11/27 jhonig al

[Lift] Re: Call it Lift 2.0

2009-11-22 Thread Heiko Seeberger
2009/11/21 Josh Suereth joshua.suer...@gmail.com I think eclipse and maven might be two of the only projects following that convention (besides others in the eclipse ecosystem). I think that Spring also follows the recommended OSGi versioning policy, but to be sure I will check with some of

[Lift] Re: Call it Lift 2.0

2009-11-21 Thread Heiko Seeberger
Hi, Heiko, can you find the stated version number policies of 3 or 4 other well regarded open source projects? That will allow us to synthesize the best of what others have done into a coherent policy for Lift. Take a look at the recommended OSGi version policy:

[Lift] Re: Call it Lift 2.0

2009-11-20 Thread Heiko Seeberger
Folks, I would like to bring this version discussion to an end. I would prefer 2.0 but, I am also cool with 1.1. If there are still unheard arguments for 2.0, please speak out now. For me it is important that there is a version policy in place, such that everyone knows what's the difference

Re: [Lift] Lift Scala style.

2009-11-18 Thread Heiko Seeberger
@googlegroups.com To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.comliftweb%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~--~~~~--~~--~--~--- -- Heiko

Re: [Lift] Re: Call it Lift 2.0

2009-11-18 Thread Heiko Seeberger
Jim, Let's stop this discussion (I won't convince you and you wont't convince me) and start doing something more valuable: Are you in town for a couple of beers? Heiko 2009/11/18 Jim Barrows jim.barr...@gmail.com On Wed, Nov 18, 2009 at 10:25 AM, Heiko Seeberger heiko.seeber

Re: [Lift] foursquare.com now basically all on Lift

2009-11-17 Thread Heiko Seeberger
...@googlegroups.comliftweb%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/liftweb?hl=. -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional

Re: [Lift] Re: Call it Lift 2.0

2009-11-17 Thread Heiko Seeberger
2009/11/17 Naftoli Gugenheim naftoli...@gmail.com But it's up to DPP because it's his project. Of course David kicked off Lift and he is managing the project actively. Yet there is also a huge Lift community. Hence I do not agree calling Lift his project. And even though I do not agree with

[Lift] Call it Lift 2.0

2009-11-16 Thread Heiko Seeberger
Hi, There has been a large amount of new stuff and also some breaking changes since Lift 1.0. As an OSGi guy I suggest we call the next version Lift 2.0, because increasing the major version number will show the world that there are breaking changes and/or cool new features. At least, this is how

Re: [Lift] Re: Call it Lift 2.0

2009-11-16 Thread Heiko Seeberger
should not express a mindset but information about (non)breaking API changes. That's all, no magic, no marketing, no mindset. Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web

Re: [Lift] Re: Call it Lift 2.0

2009-11-16 Thread Heiko Seeberger
2009/11/17 David Pollak feeder.of.the.be...@gmail.com The current Lift is not a major change to Lift 1.0, it's a minor progression and a lot of tuning of the developer experience. There are breaking changes to the API which in the version policy suggested by me (the OSGi way) means increasing

[Lift] Re: lift-webkit-1.1-SNAPSHOT contains duplicate classes (e.g. Box.class)

2009-11-13 Thread Heiko Seeberger
I fixed it and it is on review board ... Heiko 2009/11/13 Heiko Seeberger heiko.seeber...@googlemail.com OK, I spotted the problem and will work on the issue ... Heiko 2009/11/13 Heiko Seeberger heiko.seeber...@googlemail.com maven-bundle-plugin? Well, that's my business, I guess. I

[Lift] Re: lift-webkit-1.1-SNAPSHOT contains duplicate classes (e.g. Box.class)

2009-11-13 Thread Heiko Seeberger
I cannot see, how the maven-bundle-plugin should affect the creation of the source jar, but who knows ... Locally my -SOURCE.jar files are OK. After I get a Ship it we will see how the Hudson build behaves. Heiko 2009/11/13 Jeppe Nejsum Madsen je...@ingolfs.dk Heiko Seeberger heiko.seeber

[Lift] Re: lift-webkit-1.1-SNAPSHOT contains duplicate classes (e.g. Box.class)

2009-11-13 Thread Heiko Seeberger
Heiko Seeberger heiko.seeber...@googlemail.com writes: I cannot see, how the maven-bundle-plugin should affect the creation of the source jar, but who knows ... My bad..not knowing maven, I assumed the bundle plugin is the one that creates jars. From a cursory look, I can see it seems

[Lift] Re: lift-webkit-1.1-SNAPSHOT contains duplicate classes (e.g. Box.class)

2009-11-12 Thread Heiko Seeberger
why Maven was including classes from lift-common and lift-actor into lift-webkit. It is a feature of the maven-bundle-plugin? I can take care of fixing the issue if pointed towards the right direction. thanks! alex -- Heiko Seeberger My job: weiglewilczek.com My blog

  1   2   >