-
Followers
Miles Sabin (Assigned To)
AttachmentsNo attachmentsAssociationsNo associationsActivityon Aug 31, 2010 @ 06:17AM UTC * By Miles Sabin
Does this compile correctly with scalac on the command line?
on Aug 31, 2010 @ 11:16AM UTC * By huiwen.han
Yes ,it is like project http://github.com/nkallen/Rowz,
could you please import the project to Eclipse,
There has many code that can not be recognized by Eclipse.on Aug 31, 2010 @ 12:18PM UTC * By Miles Sabin
Status changed from New to InvalidTime ExpenditureLoading


import org.specs.Specification
code:
abstract class ConfiguredSpecification extends Specification {
try {
Configgy.configure("config/test.conf")
} catch {
case ex: Exception => ex.printStackTrace()
}
lazy val config = Configgy.config
}
object PrefzSpec extends ConfiguredSpecification {
"Prefz" should {
error message:
Description Resource Path Location Type
value should is not a member of java.lang.String PrefzSpec.scala /gizzard_prefz/src/test/scala/com/ibm/webahead/steer/gizzard/preference/integration line 13 Scala Problem