Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Problems while app migration from 5.0 to 6.0 toolchain #828

Open
Holdwyn opened this issue Oct 7, 2021 · 0 comments
Open

Problems while app migration from 5.0 to 6.0 toolchain #828

Holdwyn opened this issue Oct 7, 2021 · 0 comments

Comments

@Holdwyn
Copy link

Holdwyn commented Oct 7, 2021

I was faced with some problems while moving our app from the Python generator to the qx compiler. Basically I followed the migration notes under https://qooxdoo.org/documentation/6.0/#/development/compiler/migration

  1. The script tag is wrong, src has to be "${appPath}index.js". The compiler has issued a suitable warning.
  2. It was very hard, in fact I just fixed it with the great support of @johnspackman, to find out how to include local libraries. Searching the docs I was using the suggestion under https://qooxdoo.org/documentation/6.0/#/development/cli/packages?id=install-a-library to use "install --from-path" but that's probably not the right solution.
  3. Using the libraries setting in compile.json without adding the own directory ("."), leads to an unspecific error:
    image
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant