robovm / robovm-gradle-plugin

RoboVM Gradle plugin
45 stars 24 forks source link

Copying older RoboVM jar version together with current version. #37

Open rotter opened 9 years ago

rotter commented 9 years ago

When I run my game on my device I noticed today (might be an old issue) that when uploading the files to the device it uploads 2 versions of some RoboVM jars (version beta-03 and beta-04, then beta-03 and 1.0.0 after I updated).

I dont know if this causes any bigger problems or not (seems to run fine), so I asked for help on this problem on the RoboVM google group. Mario tried to help me and we didn't find the issue, he suggested opening an issue here, but honestly we cant know if this is a bug from RoboVM plugin.

Please see the thread here: https://groups.google.com/forum/#!topic/robovm/LlvUbu-WD3M

What I have tried:

Any ideas what I can try, or any more info needed?

Best

rotter commented 9 years ago

Ok, I have found the culprit!

I use some iOS bindings (for example Admob) that are linked to RoboVM beta-03. It doesnt show on gradlew ios:dependencies because they are not linked through Gradle (I have added the project dependency manually).

I have no idea, tho, on how to update the linked RoboVM version on that project (couldn't find on any config file).

But still the problem was apparently found, so don't worry about this issue, feel free to close (I guess) - sorry!

badlogic commented 9 years ago

Great find, thanks for reporting back. On Mar 18, 2015 10:30 PM, "rotter" notifications@github.com wrote:

Ok, I have found the culprit!

I use some iOS bindings (for example Admob) that are linked to RoboVM beta-03. It doesnt show on gradlew ios:dependencies because they are not linked through Gradle (I have added the project dependency manually).

I have no idea, tho, on how to update the linked RoboVM version on that project (couldn't find on any config file).

But still the problem was apparently found, so don't worry about this issue, feel free to close (I guess) - sorry!

— Reply to this email directly or view it on GitHub https://github.com/robovm/robovm-gradle-plugin/issues/37#issuecomment-83187515 .