mindcandy / Teamcity-unity3d-build-runner-plugin

A Teamcity plugin for building Unity3d projects. NOTE: this has an MIT license so feel free to copy / adapt as you need to.
107 stars 59 forks source link

New Prebuilt Runner Zip? #15

Closed MikeMcShaffry closed 9 years ago

MikeMcShaffry commented 9 years ago

Hello - I've attempted to build the latest Unity Runner via IDEA under Windows, but for some reason the runner type doesn't show up when creating new build configurations. I didn't have any errors in the build, and the plugin shows up in the TeamCity configured plugins list....

Anyway, I was hoping you could create a new prebuilt runner ZIP file for me? The one currently linked on the project home page is from 2013.

Many thanks! Mike.

IainGilfeather commented 9 years ago

Hello. A latest prebuilt runner would be super useful for us too. If anyone has one they can share that would be great. If not, I may have managed to build one myself by the end of this week and I'll share it.

(Thanks for sharing Unity Runner, Mark)

Cheers, Iain

m-metz commented 9 years ago

See egorulshin's solution in Issue 16

Try to check the teamcity log on the server. Maybe some errors occur during plugin starting.

I had the same issue. It was related to version of java on the server. I built the plugin with using JDK1.8, but there is JDK 1.7 on the server. I've got UnsupportedClassVersionError exception which were logged in teamcity-server.log. I rebuilt the plugin with JDK1.6 and reinstalled it. After this it started work without any errors and the plugin appeared in the build steps.

markltbaker commented 9 years ago

have a new prebuilt version but currently for JDK1.8 - please let me know if older versions are needed.

m-metz commented 9 years ago

Thanks Mark!