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

Remove cross-build configuration from build.sbt. #305

Merged
merged 1 commit into from
Jul 25, 2014
Merged

Remove cross-build configuration from build.sbt. #305

merged 1 commit into from
Jul 25, 2014

Conversation

fiadliel
Copy link
Contributor

If sbt-native-packager only supports SBT 0.13+, then scala 2.10
is the required version for the API.

Example errors with "sbt +compile" because SBT 0.13 uses macros:

[error] error while loading package, class file needed by package is missing.
[error] reference value internal of package scala.reflect.macros refers to nonexisting symbol.
[error] error while loading package, class file needed by package is missing.
[error] reference value internal of package scala.reflect.macros refers to nonexisting symbol.
[error] error while loading ProjectExtra, class file needed by ProjectExtra is missing.
[error] reference value internal of package scala.reflect.macros refers to nonexisting symbol.
[error] error while loading ProjectExtra, class file needed by ProjectExtra is missing.
[error] reference value internal of package scala.reflect.macros refers to nonexisting symbol.
[error] error while loading Def, class file needed by Def is missing.

If sbt-native-packager only supports SBT 0.13+, then scala 2.10
is the required version for the API.
@lightbend-cla-validator

Hi @fiadliel,

Thank you for your contribution! We really value the time you've taken to put this together.

Before we proceed with reviewing this pull request, please sign the Typesafe Contributors License Agreement:

http://typesafe.com/contribute/cla

@fiadliel
Copy link
Contributor Author

Signed.

@jsuereth
Copy link
Member

Ah, this is the continuation of dropping support for sbt 0.12.x in master. CC> @muuki88 just to check this.

@jsuereth
Copy link
Member

Also, thanks for the fixes!

@muuki88
Copy link
Contributor

muuki88 commented Jul 24, 2014

Nice. Retriggered the build because of travis issues.

muuki88 added a commit that referenced this pull request Jul 25, 2014
Remove cross-build configuration from build.sbt.
@muuki88 muuki88 merged commit bb5fea8 into sbt:master Jul 25, 2014
@muuki88 muuki88 added this to the 0.8.0 - windows services milestone Jul 25, 2014
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.

4 participants