Sikuli 1.1 new folder structure

Asked by TestMechanic

In sikuli 1.0.1 all program files were installed in one folder. In 1.1 the setup put files in Appdata also. The old way was very useful for test setup - just copy sikuli folder with all your tests and you are done.

Is there any reason to make new sikuli not portable but installable?

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
TestMechanic
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

Just put sikulix.jar and/or sikulixapi.jar wherever you want.
The stuff in APPDATA is created as needed at startup, if it is not there already.

So it is installable AND portable.
The first time, that you only need just one correctly setup jar to run SikuliX.

Revision history for this message
TestMechanic (ndinev) said :
#2

So I need only the stuff extracted where sikuli setup was started?

Revision history for this message
RaiMan (raimund-hocke) said :
#3

Depending on what options you selected, the setup will produce a sikulix.jar and/or sikulixapi.jar for the system the setup is running on.

These are the only "stuff" you need (besides the command files if you need them).

Revision history for this message
TestMechanic (ndinev) said :
#4

Thanks