generate.py info gives me....

============================================================================
    INITIALIZING: WEBMENUS
============================================================================
>>> Configuration: config.json
>>> Resolving config includes...
  - Warning: ! Shadowing job "source-all" with local one
  - Warning: ! Shadowing job "build" with local one
*>>> Warning: No such job: info*   <======== HMMMMMMMM!
>>> Available jobs:
  - api          -- create api doc for the current library
  - build
  - clean        -- remove local cache and generated .js files
(source/build)
  - distclean    -- remove the cache and all generated artefacts of this
library (source, build, ...)
  - fix          -- normalize whitespace in .js files of the current library
(tabs, eol, ...)
  - inspector    -- create an inspector instance in the current library
  - lint         -- check the source code of the .js files of the current
library
  - migration    -- migrate the .js files of the current library to the
current qooxdoo version
  - pretty       -- pretty-formatting of the source code of the current
library
  - profiling    -- includer job, to activate profiling
  - source       -- create source version of current application
  - source-all
  - test         -- create a test runner app for unit tests of the current
library
  - test-source          -- create a test runner app for unit tests (source
version) of the current library
  - translation          -- create .po files for current library

I did do the migration after verifying QOOXDOO_PATH; I have NOT applied any
patches, just using the 1.4.1 distribution; and don't have a simple UI that
illustrates the problem, I suppose I could start stripping the UI I have,
but would probably take a few days, it's pretty big and I'm not familiar
with all of it.

On Mon, Jun 6, 2011 at 2:01 PM, thron7 <[email protected]>wrote:

> Ken,
>
> On 06/03/2011 08:47 PM, Ken MacDonald wrote:
> > Improved output - I did the generate with "-v" and got the following
> > additional info:
> >
> >    - Sorting 728 classes
> >    - Warning: Detected circular dependency between: qx.core.Assert and
> > qx.Class
> >      - *currently explored dependency path: [u'webmenus.Application',
> > u'qx.Class', u'qx.lang.Core', u'qx.core.Assert']*
>
> this is mysterious. There is in fact a dependency from qx.core.Assert to
> qx.Class. But I've checked the 1.4.1 code base, and couldn't find a
> (load) dependency from qx.Class to qx.core.Assert, particularly *not*
> via qx.lang.Core, which depends only on qx.Bootstrap. So I can't see why
> you would be running into this issue, and not everybody else too.
>
> Are you sure you're compiling against the qx1.4.1 SDK?! (Run a
> 'generate.py info' to check).
> Did you run 'generate.py migration' in you app, after adjusting
> QOOXDOO_PATH in the config?
> Are you applying patches to framework classes?
> Can you reproduce the issue with a vanilla gui skeleton?
>
> T.
>
>
>
> ------------------------------------------------------------------------------
> Simplify data backup and recovery for your virtual environment with
> vRanger.
> Installation's a snap, and flexible recovery options mean your data is
> safe,
> secure and there when you need it. Discover what all the cheering's about.
> Get your free trial download today.
> http://p.sf.net/sfu/quest-dev2dev2
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to