I've built Lift from source on Windows, Linux and Mac OS X within the last 2
days without incident.

What OS are you running, what version of Maven and what version of Java?

On Wed, Jul 1, 2009 at 8:00 PM, Calen Pennington <calen.penning...@gmail.com
> wrote:

>
> Hi,
>
> I'm trying to build Lift from the source. I pulled the latest source
> from git, and ran
>
> cd liftweb
> mvn install
>
> as suggested in the wiki (http://wiki.liftweb.net/index.php/
> Source_code)
>
> When I did this, I got a large number of warnings like the following:
> [WARNING] /home/cpenning/work/scala/lift/liftweb-cpenning/lift-util/
> src/test/scala/net/liftweb/util/CombParserHelpersSpec.scala:18: error:
> value specs is not a member of package org
> [WARNING] import _root_.org.specs._
>
> The lift-util/pom.xml includes the dependency
>
>    <dependency>
>      <groupId>org.scala-tools.testing</groupId>
>      <artifactId>specs</artifactId>
>      <version>1.5.0</version>
>    </dependency>
>
> as expected, and looking at my ~/.m2/repository/org/scala-tools/
> testing/specs/1.5.0/ contains a pom and a jar.
>
> Anyone know why lift-utils isn't able to import specs?
>
> Thanks
>
> -Cale
>
> >
>


-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to