Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build scala-extensions for 2.11 #118

Merged
merged 1 commit into from
Jan 7, 2015

Conversation

c089
Copy link
Contributor

@c089 c089 commented Dec 16, 2014

This adds a target for scala-extensions to compile with version 2.11. Note that I opted to keep the current build structure of having scala-extensions-{version} and just copied the code to get it working, which didn't require any changes. I am usually very reluctant to copy code and the craftsman in me wants me to change the build so sbt will cross-compile the same code for different scala targets, but I assume the structure is there to be able to handle version differences so I went with this one for now. The only change required was to update com.twitter.util-core to the latest version, which has a 2.11 build available.

@michaeldfallen
Copy link
Contributor

Awesome, something I totally meant to do to get https://github.com/michaeldfallen/sbt-mustache to work for scala 2.11

@c089
Copy link
Contributor Author

c089 commented Dec 16, 2014

Woops, what's happened to the build? Seems like a JDK version issue. mvn clean package worked on my machine... Any ideas?

@spullara
Copy link
Owner

spullara commented Jan 7, 2015

It looks like Travis failed due to JDK version. The new travis build seems to be completing successfully.

@spullara spullara merged commit 071303a into spullara:master Jan 7, 2015
@c089 c089 deleted the scala-extensions-2.11 branch January 8, 2015 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants