danielkorzekwa / bayes-scala

Bayesian Networks in Scala
Other
205 stars 39 forks source link

set up sbt build #15

Closed francisdb closed 9 years ago

francisdb commented 9 years ago

A basic sbt build, cross compile is broken because scalalogging is not available for 2.11 and case class without parameter list are not allowed any more.

francisdb commented 9 years ago

Maybe also add it to the travis build?

danielkorzekwa commented 9 years ago

yes, is it just a matter of changing yaml travis file or I need to login to travis for it?

francisdb commented 9 years ago

nah, just the file

http://docs.travis-ci.com/user/languages/scala/

danielkorzekwa commented 9 years ago

ok, go for it.

On 26 February 2015 at 18:23, Francis De Brabandere < notifications@github.com> wrote:

nah, just the file

http://docs.travis-ci.com/user/languages/scala/

— Reply to this email directly or view it on GitHub https://github.com/danielkorzekwa/bayes-scala/pull/15#issuecomment-76222541 .

Daniel Korzekwa Machine Learning Engineer priv: https://www.linkedin.com/in/danielkorzekwa http://danmachine.com/ blog: http://blog.danmachine.com

francisdb commented 9 years ago

@danielkorzekwa Hmm, seems that it's not possible to combine maven and sbt build. Plan to keep the maven build around?

danielkorzekwa commented 9 years ago

Happy to get rid of maven build and switch to sbt.

On 26 February 2015 at 23:48, Francis De Brabandere < notifications@github.com> wrote:

@danielkorzekwa https://github.com/danielkorzekwa Hmm, seems that it's not possible to combine maven and sbt build. Plan to keep the maven build around?

— Reply to this email directly or view it on GitHub https://github.com/danielkorzekwa/bayes-scala/pull/15#issuecomment-76292069 .

Daniel Korzekwa Machine Learning Engineer priv: https://www.linkedin.com/in/danielkorzekwa http://danmachine.com/ blog: http://blog.danmachine.com