Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Why not SBT? #91

Open
anderssonfilip opened this issue Jun 11, 2014 · 7 comments
Open

Why not SBT? #91

anderssonfilip opened this issue Jun 11, 2014 · 7 comments

Comments

@anderssonfilip
Copy link

I understand this was ported from Java to Scala but why wasn't the maven file converted to sbt?

One of the first thing Scala programmers learn is sbt and if you are coming from another language C#, C++ etc there is a chance you've never used(or heard of maven) as build tool

@lino
Copy link

lino commented Jun 11, 2014

You've got to use something. Every build tool has advantages and disadvantages. Many shops use maven all over the place because they have a working CI set up for maven projects.

@lino
Copy link

lino commented Jun 11, 2014

What I wanted to say was: Changing the build tool will scare away our countless contributors. For real: Changing the build system will eventually lead to the first new commit since 2012, so that's a major point for doing it. 😆 Maybe I'll contribute something as well, it's a good project after all.

@anderssonfilip
Copy link
Author

Hi Lino, thanks for replying. I might just submit a pull request with a build.sbt file. Just found about this project today and looking into using it. Also noticed there hasn't been any commits for a while

@lino
Copy link

lino commented Jun 11, 2014

Oh, there already is a PR for this. #79

@lino
Copy link

lino commented Jun 11, 2014

Actually a look at the network graph https://github.com/GravityLabs/goose/network reveals that there are many contributions although there is no real project maintenance happening anymore. Maybe it's time to fork the project and merge the reasonable PRs and other improvements. But who has time for that.

@anderssonfilip
Copy link
Author

There is also a full sbt definition in this fork
jaytaylor@496adef

@warrd
Copy link

warrd commented Oct 11, 2014

Got Goose up and running with sbt and Scala 2.11.2 at warrd/goose-fork@c256c403. Let me know if you want to bring the changes into the original repo, and I will put in a pull request .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants