[Lift] Re: Liftweb without Maven?

2009-04-16 Thread Sean Reque
I am a newcomer to Scala and Lift, and I plan on trying to figure out how to use either Buildr or Raven, to run Lift, and if I can successfully do so I will try to share my work. If I cannot, I will probably stop pursuing Lift and start looking at other areas of Scala. I say this simply to state

[Lift] Re: Liftweb without Maven?

2009-04-20 Thread Sean Reque
Wow, strong words.  I'm wondering what it was about maven that caused this productivity loss?  So far my shop has not run into this, in fact, we've had the opposite vs. Ant.  Granted, Raven and Buildr are different beasts. I apologize for the strong words. I think I was still angry from

[Lift] Lift does not display templates as described in the book.

2009-05-30 Thread Sean Reque
I have the pocketchange app with lift 1.0. I add a directory in webapp with an index.html file, identical to the help directory except with some changed text. I visit the URL corresponding to the directory and it doesn't show up at all, but tells me the requested resource is not found. I then add

[Lift] Re: Lift does not display templates as described in the book.

2009-05-30 Thread Sean Reque
about what the sitemap means in Lift. - Sean Reque On May 30, 2:56 pm, marius d. marius.dan...@gmail.com wrote: To access a page you need to add it in the SiteMap. I assume you are a bit confused about the relation between a Menu and a page. I mean after all maybe for your site you don't

[Lift] Re: Lift does not display templates as described in the book.

2009-05-30 Thread Sean Reque
about what the sitemap means in Lift. - Sean Reque On May 30, 2:56 pm, marius d. marius.dan...@gmail.com wrote: To access a page you need to add it in the SiteMap. I assume you are a bit confused about the relation between a Menu and a page. I mean after all maybe for your site you don't

[Lift] Help with writing generic functions for lift mapper

2009-06-19 Thread Sean Reque
type with IdPK, and so is TestSubject. MetaTestSubject inherits from TestSubject with LongKeyedMetaMapper[TestSubject]. The third value parameter is a function takes a type TestRun and returns a MappedLongForeignKey[TestRun, TestSubject]. What am I doing wrong? Is this a scala bug? - Sean Reque

[Lift] Re: Help with writing generic functions for lift mapper

2009-06-19 Thread Sean Reque
Thanks for the quick response! I will submit a ticket in the scala bug tracker. On Jun 19, 10:14 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Fri, Jun 19, 2009 at 6:35 AM, Sean Reque seanre...@gmail.com wrote: I am trying to write a generic function to do a on-to-one join between

[Lift] Re: Good build tool for Lift/Scala projects

2009-07-24 Thread Sean Reque
I haven't tried running buildr on OSX, but did you try using buildr with jruby instead of ruby? Buildr with CRuby has to rely on a C library rjb, which I wouldn't trust to work as well as jruby and from what I've seen only reliably works with Java 1.5. The latest JRuby just added nailgun support