roboscala / sbt-robovm

An sbt plugin for iOS development in Scala
BSD 2-Clause "Simplified" License
108 stars 16 forks source link

Depend on robovm-dist-compiler instead of robovm-compiler #22

Closed ntherning closed 10 years ago

ntherning commented 10 years ago

Due to recent changes in RoboVM which will be out in 0.0.15 you should make this plugin depend on the robovm-dist-compiler artifact instead of robovm-compiler once it uses 0.0.15. Thanks!

ajhager commented 10 years ago

Thanks for the heads up! I will definitely be getting this up to date as soon as I finish my move this week.

Darkyenus commented 10 years ago

We're on 1.0.0-alpha-04 now, this hasn't been addressed yet (I think), and it is still working. Any idea why?

ajhager commented 10 years ago

I will look at this and find out.

ntherning commented 10 years ago

By depending on the robovm-dist-compiler artifact sbt will also pull in any proprietary extensions we add in the future, like the debugger support we're working on at the moment. If you're not interested in this you can keep depending on robovm-compiler and everything will work as before.

Darkyenus commented 10 years ago

Ooh, that makes sense, thanks!

ajhager commented 10 years ago

Closed by c2b8772