On Tue, May 3, 2011 at 10:42, Daniel Wagner <[email protected]> wrote:

>
> if you start a compile job with the -v option, the final list of
> calculated dependencies will be logged, preceded by the line "- Sorted
> class list:".
> Getting the corresponding file paths is a bit more tricky. The Generator
> doesn't log these (yet - you may want to file an enhancement bug report
> for this). So looking at the script generated for the source version of
> your application is probably your best bet. The qx.$$loader map has a
> "uris" key which contains the list of file paths for all included
> classes. These are relative to the library's source directory and
> prefixed with the library's top-level namespace, e.g.
> "qx:qx/Bootstrap.js". The libinfo map contains the source URI for each
> library so you could get the paths by grepping for those two maps,
> running them through a JSON parser and doing a simple lookup.
>

That's not the way I was thinking of getting at it, but it should
work. Thanks, Daniel.

Derrell
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to