Hi Marco,

can you tell me what file exactly you have downloaded? The zip or the  
tar?

I will try to check this again.

BTW: Can you try to find out where the reference to "qx.sys" comes  
from. Maybe with something like

find frontend/framework/source/class -name "*.js" | xargs grep "qx\.sys"

Seems to be an issue with the move of qx.sys.Client to qx.core.Client.

Sebastian



Am 28.02.2007 um 18:54 schrieb Marco Pedrosa:

> Hi Guys,
>
> I'm experiencing a similar problem with the 0.6.5 sdk distribution I
> just downloaded when I build the applications without any  
> modification.
>
> I've updated cygwin to have all the packages that are necessary as per
> the instructions on the web site.
>
> After doing a 'make build' in frontend/application, there doesn't  
> appear
> to be any errors in the output, however, the following apps fail to  
> work
> when I load their html files in a browser (FF2):
>
> Feedreader, sample, showcase.
>
> The error that I get in firebug is:
>
> qx.sys has no properties
>
> followed by another similar error, or in some cases an error about
> something not being a constructor.
>
> The build output follows below.  Has anyone else seen this problem or
> figured out how to fix it?
>
>
>
>
> ********************************************************************** 
> **
> ****
>   GENERATING BUILD VERSION OF APIVIEWER
> ********************************************************************** 
> **
> ****
>
>   PREPARING LOCALIZATION
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing locales...
>     - Locale: C
>
>   PREPARING FRAMEWORK TRANSLATION
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing source code...
>   * Processing translations...
>     - Translation: C
>       - Merging translation file...
>       - Generating catalog...
>
>   PREPARING APPLICATION TRANSLATION
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing source code...
>   * Processing translations...
>     - Translation: C
>       - Merging translation file...
>       - Generating catalog...
>
>   INITIALIZATION:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing arguments...
>
>   SOURCE LOADER:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Indexing class paths...
>     - Indexing: ../../../frontend/framework/source/class
>       - 318 classes were found
>     - Indexing: ./source/class
>       - 6 classes were found
>   * Resolving dependencies: ..
>   * 2 classes were modified
>
>   SORT OF INCLUDE LIST:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Sorting 324 classes...
>     - Including 130 classes
>
>   STRING OPTIMIZATION:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Searching strings:
> ...................................................................... 
> ..
> ..
> ...
>   * Found 1342 strings (used 3645 times)
>   * Replacing strings:
> ...................................................................... 
> ..
> ..
> ...
>   * Generating replacement...
>
>   LOCAL VARIABLE OPTIMIZATION:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Optimizing variables:
> ...................................................................... 
> .
> ......
>
>   CREATE COPY OF RESOURCES:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing embeds...
>     - Found 1 embeds in apiviewer.Application
>     - Found 1 embeds in qx.manager.object.ColorManager
>     - Found 2 embeds in qx.theme.appearance.Classic
>     - Found 1 embeds in qx.manager.object.ImageManager
>     - Found 2 embeds in qx.ui.tree.AbstractTreeElement
>     - Found 1 embeds in qx.ui.basic.Image
>     - Found 2 embeds in qx.ui.tree.TreeFolder
>     - Found 1 embeds in qx.ui.splitpane.SplitPane
>     - Found 1 embeds in apiviewer.TreeUtil
>     - Found 1 embeds in qx.client.History
>     - Found 1 embeds in qx.io.remote.IframeTransport
>   * Compiling embeds...
>   * Syncing files...
>     - Found 1 resources in qx.core.Object
>       - Copying static [qx.static]
>     - Found 2 resources in apiviewer.Application
>       - Copying css [apiviewer.css]
>       - Copying image [apiviewer.image]
>     - Found 1 resources in qx.theme.icon.Nuvola
>       - Copying icon/Nuvola [qx.icontheme]
>     - Found 1 resources in qx.theme.widget.Windows
>       - Copying widget/windows [qx.widgettheme]
>
>   GENERATION OF SETTINGS:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing input data...
>
>   GENERATION OF COMPILED SCRIPT:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Compiling:
> ...................................................................... 
> ..
> ..........
>   * Storing output as ./build/script/apiviewer.js...
>
>   COPYING OF FILES
> ---------------------------------------------------------------------- 
> --
> ----
>   * Copying files...
>     - Processing index.html
>
>   INITIALIZATION:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing arguments...
>
>   SOURCE LOADER:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Indexing class paths...
>     - Indexing: ../../../frontend/framework/source/class
>       - 318 classes were found
>   * Resolving dependencies:
>   * No classes were modified
>
>   SORT OF INCLUDE LIST:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Sorting 318 classes...
>     - Including 318 classes
>
>   GENERATION OF API:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Generating API tree:
> ...................................................................... 
> ..
> ...................................................................... 
> ..
> .........................
> ...........................................
>   * Finalizing tree...
>   * Writing JSON API file to ./build/script/apidata.js
>
> ********************************************************************** 
> **
> ****
>   GENERATING BUILD VERSION OF FEEDREADER
> ********************************************************************** 
> **
> ****
>
>   PREPARING LOCALIZATION
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing locales...
>     - Locale: de
>     - Locale: es
>     - Locale: en
>     - Locale: C
>
>   PREPARING FRAMEWORK TRANSLATION
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing source code...
>   * Processing translations...
>     - Translation: de
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: es
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: en
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: C
>       - Merging translation file...
>       - Generating catalog...
>
>   PREPARING APPLICATION TRANSLATION
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing source code...
>   * Processing translations...
>     - Translation: de
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: es
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: en
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: C
>       - Merging translation file...
>       - Generating catalog...
>
>   INITIALIZATION:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing arguments...
>
>   SOURCE LOADER:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Indexing class paths...
>     - Indexing: ../../../frontend/framework/source/class
>       - 318 classes were found
>     - Indexing: ./source/class
>       - 6 classes were found
>   * Resolving dependencies: ........
>   * 8 classes were modified
>
>   SORT OF INCLUDE LIST:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Sorting 324 classes...
>     - Including 196 classes
>
>   STRING OPTIMIZATION:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Searching strings:
> ...................................................................... 
> ..
> ..
> .....................................................................
>   * Found 1873 strings (used 4975 times)
>   * Replacing strings:
> ...................................................................... 
> ..
> ..
> .....................................................................
>   * Generating replacement...
>
>   LOCAL VARIABLE OPTIMIZATION:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Optimizing variables:
> ...................................................................... 
> .
> ...................................................................... 
> ..
>
>   CREATE COPY OF RESOURCES:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing embeds...
>     - Found 8 embeds in feedreader.Application
>     - Found 1 embeds in qx.manager.object.ImageManager
>     - Found 1 embeds in qx.manager.object.ColorManager
>     - Found 2 embeds in qx.theme.appearance.Classic
>     - Found 1 embeds in qx.ui.menu.Button
>     - Found 1 embeds in qx.ui.basic.Image
>     - Found 2 embeds in qx.ui.menu.CheckBox
>     - Found 2 embeds in qx.ui.menu.RadioButton
>     - Found 2 embeds in qx.ui.tree.AbstractTreeElement
>     - Found 2 embeds in qx.ui.tree.TreeFolder
>     - Found 2 embeds in qx.ui.table.DefaultHeaderCellRenderer
>     - Found 1 embeds in qx.ui.splitpane.SplitPane
>     - Found 1 embeds in qx.io.remote.IframeTransport
>   * Compiling embeds...
>   * Syncing files...
>     - Found 1 resources in qx.core.Object
>       - Copying static [qx.static]
>     - Found 4 resources in feedreader.Application
>       - Copying feeds [feedreader.feeds]
>       - Copying css [feedreader.css]
>       - Copying proxy [feedreader.proxy]
>       - Copying images [feedreader.images]
>     - Found 1 resources in qx.theme.icon.Nuvola
>       - Copying icon/Nuvola [qx.icontheme]
>     - Found 1 resources in qx.theme.widget.Windows
>       - Copying widget/windows [qx.widgettheme]
>     - Found 1 resources in qx.theme.icon.VistaInspirate
>       - Copying icon/VistaInspirate [qx.icontheme]
>
>   GENERATION OF SETTINGS:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing input data...
>
>   GENERATION OF COMPILED SCRIPT:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Compiling:
> ...................................................................... 
> ..
> ..........
> .............................................................
>   * Storing output as ./build/script/feedreader.js...
>
>   COPYING OF FILES
> ---------------------------------------------------------------------- 
> --
> ----
>   * Copying files...
>     - Processing index.html
>
> ********************************************************************** 
> **
> ****
>   GENERATING BUILD VERSION OF SAMPLE
> ********************************************************************** 
> **
> ****
>
>   PREPARING LOCALIZATION
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing locales...
>     - Locale: C
>
>   PREPARING FRAMEWORK TRANSLATION
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing source code...
>   * Processing translations...
>     - Translation: C
>       - Merging translation file...
>       - Generating catalog...
>
>   PREPARING APPLICATION TRANSLATION
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing source code...
>   * Processing translations...
>     - Translation: C
>       - Merging translation file...
>       - Generating catalog...
>
>   INITIALIZATION:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing arguments...
>
>   SOURCE LOADER:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Indexing class paths...
>     - Indexing: ../../../frontend/framework/source/class
>       - 318 classes were found
>     - Indexing: ./source/class
>       - 1 classes were found
>   * Resolving dependencies: ..
>   * 2 classes were modified
>
>   SORT OF INCLUDE LIST:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Sorting 319 classes...
>     - Including 319 classes
>
>   STRING OPTIMIZATION:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Searching strings:
> ...................................................................... 
> ..
> ..
> ...................................................................... 
> ..
> .........................
> ..........................................
>   * Found 2700 strings (used 7648 times)
>   * Replacing strings:
> ...................................................................... 
> ..
> ..
> ...................................................................... 
> ..
> .........................
> ..........................................
>   * Generating replacement...
>
>   LOCAL VARIABLE OPTIMIZATION:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Optimizing variables:
> ...................................................................... 
> .
> ...................................................................... 
> ..
> .........................
> .............................................
>
>   CREATE COPY OF RESOURCES:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Syncing files...
>     - Found 1 resources in qx.core.Object
>       - Copying static [qx.static]
>     - Found 1 resources in qx.theme.icon.Nuvola
>       - Copying icon/Nuvola [qx.icontheme]
>     - Found 1 resources in qx.theme.widget.Windows
>       - Copying widget/windows [qx.widgettheme]
>     - Found 1 resources in qx.theme.icon.VistaInspirate
>       - Copying icon/VistaInspirate [qx.icontheme]
>     - Found 1 resources in qx.theme.icon.NuoveXT
>       - Copying icon/NuoveXT [qx.icontheme]
>     - Found 1 resources in qx.theme.icon.CrystalClear
>       - Copying icon/CrystalClear [qx.icontheme]
>
>   GENERATION OF SETTINGS:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing input data...
>
>   GENERATION OF COMPILED SCRIPT:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Compiling:
> ...................................................................... 
> ..
> ..........
> ...................................................................... 
> ..
> .........................
> ..................................
>   * Storing output as ./build/script/sample.js...
>
>   COPYING OF FILES
> ---------------------------------------------------------------------- 
> --
> ----
>   * Copying files...
>     - Processing index.html
>     - Processing html
>     - Processing css
>
>   GENERATION OF SAMPLE LAYOUT
> ---------------------------------------------------------------------- 
> --
> ----
>   * Generating build/script/layout.js...
>
> ********************************************************************** 
> **
> ****
>   GENERATING BUILD VERSION OF SHOWCASE
> ********************************************************************** 
> **
> ****
>
>   PREPARING LOCALIZATION
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing locales...
>     - Locale: de
>     - Locale: de_DE
>     - Locale: en
>     - Locale: en_US
>     - Locale: es
>     - Locale: es_ES
>     - Locale: fr
>     - Locale: fr_FR
>     - Locale: C
>
>   PREPARING FRAMEWORK TRANSLATION
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing source code...
>   * Processing translations...
>     - Translation: de
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: de_DE
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: en
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: en_US
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: es
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: es_ES
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: fr
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: fr_FR
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: C
>       - Merging translation file...
>       - Generating catalog...
>
>   PREPARING APPLICATION TRANSLATION
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing source code...
>   * Processing translations...
>     - Translation: de
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: de_DE
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: en
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: en_US
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: es
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: es_ES
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: fr
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: fr_FR
>       - Merging translation file...
>       - Generating catalog...
>     - Translation: C
>       - Merging translation file...
>       - Generating catalog...
>
>   INITIALIZATION:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing arguments...
>
>   SOURCE LOADER:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Indexing class paths...
>     - Indexing: ../../../frontend/framework/source/class
>       - 318 classes were found
>     - Indexing: ./source/class
>       - 10 classes were found
>   * Resolving dependencies: ..................
>   * 18 classes were modified
>
>   SORT OF INCLUDE LIST:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Sorting 328 classes...
>     - Including 249 classes
>
>   STRING OPTIMIZATION:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Searching strings:
> ...................................................................... 
> ..
> ..
> ...................................................................... 
> ..
> .........................
>   * Found 2391 strings (used 6319 times)
>   * Replacing strings:
> ...................................................................... 
> ..
> ..
> ...................................................................... 
> ..
> .........................
>   * Generating replacement...
>
>   LOCAL VARIABLE OPTIMIZATION:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Optimizing variables:
> ...................................................................... 
> .
> ...................................................................... 
> ..
> .........................
>
>   CREATE COPY OF RESOURCES:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing embeds...
>     - Found 4 embeds in showcase.Application
>     - Found 1 embeds in qx.manager.object.ColorManager
>     - Found 2 embeds in qx.theme.appearance.Classic
>     - Found 1 embeds in qx.manager.object.ImageManager
>     - Found 1 embeds in qx.ui.basic.Image
>     - Found 2 embeds in qx.ui.form.Spinner
>     - Found 1 embeds in qx.ui.form.ComboBox
>     - Found 1 embeds in qx.ui.menu.Button
>     - Found 2 embeds in qx.ui.menu.CheckBox
>     - Found 2 embeds in qx.ui.menu.RadioButton
>     - Found 1 embeds in qx.ui.pageview.tabview.Button
>     - Found 2 embeds in qx.ui.tree.AbstractTreeElement
>     - Found 2 embeds in qx.ui.tree.TreeFolder
>     - Found 2 embeds in qx.ui.listview.HeaderCell
>     - Found 1 embeds in qx.ui.embed.IconHtmlEmbed
>     - Found 1 embeds in qx.ui.listview.ContentCellImage
>     - Found 2 embeds in qx.ui.table.DefaultHeaderCellRenderer
>     - Found 1 embeds in qx.ui.table.IconDataCellRenderer
>     - Found 3 embeds in qx.ui.table.BooleanDataCellRenderer
>     - Found 1 embeds in qx.ui.component.DateChooser
>     - Found 1 embeds in qx.ui.window.Window
>     - Found 4 embeds in qx.ui.component.ColorSelector
>   * Compiling embeds...
>   * Syncing files...
>     - Found 1 resources in qx.core.Object
>       - Copying static [qx.static]
>     - Found 1 resources in qx.theme.icon.Nuvola
>       - Copying icon/Nuvola [qx.icontheme]
>     - Found 1 resources in qx.theme.widget.Windows
>       - Copying widget/windows [qx.widgettheme]
>     - Found 1 resources in qx.theme.icon.NuoveXT
>       - Copying icon/NuoveXT [qx.icontheme]
>     - Found 1 resources in qx.theme.icon.CrystalClear
>       - Copying icon/CrystalClear [qx.icontheme]
>     - Found 1 resources in qx.theme.icon.VistaInspirate
>       - Copying icon/VistaInspirate [qx.icontheme]
>
>   GENERATION OF SETTINGS:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing input data...
>
>   GENERATION OF COMPILED SCRIPT:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Compiling:
> ...................................................................... 
> ..
> ..........
> ...................................................................... 
> ..
> .........................
>   * Storing output as ./build/script/showcase.js...
>
>   COPYING OF FILES
> ---------------------------------------------------------------------- 
> --
> ----
>   * Copying files...
>     - Processing index.html
>
> ********************************************************************** 
> **
> ****
>   GENERATING BUILD VERSION OF WEBMAIL
> ********************************************************************** 
> **
> ****
>
>   PREPARING LOCALIZATION
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing locales...
>     - Locale: C
>
>   PREPARING FRAMEWORK TRANSLATION
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing source code...
>   * Processing translations...
>     - Translation: C
>       - Merging translation file...
>       - Generating catalog...
>
>   PREPARING APPLICATION TRANSLATION
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing source code...
>   * Processing translations...
>     - Translation: C
>       - Merging translation file...
>       - Generating catalog...
>
>   INITIALIZATION:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing arguments...
>
>   SOURCE LOADER:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Indexing class paths...
>     - Indexing: ../../../frontend/framework/source/class
>       - 318 classes were found
>     - Indexing: ./source/class
>       - 2 classes were found
>   * Resolving dependencies: ..
>   * 2 classes were modified
>
>   SORT OF INCLUDE LIST:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Sorting 320 classes...
>     - Including 147 classes
>
>   STRING OPTIMIZATION:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Searching strings:
> ...................................................................... 
> ..
> ..
> ....................
>   * Found 1182 strings (used 3324 times)
>   * Replacing strings:
> ...................................................................... 
> ..
> ..
> ....................
>   * Generating replacement...
>
>   LOCAL VARIABLE OPTIMIZATION:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Optimizing variables:
> ...................................................................... 
> .
> .......................
>
>   CREATE COPY OF RESOURCES:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing embeds...
>     - Found 4 embeds in webmail.Application
>     - Found 1 embeds in qx.manager.object.ColorManager
>     - Found 2 embeds in qx.theme.appearance.Classic
>     - Found 1 embeds in qx.manager.object.ImageManager
>     - Found 1 embeds in qx.ui.menu.Button
>     - Found 1 embeds in qx.ui.basic.Image
>     - Found 2 embeds in qx.ui.tree.AbstractTreeElement
>     - Found 2 embeds in qx.ui.tree.TreeFolder
>     - Found 2 embeds in qx.ui.listview.HeaderCell
>     - Found 1 embeds in qx.ui.embed.IconHtmlEmbed
>     - Found 1 embeds in qx.ui.listview.ContentCellImage
>   * Compiling embeds...
>   * Syncing files...
>     - Found 1 resources in qx.core.Object
>       - Copying static [qx.static]
>     - Found 1 resources in qx.theme.icon.Nuvola
>       - Copying icon/Nuvola [qx.icontheme]
>     - Found 1 resources in qx.theme.widget.Windows
>       - Copying widget/windows [qx.widgettheme]
>
>   GENERATION OF SETTINGS:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Processing input data...
>
>   GENERATION OF COMPILED SCRIPT:
> ---------------------------------------------------------------------- 
> --
> ----
>   * Compiling:
> ...................................................................... 
> ..
> ..........
> ............
>   * Storing output as ./build/script/webmail.js...
>
>   COPYING OF FILES
> ---------------------------------------------------------------------- 
> --
> ----
>   * Copying files...
>     - Processing index.html
>
>
>
> ---------------------------------------------------------------------- 
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to  
> share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php? 
> page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to