What's the URL of the project you downloaded?

On Sun, Nov 15, 2009 at 11:17 PM, Margaret <[email protected]> wrote:

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


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

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

Reply via email to