The good news is I'm learning some things about maven and scalajpa is
so far easy to set up.
The bad news is lift-archetype-jpa-basic references scalajpa which is
not on the main maven servers (at least where it's trying to find it).
I added
<repositories>
<repository>
<id>scala-tools</id>
<url>http://scala-tools.org/repo-snapshots</url>
</repository>
</repositories>
and changed the version for scalajpa to 1.1-SNAPSHOT
in web/pom.xml .
Everything worked as advertised after that.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---