Closed GoogleCodeExporter closed 9 years ago
sikuli-api sources do not contain "org.sikuli.core.*" packages:
==========
dmitrym@simba:~/Projects/sikuli-api$ git remote show origin
* remote origin
Fetch URL: https://bitbucket.org/doubleshow/sikuli-api.git
Push URL: https://bitbucket.org/doubleshow/sikuli-api.git
HEAD branch: master
Remote branches:
master tracked
remote tracked
Local branch configured for 'git pull':
master merges with remote master
Local ref configured for 'git push':
master pushes to master (up to date)
dmitrym@simba:~/Projects/sikuli-api$ git pull
Already up-to-date.
dmitrym@simba:~/Projects/sikuli-api$ find . -name '*.java' | xargs fgrep
"package org.sikuli.core"
dmitrym@simba:~/Projects/sikuli-api$
Original comment by johno.cr...@gmail.com
on 19 Dec 2012 at 9:30
according to https://answers.launchpad.net/sikuli/+question/217101 comment #4:
However you can find them in the maven2 repository, e.g. here
http://mirrors.ibiblio.org/maven2/org/sikuli/sikuli-core/1.0.1/ ,
just download the sources.jar and extract
Original comment by ItsMeRai...@googlemail.com
on 20 Dec 2012 at 7:42
Original comment by doubles...@gmail.com
on 2 Jan 2013 at 4:30
Original issue reported on code.google.com by
johno.cr...@gmail.com
on 19 Dec 2012 at 8:56