I think I manage to set up my backend, but I have now a small pb while qxTransforming.
============================================================================
INITIALIZING: LICNET
============================================================================
>>> Configuration: config.json
>>> Jobs: transform
>>> Resolving config includes...
- ! Shadowing job "libraries" with local one
- ! Shadowing job "source-script" with local one
- ! Shadowing job "build-script" with local one
- ! Shadowing job "common" with local one
>>> Resolving jobs...
>>> Incorporating job defaults...
>>> Resolving macros...
>>> Resolving libs/manifests...
============================================================================
EXECUTING: TRANSFORM
============================================================================
>>> Initializing cache...
>>> Executing shell command "python /opt/qooxdoo-contrib/QxTransformer/trunk/tool/bin/qxtransformer.py --dir source/class --out source/class -v 'main:INFO;dev:INFO;' -D 'dialect.json'"...
[INFO] - Your project directory: /home/www/licnet
[INFO] - QxTransformer directory: /opt/qooxdoo-contrib/QxTransformer/trunk/tool/bin
[INFO] - Processing directory /home/www/licnet/source/class
[INFO] - Processing file /home/www/licnet/source/class/licnet/Application.xml
[ERROR] - 'NoneType' object has no attribute 'get'
>>> Done
The pb diseapear if I remove the components belonging to licnet.components.* namespace. ( Body, toolbar and footer )
Hopefully you won't be annoyed by this question !
Yan