[Lift] Re: Builing Lift ... again

2009-05-13 Thread Josh Suereth
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 marius.dan...@gmail.com 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 liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Builing Lift ... again

2009-05-13 Thread David Pollak
On Wed, May 13, 2009 at 12:40 AM, Marius marius.dan...@gmail.com 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


This is weird and seems to be an artifact of a very old Lift version.

It also seems that Specs 1.4.4 and 1.5 are missing from scala-tools.org.




 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
 



-- 
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 liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Builing Lift ... again

2009-05-13 Thread marius d.

Well in the pom from master we have:

1. pluginRepositories points to repo-releases
2. repositories points to both repo-releases and repo-snapshots

Br's,
Marius

On May 13, 4:17 pm, Josh Suereth joshua.suer...@gmail.com wrote:
 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 marius.dan...@gmail.com 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-SNAP...

  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 liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---