Hi

found a solution for the moment, hope it's the preferred one:

adding

  "jobs" :
  {
    "build" :
    {
      "include": [
        "qx.ui.*"
      ]
    }
  }
solves the problem nicely.

Thxs, Werner

On 02.04.2010 14:50, Werner Thie wrote:
Hi

just trying to get my head around that problem:

- create app with type inline, source-all
- extend Application.js with code for a toolbar

Page displays fine, toolbar working

- do a python generate.py build

ending up with
 >>> Resolving dependencies...
- ! Unknown global symbol referenced: qx.ui.toolbar.Toolbar
(qooxdoo.Application:63)

The build finishes, running the built application throws an error as
expected.

How do I tell the dependency analysis that I need the toolbar class
included?

Thanks for enlightening me!

Werner



------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev



_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

<<attachment: werner.vcf>>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to