[Lift] Re: Where do I place a default.props file for use by Boot?

2009-08-05 Thread Jeff McKenna
Thanks for the suggestion. It seems to have worked. jeff On Aug 5, 5:31 pm, Tim Nelson wrote: > Try src/main/resources/props > > On Wed, Aug 5, 2009 at 7:19 PM, Jeff McKenna wrote: > > > Newbee: > > I have a default.props file that I was able to read once.  I s

[Lift] Where do I place a default.props file for use by Boot?

2009-08-05 Thread Jeff McKenna
Newbee: I have a default.props file that I was able to read once. I seem to have lost the incantation. Where do I put it. I thought src/resouces would work. But boot can not see to read the file. Any suggestions? --~--~-~--~~~---~--~~ You received this message be

[Lift] Access to Apache commons library

2009-08-03 Thread Jeff McKenna
Folks, More newbee questions. I am doing some things that require HttpClient and other things from Apache commons. I have not found the import magic. Are things like HttpClient, SimpleHttpConnectionManager, in the lift framework somewhere. if so, what is the import string or where can I go to

[Lift] Re: Getting started not starting.

2009-08-02 Thread Jeff McKenna
gt;       test > > > Under : > >       org.mortbay.jetty >       maven-jetty-plugin >       >           / >           5 >       > > > Hope this helps, > Xavi > > > > On Sun, Aug 2, 2009 at 2:29 AM, Jeff McKenna wrote: > > > Thanks for

[Lift] Re: Getting started not starting.

2009-08-02 Thread Jeff McKenna
; http://wiki.github.com/dpp/liftweb/about-maven-mini-guide > > On Aug 1, 6:01 pm, Jeff McKenna wrote: > > > I have been trying the getting started tutorial.  I have gotten it to > > work in the past but not for a while. > > > Currently my error message is > &g

[Lift] Re: Getting started not starting.

2009-08-02 Thread Jeff McKenna
en updating the GitHub wiki, and there is a maven page here: > > http://wiki.github.com/dpp/liftweb/about-maven-mini-guide > > On Aug 1, 6:01 pm, Jeff McKenna wrote: > > > I have been trying the getting started tutorial.  I have gotten it to > > work in the past but not for

[Lift] Getting started not starting.

2009-08-01 Thread Jeff McKenna
I have been trying the getting started tutorial. I have gotten it to work in the past but not for a while. Currently my error message is The desired archetype does not exist (net.lifweb:lift-archetype-blank: 1.0) My maven (2.0.9) command is mvn archetype:generate -U \ -DarchetypeGroupId=net.l

[Lift] Re: Newbee question

2009-07-22 Thread Jeff McKenna
;Home", List("index"), "Home")) :: >                      Menu(Loc("Test1", List("test1"), "Test Page1")) :: >                      Menu(Loc("Test2", List("test", "test"), "Test > Page2")) :: Nil >    LiftRu

[Lift] Re: Newbee question

2009-07-21 Thread Jeff McKenna
as not found on this server I am stumped. On Jul 21, 5:06 pm, Naftoli Gugenheim wrote: > No, sorry, I assumed you were talking about Exploring Lift. Just import > net.liftweb.util.Helpers._ > > - > > Jeff McKenna wrote: > > I assume yo

[Lift] Re: Newbee question

2009-07-21 Thread Jeff McKenna
I assume you mean in the wiki. J On Jul 21, 3:36 pm, Naftoli Gugenheim wrote: > Check the section "A Note on Standard Imports." Helpers has a bunch of > implicits. > > ----- > > Jeff McKenna wrote: > > I am just running the

[Lift] Re: Newbee question

2009-07-21 Thread Jeff McKenna
http://wiki.liftweb.net/index.php/HowTo_start_a_new_liftwebapp On Jul 21, 3:56 pm, David Pollak wrote: > Please point to the URL where you found the book.  It's some seriously old > stuff... almost a year out of date. > > On Tue, Jul 21, 2009 at 10:30 PM, Jeff McKenna wrote: &

[Lift] Newbee question

2009-07-21 Thread Jeff McKenna
I am just running the liftwebapp tutorial and am running into a confusion. In section 2.1 a mechanism to extend the sitemap by changing a line in Boot.scala val entries = Menu(Loc("Home", "/", "Home")) :: Menu(Loc("Test", "/ test", "Test Page")) :: User.sitemap When I do this, I get the follo