Bug#765563: closure-compiler: does not work when there are spaces in the path/name of the JavaScript file

2014-10-19 Thread tony mancill
On 10/17/2014 01:58 AM, Eerste Laatste wrote: Tony, it works for me with the double quotes added as shown below: -- #!/bin/sh . /usr/lib/java-wrappers/java-wrappers.sh MAIN=com.google.javascript.jscomp.CommandLineRunner

Bug#765563: closure-compiler: does not work when there are spaces in the path/name of the JavaScript file

2014-10-17 Thread Eerste Laatste
Thanks for your efforts Tony ! It seems to be the wrapper, i get this using upstream jar, Debian jar , Debian wrapper: $ java -jar compiler.jar --warning_level VERBOSE --jscomp_warning=checkTypes --compilation_level SIMPLE_OPTIMIZATIONS --js=file with spaces.js

Bug#765563: closure-compiler: does not work when there are spaces in the path/name of the JavaScript file

2014-10-17 Thread Eerste Laatste
Tony, it works for me with the double quotes added as shown below:--#!/bin/sh . /usr/lib/java-wrappers/java-wrappers.sh MAIN=com.google.javascript.jscomp.CommandLineRunnerJARS=closure-compiler find_java_runtimefind_jars

Bug#765563: closure-compiler: does not work when there are spaces in the path/name of the JavaScript file

2014-10-16 Thread Eerste Laatste
Package: closure-compiler Version: 20130227+dfsg1-6 Severity: normal Dear Maintainer, Using closure-compiler fails when there are spaces in the path/name of a JavaScript file even when specifying them like: /path name with spaces/and or/script name with spaces.js or '/path name/with

Bug#765563: closure-compiler: does not work when there are spaces in the path/name of the JavaScript file

2014-10-16 Thread tony mancill
On 10/16/2014 02:39 AM, Eerste Laatste wrote: Package: closure-compiler Version: 20130227+dfsg1-6 Severity: normal Dear Maintainer, Using closure-compiler fails when there are spaces in the path/name of a JavaScript file even when specifying them like: /path name with spaces/and