[Sikuli-driver] [Bug 917667] Re: X-1.0rc3: Mac: running script from command line (with -r or -t) fails due to spaces in scripts path

2013-08-14 Thread RaiMan
** Changed in: sikuli
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/917667

Title:
  X-1.0rc3: Mac: running script from command line (with -r or -t) fails
  due to spaces in scripts path

Status in Sikuli:
  Fix Released

Bug description:
  * workaround ;-)

  do not store scripts in folders whose path name contains blanks

  --

  Reported before between nose and lips :), but now as a proper bug. If
  I run a UnitTest script like below:

  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t
  /Volumes/Data/OmniHis/Local\
  Repositories/Scipio/Projects/Portavita/Testen/SikuliTesten/GUItest.sikuli

  the test script is not started. I just get the terminal prompt back.
  Then I copied the test script to the desktop and run the following
  command on the Terminal the script is run just fine.

  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t
  /Users/henkjr/Desktop/GUItest.sikuli

  With some further testing I discover that Sikuli does not like spaces in 
folder names the following command is running fine.
  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t 
/Volumes/Data/OmniHis/LocalRepositories/Scipio/Projects/Portavita/Testen/SikuliTesten/GUItest.sikuli

  I am Using Sikuli Version X-1.0rc3 and Mac OS X 10.7.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/917667/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 917667] Re: X-1.0rc3: Mac: running script from command line (with -r or -t) fails due to spaces in scripts path

2013-02-22 Thread RaiMan
** Changed in: sikuli
   Importance: High = Critical

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/917667

Title:
  X-1.0rc3: Mac: running script from command line (with -r or -t) fails
  due to spaces in scripts path

Status in Sikuli:
  In Progress

Bug description:
  * workaround ;-)

  do not store scripts in folders whose path name contains blanks

  --

  Reported before between nose and lips :), but now as a proper bug. If
  I run a UnitTest script like below:

  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t
  /Volumes/Data/OmniHis/Local\
  Repositories/Scipio/Projects/Portavita/Testen/SikuliTesten/GUItest.sikuli

  the test script is not started. I just get the terminal prompt back.
  Then I copied the test script to the desktop and run the following
  command on the Terminal the script is run just fine.

  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t
  /Users/henkjr/Desktop/GUItest.sikuli

  With some further testing I discover that Sikuli does not like spaces in 
folder names the following command is running fine.
  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t 
/Volumes/Data/OmniHis/LocalRepositories/Scipio/Projects/Portavita/Testen/SikuliTesten/GUItest.sikuli

  I am Using Sikuli Version X-1.0rc3 and Mac OS X 10.7.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/917667/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 917667] Re: X-1.0rc3: Mac: running script from command line (with -r or -t) fails due to spaces in scripts path

2013-02-22 Thread RaiMan
** Changed in: sikuli
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/917667

Title:
  X-1.0rc3: Mac: running script from command line (with -r or -t) fails
  due to spaces in scripts path

Status in Sikuli:
  Fix Committed

Bug description:
  * workaround ;-)

  do not store scripts in folders whose path name contains blanks

  --

  Reported before between nose and lips :), but now as a proper bug. If
  I run a UnitTest script like below:

  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t
  /Volumes/Data/OmniHis/Local\
  Repositories/Scipio/Projects/Portavita/Testen/SikuliTesten/GUItest.sikuli

  the test script is not started. I just get the terminal prompt back.
  Then I copied the test script to the desktop and run the following
  command on the Terminal the script is run just fine.

  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t
  /Users/henkjr/Desktop/GUItest.sikuli

  With some further testing I discover that Sikuli does not like spaces in 
folder names the following command is running fine.
  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t 
/Volumes/Data/OmniHis/LocalRepositories/Scipio/Projects/Portavita/Testen/SikuliTesten/GUItest.sikuli

  I am Using Sikuli Version X-1.0rc3 and Mac OS X 10.7.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/917667/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 917667] Re: X-1.0rc3: Mac: running script from command line (with -r or -t) fails due to spaces in scripts path

2013-02-21 Thread RaiMan
** Tags added: filenames

** Changed in: sikuli
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/917667

Title:
  X-1.0rc3: Mac: running script from command line (with -r or -t) fails
  due to spaces in scripts path

Status in Sikuli:
  In Progress

Bug description:
  * workaround ;-)

  do not store scripts in folders whose path name contains blanks

  --

  Reported before between nose and lips :), but now as a proper bug. If
  I run a UnitTest script like below:

  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t
  /Volumes/Data/OmniHis/Local\
  Repositories/Scipio/Projects/Portavita/Testen/SikuliTesten/GUItest.sikuli

  the test script is not started. I just get the terminal prompt back.
  Then I copied the test script to the desktop and run the following
  command on the Terminal the script is run just fine.

  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t
  /Users/henkjr/Desktop/GUItest.sikuli

  With some further testing I discover that Sikuli does not like spaces in 
folder names the following command is running fine.
  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t 
/Volumes/Data/OmniHis/LocalRepositories/Scipio/Projects/Portavita/Testen/SikuliTesten/GUItest.sikuli

  I am Using Sikuli Version X-1.0rc3 and Mac OS X 10.7.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/917667/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 917667] Re: X-1.0rc3: Mac: running script from command line (with -r or -t) fails due to spaces in scripts path

2012-11-02 Thread RaiMan
** Changed in: sikuli
   Status: Confirmed = In Progress

** Changed in: sikuli
 Assignee: (unassigned) = RaiMan (raimund-hocke)

** Changed in: sikuli
Milestone: None = x1.0

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/917667

Title:
  X-1.0rc3: Mac: running script from command line (with -r or -t) fails
  due to spaces in scripts path

Status in Sikuli:
  In Progress

Bug description:
  * workaround ;-)

  do not store scripts in folders whose path name contains blanks

  --

  Reported before between nose and lips :), but now as a proper bug. If
  I run a UnitTest script like below:

  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t
  /Volumes/Data/OmniHis/Local\
  Repositories/Scipio/Projects/Portavita/Testen/SikuliTesten/GUItest.sikuli

  the test script is not started. I just get the terminal prompt back.
  Then I copied the test script to the desktop and run the following
  command on the Terminal the script is run just fine.

  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t
  /Users/henkjr/Desktop/GUItest.sikuli

  With some further testing I discover that Sikuli does not like spaces in 
folder names the following command is running fine.
  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t 
/Volumes/Data/OmniHis/LocalRepositories/Scipio/Projects/Portavita/Testen/SikuliTesten/GUItest.sikuli

  I am Using Sikuli Version X-1.0rc3 and Mac OS X 10.7.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/917667/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 917667] Re: X-1.0rc3: Mac: running script from command line (with -r or -t) fails due to spaces in scripts path

2012-11-02 Thread RaiMan
** Tags removed: path pathname spaces
** Tags added: scriptrun

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/917667

Title:
  X-1.0rc3: Mac: running script from command line (with -r or -t) fails
  due to spaces in scripts path

Status in Sikuli:
  In Progress

Bug description:
  * workaround ;-)

  do not store scripts in folders whose path name contains blanks

  --

  Reported before between nose and lips :), but now as a proper bug. If
  I run a UnitTest script like below:

  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t
  /Volumes/Data/OmniHis/Local\
  Repositories/Scipio/Projects/Portavita/Testen/SikuliTesten/GUItest.sikuli

  the test script is not started. I just get the terminal prompt back.
  Then I copied the test script to the desktop and run the following
  command on the Terminal the script is run just fine.

  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t
  /Users/henkjr/Desktop/GUItest.sikuli

  With some further testing I discover that Sikuli does not like spaces in 
folder names the following command is running fine.
  /Applications/Sikuli-IDE.app/sikuli-ide.sh -t 
/Volumes/Data/OmniHis/LocalRepositories/Scipio/Projects/Portavita/Testen/SikuliTesten/GUItest.sikuli

  I am Using Sikuli Version X-1.0rc3 and Mac OS X 10.7.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/917667/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp