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

Can't build. #19

Open MitchellBurton opened 9 years ago

MitchellBurton commented 9 years ago

Trying to build this using both ant and IntelliJ gives me the same error (see below). For some reason it can't find XMLPropertyListConfiguration.

commons-configuration-1.10.jar is in lib and shows up in IntelliJ (I can even decompile it and find XMLPropertyListConfiguration inside).

I'm trying to build on Windows if that matters.

I have set the paths in the build.properties file as per instructions, is there anything else I need to do?

[javac] C:\Projects\Teamcity-unity3d-build-runner-plugin-master\agent\src\unityRunner\agent\UnityRunnerBuildServiceFactory.java:25: error: package org.apache.commons.configuration.plist does not exist [javac] import org.apache.commons.configuration.plist.XMLPropertyListConfiguration; [javac] ^ [javac] C:\Projects\Teamcity-unity3d-build-runner-plugin-master\agent\src\unityRunner\agent\UnityRunnerBuildServiceFactory.java:181: error: cannot find symbol [javac] XMLPropertyListConfiguration config = new XMLPropertyListConfiguration(configFilePath.toFile()); [javac] ^ [javac] symbol: class XMLPropertyListConfiguration [javac] C:\Projects\Teamcity-unity3d-build-runner-plugin-master\agent\src\unityRunner\agent\UnityRunnerBuildServiceFactory.java:181: error: cannot find symbol [javac] XMLPropertyListConfiguration config = new XMLPropertyListConfiguration(configFilePath.toFile()); [javac] ^ [javac] symbol: class XMLPropertyListConfiguration

MitchellBurton commented 9 years ago

Never mind, found the problem, PR submitted.