cpk011

Results 7 comments of cpk011

I am having the same issue on macOS 10.14.2 with java version "1.8.0_201". Here is the output of mvn -X install [mvn-output.txt](https://github.com/rainmanwy/robotframework-SikuliLibrary/files/2885179/mvn-output.txt) [DEBUG] incrementalBuildHelper#beforeRebuildExecution [INFO] Compiling 7 source files to...

Thank you for a quick response. Being a newbie, I did not know how to determine the version exactly. However this is what I see: Peters-MBP:~ peter$ find ~/.m2 -name...

@rainmanwy, is there a way to specify sikulixapi-1.1.4-20181031.163111-45.jar in pom.xml? The current pom.xml has: com.sikulix sikulixapi 1.1.4-SNAPSHOT

I did not know the full consequence of doing this but I changed closeApplication to return boolean and the build went further. This time it failed because I did not...

Even though mvn install failed with an error, there are jar files! So maybe the build was a success? Peters-MBP:robotframework-SikuliLibrary peter$ find . -name "*.jar" -print | xargs ls -l...

Hi @rainmanwy, I had installed Robot Framework first and then tried to install robotframework-SikuliLibrary. I tried again this morning installing most of the tools listed below again and had a...

Hi @rainmanwy, This afternoon, I updated macOS to be 10.14.3 (18D109) on my MacBook Pro. I then tried git pull and mvn install and behold it built without any error....