I started with qooxdoo about one week ago, out of curiosity. I finished one 
simple qooxdoo class, now I'd add some unit tests to it.

However, neither generate.py test nor generate.py source-all run through. 
Here's the output from generate.py source-all:

$ ./generate.py source-all

============================================================================
    INITIALIZING: MyApp
============================================================================
>>> Configuration: config.json
>>> Jobs: source-all
>>> Resolving config includes...
>>> Resolving jobs...
>>> Resolving macros...
>>> Resolving libs/manifests...

============================================================================
    EXECUTING: SOURCE-ALL::SOURCE-ALL-SCRIPT
============================================================================
>>> Scanning libraries...
  - Scanning /cygdrive/d/downloads/qooxdoo/qooxdoo-0.8.2-sdk/framework...
  - Scanning /cygdrive/d/workFJ/JSWork/MyApp...
  - Excludes may break code!
>>> Resolving dependencies...
!!! Dependencies resolving failed for myapp.model.NumericAttribute with:
Could not resolve dependencies of class: myapp.model.NumericAttribute
Could not resolve dependencies of class: qx.core.Object
Could not resolve dependencies of class: qx.core.Property
Could not resolve dependencies of class: qx.Class
Could not resolve dependencies of class: qx.core.Setting
Could not resolve dependencies of class: qx.Bootstrap
Could not resolve dependencies of class: qx.lang.Core
Could not find class to fulfil dependency: qx.lang.Core

Since the messages refer to something like a classpath problem in Java, I 
suppose the problem is not related to code.

config.json contains this line:

        "QOOXDOO_PATH" : "/cygdrive/d/downloads/qooxdoo/qooxdoo-0.8.2-sdk",

where I only changed the value - create-application.by placed a path with lots 
of /../ in it, I just replaced it with an absolute path. I entered an invalid 
path there, to see if the path I entered is relevant/OK, and if I enter an 
invalid path, I immediately get:

Cannot find real generator script under: 
"/cygdrive/d/badfolder/tool/bin/generator.py"; aborting

so I suppose the way I entered the path is OK. 

What am I doing wrong? Is there anything I forgot to configure?

Python's version:

$ python --version
Python 2.5.2



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to