Hi,

I have created an application with create-application.py. Now I am getting
this error:

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

============================================================================
    EXECUTING: SOURCE::SOURCE-SCRIPT
============================================================================
>>> Scanning libraries...
>>> Resolving dependencies...
    - ! Unknown class referenced: qx.Theme.define (in:
bibliograph.theme.Color)
    - ! Unknown class referenced: qx.theme.modern.Color (in:
bibliograph.theme.Color)
    - ! Unknown class referenced: qx.Theme.define (in:
bibliograph.theme.Decoration)
    - ! Unknown class referenced: qx.theme.modern.Decoration (in:
bibliograph.theme.Decoration)
    - ! Unknown class referenced: qx.Theme.define (in:
bibliograph.theme.Font)
    - ! Unknown class referenced: qx.theme.modern.Font (in:
bibliograph.theme.Font)
    - ! Unknown class referenced: qx.Theme.define (in:
bibliograph.theme.Appearance)
    - ! Unknown class referenced: qx.theme.modern.Appearance (in:
bibliograph.theme.Appearance)
    - ! Unknown class referenced: qx.Theme.define (in:
bibliograph.theme.Theme)
  - Sorting 168 classes...
>>> Loaded 413 private fields
>>> Resolving dependencies...
    - ! Unknown class referenced: qx.Theme.define (in:
bibliograph.theme.Color)
    - ! Unknown class referenced: qx.theme.modern.Color (in:
bibliograph.theme.Color)
    - ! Unknown class referenced: qx.Theme.define (in:
bibliograph.theme.Decoration)
    - ! Unknown class referenced: qx.theme.modern.Decoration (in:
bibliograph.theme.Decoration)
    - ! Unknown class referenced: qx.Theme.define (in:
bibliograph.theme.Font)
    - ! Unknown class referenced: qx.theme.modern.Font (in:
bibliograph.theme.Font)
    - ! Unknown class referenced: qx.Theme.define (in:
bibliograph.theme.Appearance)
    - ! Unknown class referenced: qx.theme.modern.Appearance (in:
bibliograph.theme.Appearance)
    - ! Unknown class referenced: qx.Theme.define (in:
bibliograph.theme.Theme)
  - Sorting 168 classes...
>>> Generate source version...
  - Processing translation for 2 locales...
  - Analysing assets...
    - Compiling resource list...
  - Generating boot loader...
>>> Done

Here is my config.json:

{
  "name"    : "bibliograph",

  "include" :
  [
    {
      "path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
    },
    {
      "path" : "${QXTRANSFORMER_PATH}/bin/qxtransformer.json"
    }
  ],

  "export" :
  [
    "api",
    "build",
    "clean",
    "distclean",
    "fix",
    "inspector",
    "lint",
    "migration",
    "pretty",
    "profiling",
    "source",
    "source-all",
    "test",
    "test-source",
    "translation",
    "transform"
  ],

  "let" :
  {
    "APPLICATION"  : "bibliograph",
    "QOOXDOO_PATH" : "../../../qooxdoo-trunk",
    "QXTHEME"      : "bibliograph.theme.Theme",
    "API_EXCLUDE"  : ["qx.legacy.*","qx.test.*"],
    "LOCALES"      : [ "en" ],
    "ROOT"         : ".",
    "PYTHON"       : "/opt/local/bin/python2.5",
    "QXTRANSFORMER_PATH": "../../../qxtransformer-trunk/toolkit",
    "QXT_VERBOSE": "main:INFO;dev:INFO;"
  }
...

The strange thing is that it works flawlessly with other applications which
have identical config.json files (except the paths).

Any suggestions?

Christian
-- 
View this message in context: 
http://www.nabble.com/Build-error-with-skeleton-application-and-themes-tp23451989p23451989.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to