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

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