I think he didn't forgot anything. I only change the order of import and then it's compiled. It's depends on Scala version?
My Scala version is 2.7.5 final On Tue, Sep 29, 2009 at 11:36 AM, Richard Hirsch <[email protected]>wrote: > This was a Textile-related change Vassil made recently - maybe he > forgot to check it in. I'll do a deploy today and check. thanks. > > D. > > On Tue, Sep 29, 2009 at 4:18 AM, Xuefeng Wu <[email protected]> wrote: > > Hi, > > I can not compile model/Message.scala because import > > > > the remote file: > > import net.liftweb._ > > import mapper._ > > import util._ > > import http.js._ > > import Helpers._ > > import java.util.logging._ > > import textile.TextileParser > > > > import scala.xml._ > > > > I can not compile this file, and I modified: > > > > import net.liftweb._ > > import mapper._ > > import util._ > > import http.js._ > > import Helpers._ > > *import textile.TextileParser* > > *import java.util.logging._* > > > > import scala.xml._ > > > > That's ok. > > > > Any body meet the same problem? > > -- > > Global R&D Center,Shanghai China,Carestream Health, Inc. > > Tel:(86-21)3852 6101 > > > -- Global R&D Center,Shanghai China,Carestream Health, Inc. Tel:(86-21)3852 6101
