2013-07-16 15:15:54 |
RaiMan |
description |
Hi, I've been having some difficulty in trying to set up the API to use with a maven project - specifically in that when I try to set it up as a dependency from a local repository, I have trouble linking the non-jar files to the project (getting the Native library could not be extracted nor found: VisionProxy error).
Also, what would be a good way for me to set up multiplatform project? I assume I can't simply dump all the files from the separate APIs into a Single SikuliX folder.
Finally, are you planning to release a Maven version to the global repository? Something that could handle all the setup just using the pom and such. |
--- fixed with 1.0.1: everything now is in the jar. files needed in the outside world are checked/exported/updated at runtime (e.g. the native libs)
so currently no need for Maven Central (but is on the list for 1.1)
Hi, I've been having some difficulty in trying to set up the API to use with a maven project - specifically in that when I try to set it up as a dependency from a local repository, I have trouble linking the non-jar files to the project (getting the Native library could not be extracted nor found: VisionProxy error).
Also, what would be a good way for me to set up multiplatform project? I assume I can't simply dump all the files from the separate APIs into a Single SikuliX folder.
Finally, are you planning to release a Maven version to the global repository? Something that could handle all the setup just using the pom and such. |
|