Do you have the scala-tools.org/repo-snapshots configured? Maven will look in all configured repositories for artifacts sequentially. If it is *only* looking in repo-releases, then you need to modify your pom so it will also look in repo-snapshots.
-Josh On Wed, May 13, 2009 at 3:40 AM, Marius <[email protected]> wrote: > > Hi, > > I tried again to build lift on Windows ... and it failed again. Yes I > did clean um my repository folder. The problems I ran into so far: > > > 1. The spec for sites/examples application in pom.xml it was pointing > to 1.4.4-SNAPTHOT version but this version does not seem to exist on > scala-tools. Replacing this version with 1.4.5-SNAPSHOT did the trick > > 2. I'm now having some problems building with Scala JPA. It seems that > it looks for scalajpa at: > > > http://scala-tools.org/repo-releases/org/scala-libs/scalajpa/1.1-SNAPSHOT/scalajpa-1.1-SNAPSHOT.pom > > The hing is that on > http://scala-tools.org/repo-releases/org/scala-libs/scalajpa/1.1/ > there is no 1.1-SNAPSHOT, just 1.1. > > > > Br's, > Marius > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
