Hi,buddy
I download auctionnet from ibm developer website, but could not build
successfully.
I have tried
mvn install
mvn compile
mvn scala:compile
mvn jetty:run
mvn -o jetty:run
just got the same error :
[INFO] Compiling 7 source files to
/Users/peter/Desktop/auctionNet/target/classes
/Users/peter/Desktop/auctionNet/src/main/scala/bootstrap/liftweb/Boot.scala:44:
error: value appendEarly is not a member of object
net.liftweb.http.LiftRules
LiftRules.appendEarly(makeUtf8)
^
/Users/peter/Desktop/auctionNet/src/main/scala/bootstrap/liftweb/Boot.scala:66:
error: not found: type Can
private def createOne: Can[Connection] = try {
^
/Users/peter/Desktop/auctionNet/src/main/scala/bootstrap/liftweb/Boot.scala:87:
error: not found: type Can
def newConnection(name: ConnectionIdentifier): Can[Connection] =
^
/Users/peter/Desktop/auctionNet/src/main/scala/org/developerworks/comet/AuctionActor.scala:18:
error: type mismatch;
found : java.lang.String("auction")
required: net.liftweb.util.Box[String]
def defaultPrefix = "auction"
^
/Users/peter/Desktop/auctionNet/src/main/scala/org/developerworks/model/Item.scala:11:
error: illegal inheritance;
self-type org.developerworks.model.Item does not conform to
net.liftweb.mapper.CRUDify[Long,org.developerworks.model.Item]'s
selftype net.liftweb.mapper.CRUDify[Long,org.developerworks.model.Item]
with org.developerworks.model.Item with
net.liftweb.mapper.KeyedMetaMapper[Long,org.developerworks.model.Item]
class Item extends KeyedMapper[Long, Item] with CRUDify[Long, Item] {
^
5 errors found
Then I search the error information by google, here got some tell me
this is a pom.xml bug has not been fixed.
Who can tell me what is the really ?
-----------------------------------------------------
[email protected]
13585201588
http://maweis.com
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---