roboscala / sbt-robovm

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

Add the option of downloading the robovm distribution automatically #2

Closed ajhager closed 10 years ago

Darkyenus commented 10 years ago

I have been actually thinking about implementing this. How I would do it: Add Boolean setting, something like downloadRoboVMAutomatically (will need better name). Then, when running any launch task, check distHome for valid RoboVM installation and then download accordingly, maybe using separate task, so it can be done explicitly, non automatically.

Do we still want it or not?