qooxdoo-archive / qooxdoo-cli

(deprecated, moved into qooxdoo-compiler) qx commandline
MIT License
4 stars 5 forks source link

fix qooxdoo path in windows #4

Closed hkollmann closed 7 years ago

hkollmann commented 7 years ago

After running qx upgrade i could'nt run qx compile. It got's an error with the not normalized qooxdoo path

hkollmann commented 7 years ago

Here are the error message and compile.json: C:\_vza\@repos\trunk\vza\VZAWeb\VZAWeb\src\qooxdoo>qx compile --verbose Failed to load compile.json: SyntaxError: Cannot tokenize symbol <"> at 19:18 "libraries": [ "..\..\..\qooxdoo\qooxdoo\framework", "." ] ^ { "targets": [ { "type": "source", "outputPath": "source-output" }, { "type": "hybrid", "outputPath": "hybrid-output" }, { "type": "build", "outputPath": "build-output" } ], "defaultTarget": "source", "locales": [ "de", "en", "fr", "pt", "es", "nl", "it" ], "applications": [ { "class": "vzaweb.Application", "theme": "vzaweb.theme.Theme", "name": "vzaweb" } ], "libraries": [ "..\..\..\qooxdoo\qooxdoo\framework", "." ] }