← Back to team overview

sikuli-driver team mailing list archive

[Bug 1031044] Re: Stop releasing builds with spaces and parentheses in archive name

 

I am referring to ALL of the releases/downloads having a space and two
parentheses in the directory name after unzipping.  I have worked around
it in a shell script, but why not change the naming convention?

$ wget http://launchpad.net/sikuli/sikuli-x/x1.0-rc3/+download/Sikuli-X-1.0rc3%20%28r905%29-linux-x86_64.zip
$ unzip Sikuli-X-1.0rc3\ \(r905\)-linux-x86_64.zip
<cut>
$ pwd
/tmp/Sikuli-X-1.0rc3 (r905)-linux-x86_64/Sikuli-IDE

$ sh /tmp/Sikuli-X-1.0rc3\ \(r905\)-linux-x86_64/Sikuli-IDE/sikuli-ide.sh 
dirname: extra operand `(r905)-linux-x86_64/Sikuli-IDE/sikuli-ide.sh'
Try `dirname --help' for more information.
Unable to access jarfile /sikuli-ide.jar

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

Title:
  Stop releasing builds with spaces and parentheses in archive name

Status in Sikuli:
  New

Bug description:
  Please stop releasing builds and downloads that have spaces and
  parentheses in the archive filenames.  This causes a problem for
  anyone using Linux or a UNIX environment to work around when creating
  wrappers around the sikuli-ide.sh script due to unfriendly characters
  in the path.

  Note: Change the space to an underscore, get rid of the parentheses
  all together.

  Regards,

  John F Leach

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


References