-
29 Sep 2012 8:45 PM #1
Blank lines or blank comment lines in 'response file' (@file) break compiler
Blank lines or blank comment lines in 'response file' (@file) break compiler
Using the @file argument ('Response Files') like so
Contents of input.file (working)Code:sencha @input.file
Fail ("[ERROR] String index out of range: 0")Code:compile # comment -cl=app.js concat -o out.txt
Fail ("[ERROR] String index out of range: 0")Code:compile -cl=app.js concat -o out.txt
Code:compile # -cl=app.js concat -o out.txt
-
30 Sep 2012 4:06 PM #2
Thanks for the report! I have opened a bug in our bug tracker.
Success! Looks like we've fixed this one. According to our records the fix was applied for
SDKTOOLS-179
in
3.0.0.250.


Reply With Quote