softprops / coffeescripted-sbt

pour some coffee for scala
MIT License
55 stars 5 forks source link

How to add to Build.scala? #9

Closed PhilAndrew closed 12 years ago

PhilAndrew commented 12 years ago

Hi,

You said how to add it to build.sbt, but I have a Build.scala

How can I add it to Build.scala?

Thanks, Philip

melezov commented 12 years ago

Hi, here's an example for "full configuration" build: https://raw.github.com/melezov/gruj/master/project/GrujBuild.scala

softprops commented 12 years ago

It looks like you figured it out. Are you still having problems getting it to work. The configuration shouldn't really differ between build.sbt and the scala build definition, aside from not having the seq(settings...) function. Let me know if something is not working and I'll have a look.

softprops commented 12 years ago

Whoops, I didn't see these posts were from two different people. @philip142au does @melezov's example help? If so, let me know so I can close the this issue. Thanks.

PhilAndrew commented 12 years ago

Yes it helped thanks! Also I posted on stackoverflow http://stackoverflow.com/questions/8940411/for-sbt-simple-build-tool-how-to-do-the-same-in-build-scala-as-in-build-sbt