Hi Rüdiger,

yes, the new generator indeed has a new signature. You can still use the 
old one, but it will not be supported anymore in the final of 0.8.

An example configuration is available under 
frontend/tool/data/config/example.json

The applications also started to use a json config like this. Just have 
a look under apiviewer/config.json etc.

If you have further questions please feel free to ask.

Cheers,

Sebastian




Rüdiger Herrmann schrieb:
> Hi,
> 
> I have a build script that calls generator.py directly. Since I 
> switched to 0.8 trunk, it fails with a RuntimeError (recursion level 
> to deep).
> I then noticed that the command line arguments have changed. Does 
> anyone know how what the format of the --config file is and how to 
> specify what is being generated?
> 
> The old generator.py call looks like this:
> ${TOOL}/generator.py \
>    --generate-compiled-script \
>    --compiled-script-file ${OUTPUT_FILE} \
>    --class-path ${TEMP}/class/ \
>    --version="${VERSION} (r${REVISION})" \
>    --use-setting=qx.logAppender:qx.log.appender.Native \
>    --add-require qx.log.Logger:qx.log.appender.Native \
>    --variant=qx.debug:off \
>    --optimize-strings \
>    --optimize-variables \
>    --optimize-base-call \
>    --include=oo \
>    --include= ...
> 
> Thanks in advance
> Rüdiger
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to