Hi Raimund, Am happy to report that I've finally got the build script for the VisionProxy working on Linux! Using Ubuntu 12.04, and grabbing opencv-dev and tesseract-dev with apt-get seemed to have satisfied the library requirements (though I believe the opencv version is 2.3.x using apt-get, so that may not be ideal). Just needed to -Include the JAVA_HOME directory for building the javawrapper and changing the libFolders to use /usr/lib instead of /usr/local/lib.
I do still seem to run into an issue with it when I try to add it (that being sikuli-java.jar) as a custom Maven dependency, though. It starts to complain that the file is not the one that was setup using sikuli-setup.jar. I noticed you did away with some of the libPath stuff in the Settings class, so I assume that it's all being taken of by the setup file. But if I want to run it in this more portable way, how would I make it work? -Zhe On Tue, Jul 16, 2013 at 8:15 AM, RaiMan <[email protected]> wrote: > ** Description changed: > > + --- 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. > > ** Changed in: sikuli > Importance: High => Critical > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1189836 > > Title: > [request] want Sikuli API fully Maven supported > > Status in Sikuli: > Fix Committed > > Bug description: > --- 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. > > To manage notifications about this bug go to: > https://bugs.launchpad.net/sikuli/+bug/1189836/+subscriptions > -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1189836 Title: [1.0.1 ok] [request] want Sikuli API fully Maven supported Status in Sikuli: Fix Committed Bug description: --- 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. To manage notifications about this bug go to: https://bugs.launchpad.net/sikuli/+bug/1189836/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

