On Fri, Mar 20, 2009 at 1:46 PM, Alex <[email protected]> wrote:

>
> This is a n00b question, but I've spent a bit too much time trying to
> find where a number of the Lift classes are defined.  I installed the
> PocketChange app, and I can get it to run (although the current
> version is quiet broken and I had to create a postgres db user) but
> when I open it as a project in IntelliJ (with apologies to David - I'm
> giving it a chance :)


Please do.  I encourage it.  Use the tool you are most comfortable with.


> it can't find many of the Lift classes,
> including the mapper ones (e.g. LongKeyedMapper).  There seems to be a
> custom MappedDecimal class, but that's the only one I (and IntelliJ)
> can find in net.liftweb.mapper.  It also can't find net.liftweb.util.
> {Box,Empty,Full}.
>
> I am new to maven I think it downloaded them magically and put them
> somewhere, but where?  Can maven also download the source so I don't
> have to keep a separate source directory in sync somehow?


No.  They're in ~/.m2/repository

When you do an mvn install, Maven will assemble things together in a WAR
file for you.  Maven will also automatically make sure you've got the right
version of everything.


>
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to