Comment 6 for bug 1224481

Revision history for this message
markshao (mark-shao) wrote :

There is no runScript cmd in my sikuli installation. So currently I am using the following cmd to execute the script from command line

./runIDE -r C:\Users\user\Desktop\scripts_folder\create_new_app.sikuli

And the start log from the ant is following

import:
     [exec] +++ running this Java
     [exec] java version "1.6.0_32"
     [exec] Java(TM) SE Runtime Environment (build 1.6.0_32-b05)
     [exec] Java HotSpot(TM) Client VM (build 20.7-b02, mixed mode, sharing)
     [exec] +++ trying to start Sikuli IDE
     [exec] +++ using: -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -Dsikuli.FromCommandLine -jar C:\sikuli\sikuli1.0.1\sikuli_download\sikuli-ide.jar -r C:\Users\user\Desktop\scripts_folder\create_new_app.sikuli

Whether there is something wrong in my installation process? I install the latest sikuli from other computer . I choose the option 1 with all things . And copy the entire folder to my current lab machine (a windows 7 based computer ) . I have added the lib folder to the sys path.

I am now investigating the code of ANT exec task to see how does it start the subprocess and get the exit code