Hi, > 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 :) it can't find many of the Lift classes, > including the mapper ones (e.g. LongKeyedMapper).
IntelliJ's Scala support works very well for me. 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. > 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? IntelliJ should find the jars for you :) To download the sources you can tell IntelliJ to do so. In the maven projects tab/sidebar there's a button called "download artifacts" (I think). Regards, Joachim --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
