how can I do something likeobject ApplicationBuild extends Build {val appName = "test"val appVersion = "1.0-SNAPSHOT"val appDependencies = Seq(jdbc,anorm)
val jstCompiler = Project("jst", file("modules") / "jst")val main = play.Project(appName, appVersion, appDependencies).settings(resourceGenerators in Compile <+= jst.JstCompiler).dependsOn(jstCompiler).aggregate(jstCompiler)}I want to access the class being in the subproject.--
You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simple-build-t...@googlegroups.com.
To post to this group, send email to simple-b...@googlegroups.com.
Visit this group at http://groups.google.com/group/simple-build-tool?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.