Hello all, I am first time trying to use qooxdoo, so I am trying the helloworld Tutorial in "Getting started". I downloaded the .zip file to my linux server, unziped, and then made "create-application.py" and "./generate.py source-all". Everything worked, no error at all, see at the end of this message.
The tutorial says that now on http://adbgui.priv.de/ADBGUI/ the "First Button" should appear. But there is nothing apearing! Firefox don't do anything, and Internet Exploder 8.0 shows the following. Any idear what I made wrong? Much regards, Markus Mueller Details zum Fehler auf der Webseite Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1; .NET CLR 1.1.4322; FDM; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Zeitstempel: Tue, 27 Apr 2010 08:18:25 UTC Meldung: 'qx.Theme' ist Null oder kein Objekt Zeile: 11 Zeichen: 1 Code: 0 URI: http://adbgui.priv.de/ADBGUI/source/class/adbgui/theme/Color.js Meldung: 'qx.Class' ist Null oder kein Objekt Zeile: 20 Zeichen: 1 Code: 0 URI: http://adbgui.priv.de/ADBGUI/source/class/adbgui/Application.js Meldung: 'qx.Class' ist Null oder kein Objekt Zeile: 23 Zeichen: 1 Code: 0 URI: http://adbgui.priv.de/ADBGUI/source/class/adbgui/test/DemoTest.js Meldung: 'qx.Theme' ist Null oder kein Objekt Zeile: 11 Zeichen: 1 Code: 0 URI: http://adbgui.priv.de/ADBGUI/source/class/adbgui/theme/Decoration.js Meldung: 'qx.Theme' ist Null oder kein Objekt Zeile: 11 Zeichen: 1 Code: 0 URI: http://adbgui.priv.de/ADBGUI/source/class/adbgui/theme/Font.js Meldung: 'qx.Theme' ist Null oder kein Objekt Zeile: 11 Zeichen: 1 Code: 0 URI: http://adbgui.priv.de/ADBGUI/source/class/adbgui/theme/Appearance.js Meldung: 'qx.Theme' ist Null oder kein Objekt Zeile: 11 Zeichen: 1 Code: 0 URI: http://adbgui.priv.de/ADBGUI/source/class/adbgui/theme/Theme.js ADBGUI:~/qooxdoo-1.0.1-sdk# tool/bin/create-application.py -n ADBGUI -o /var/www/qooxdoo/ >>> Copy skeleton into the output directory: /root/qooxdoo/ADBGUI >>> Patching file '/root/qooxdoo/ADBGUI/config.json' >>> Patching file '/root/qooxdoo/ADBGUI/Manifest.json' >>> Patching file '/root/qooxdoo/ADBGUI/generate.py' >>> Patching file '/root/qooxdoo/ADBGUI/source/index.html' >>> Patching file '/root/qooxdoo/ADBGUI/source/class/adbgui/Application.js' >>> Patching file >>> '/root/qooxdoo/ADBGUI/source/class/adbgui/theme/Appearance.js' >>> Patching file '/root/qooxdoo/ADBGUI/source/class/adbgui/theme/Font.js' >>> Patching file '/root/qooxdoo/ADBGUI/source/class/adbgui/theme/Theme.js' >>> Patching file '/root/qooxdoo/ADBGUI/source/class/adbgui/theme/Color.js' >>> Patching file >>> '/root/qooxdoo/ADBGUI/source/class/adbgui/theme/Decoration.js' >>> Patching file >>> '/root/qooxdoo/ADBGUI/source/class/adbgui/test/DemoTest.js' >>> DONE ADBGUI:~/qooxdoo-1.0.1-sdk# ADBGUI:/var/www/ADBGUI# ./generate.py source-all ============================================================================ INITIALIZING: ADBGUI ============================================================================ >>> Configuration: config.json >>> Jobs: source-all >>> Resolving config includes... >>> Resolving jobs... >>> Incorporating job defaults... >>> Resolving macros... >>> Resolving libs/manifests... ============================================================================ EXECUTING: SOURCE-ALL::SOURCE-ALL-SCRIPT ============================================================================ >>> Initializing cache... >>> Scanning libraries... - Excludes may break code! >>> Resolving dependencies... - Sorting 603 classes... >>> Loaded 505 private fields >>> Resolving dependencies... - Sorting 603 classes... >>> Generate source version... - Processing translations for 2 locales... - Analyzing assets... - Compiling resource list... - Generating boot loader... >>> Done ADBGUI:/var/www/ADBGUI# -- View this message in context: http://qooxdoo.678.n2.nabble.com/1-0-1-isnt-running-just-after-create-application-py-and-generate-py-source-all-tp4967533p4967533.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
