sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34737
Re: [Question #271642]: How to build Sikuli IDE and sikuli API 1.1.0 from Source code
Question #271642 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/271642
Status: Open => Answered
RaiMan proposed the following answer:
- download the repo content (https://github.com/RaiMan/SikuliX-2014) with one of the available options (recommended: make a fork, clone to your NetBeans workspace and use the git-features provided by NetBeans)
- open the project in NetBeans (it is a multi-module Maven project)
- run a <clean and build> (first time will be lengthy due to the download of the dependencies from Maven central)
- from within Netbeans you can run and debug the module IDE (main class is org.sikuli.ide.Sikulix)
To get the IDE (sikulix.jar) and API (sikulixapi.jar) for normal use
outside of NetBeans, you have to run Setup (main class
org.sikuli.setup.RunSetup) from inside NetBeans. The produced artifacts
will be in <SikulixAppData>/Setup.
additional info:
https://github.com/RaiMan/SikuliX-2014/wiki/More-information-related-to-the-Maven-aspects-in-this-project
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.