2012-04-18 16 views

cevap

8

Evet, harika için kullanılabilen bir modül var oyna - Özellikle kontrol cihazı üzerinde Scala kullanıyorsanız. Öğrenme eğrisi için onu dışarıda bırakmayı düşünebilirsiniz.

yorumlar için ekleme:

object ApplicationBuild extends Build { 

... 

    val appDependencies = Seq(
     "eu.delving" %% "groovy-templates-plugin" % "1.1" 
    ) 

    val main = PlayProject(appName, appVersion, appDependencies, mainLang = SCALA).settings(
     resolvers += "Delving Snapshot Repository" at "http://development.delving.org:8081/nexus/content/repositories/snapshots", 
     resolvers += "Delving Releases Repository" at "http://development.delving.org:8081/nexus/content/groups/public" 
    ) 

} 

benim için çalıştı.

+0

ben çözücüler eklendi: resolverler de "http://development.delving.org:8081/nexus/content/groups/public" çözümleyiciler + = "Delving'in Anlık Repository" en = "Delving'in Repository Yayımları" + "http://development.delving.org:8081/nexus/content/repositories/snapshots"in plugins.sbt – Raul

+0

Ardından," eu.delving "%%" groovy-templates-plugin "%" 1.1 "sürümünü ekledim. scala. Ama "BİLGİSAYAR DESTEK OLMAYAN" mesajı alıyorum. Nerede hata yaptım ? – Raul

+0

Sadece Build.scala'da hepsini ekledim (cevabın içinde yayınladım) –

İlgili konular