robovm / robovm-gradle-plugin

RoboVM Gradle plugin
45 stars 24 forks source link

Unable to get even the basic RoboVMSampleIOSApp working #3

Closed mariusk closed 10 years ago

mariusk commented 10 years ago

Any way you could consider updating your repo with a working example, for instance the minimal sample as distributed by RoboVM (one source file)? I am trying to get your plugin (without modifications) working with the simplest of examples, but am failing.

Case in point, I've tried adding a project to build RoboVMSampleIOSApp, but when I use your plugin to compile it is unable to find the org.robovm.* dependencies. Assuming your plugin is operational, any way you could add a complete working example?

jtakakura commented 10 years ago

Did you try this repository code?

https://github.com/jtakakura/robovm-sample-ios-app

jtakakura commented 10 years ago

Please try new version of plugin and RoboVMSampleIOSApp with gradle 1.9 or higher.

mariusk commented 10 years ago

Excellent, that example works and clears up how your plugin is supposed to work. Great work.