meetuparchive / archery

2D R-Tree implementation in Scala
MIT License
117 stars 26 forks source link

bintray pluggin missing #5

Closed vallettea closed 10 years ago

vallettea commented 10 years ago

Hello,

thanks for this great project, in which I'm very interested. I pulled the code and tried to compile it but, even if i use sbt 0.13, I get the following error:

➜  archery git:(master) sbt clean compile
[info] Loading project definition from /Users/vallette/projects/archery/project
[info] Updating {file:/Users/vallette/projects/archery/project/}archery-build...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[info] Compiling 1 Scala source to /Users/vallette/projects/archery/project/target/scala-2.10/sbt-0.13/classes...
[error] /Users/vallette/projects/archery/project/build.scala:3: not found: object bintray
[error] import bintray.Plugin.bintraySettings
[error]        ^
[error] /Users/vallette/projects/archery/project/build.scala:4: not found: object bintray
[error] import bintray.Keys._
[error]        ^
[error] /Users/vallette/projects/archery/project/build.scala:30: not found: value bintrayOrganization
[error]     bintrayOrganization in bintray := Some("meetup")
[error]     ^
[error] /Users/vallette/projects/archery/project/build.scala:49: not found: value bintraySettings
[error]   ) ++ bintraySettings
[error]        ^
[error] four errors found

I guess you have to add the bintray module to the plugins.

softprops commented 10 years ago

Looks like the plugin definition was gitignored. Should be fixed now in master

vallettea commented 10 years ago

thanks

softprops commented 10 years ago

np @vallettea