[Lift] Re: Where are the lift jars?

2009-03-23 Thread Derek Chen-Becker
It should be functional (as in, no errors). The XML parsing error is an issue with Firefox and Lift, and is fixed in 1.1, but not 1.0, which is what PocketChange currently uses (to match the book). I think we're working on backporting the fix to 1.0. If you see other errors, please let us know

[Lift] Re: Where are the lift jars?

2009-03-21 Thread TylerWeir
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 Could you expand on quite broken please? On Mar 20, 4:46 pm, Alex a...@liivid.com wrote: This is a n00b question, but I've spent a bit too much time trying to

[Lift] Re: Where are the lift jars?

2009-03-21 Thread Alex
Click on Edit User: XML Parsing Error: prefix not bound to a namespace Location: http://localhost:8080/user_mgt/edit Line Number 5, Column 38: I think I got another error before there were any transactions in the system, but don't remember what it was. I figured it's an alpha demo so I can't

[Lift] Re: Where are the lift jars?

2009-03-20 Thread David Pollak
On Fri, Mar 20, 2009 at 1:46 PM, Alex a...@liivid.com 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

[Lift] Re: Where are the lift jars?

2009-03-20 Thread Alex
I think the best way is if you open the pom.xml as a project. Then add the Scala facet to the module. IntelliJ should download the required maven jars for you as you load the maven project. Bingo! I was creating a new project from source. When I opened the pom as a project (I never would

[Lift] Re: Where are the lift jars?

2009-03-20 Thread Joachim A.
Bingo! I was creating a new project from source. When I opened the pom as a project (I never would have thought of that) It actually detected the Scala facet so I didn't even need to set it up. It was not finding the jars otherwise, probably because it didn't use the pom.xml. So far