Hi Alex,

thanks for response.

So is there any way to use the loader or to force it to load my script
files or it's deprecated and it will be completely removed in the
future? I mean what 'parts' are now working within qooxdoo? I think
that loader will remain;)

What can you recommend me to do to get the old loading behavior? I
like my dynamic way and our application needs it (with qxbuild we have
only one qooxdoo support package and all applications (variously
configured) are using the same qooxdoo files).

Cheers
- Petr

2009/3/6 Jean-Baptiste BRIAUD -- Novlog <[email protected]>:
> Hi Petr,
>
> Please to hear that : the qxbuild for 0.8.2 not the issue :-)
> I jump the 0.8.1 as I really need qxbuild to use qooxdoo.
>
> On 6 Mar 2009, at 01:13, Petr Kobalíček wrote:
>
>> Hi devs,
>>
>> after some time not developing in qooxdoo I'm back. I want to update
>> qxbuild to be able to sucessfully build 0.8.2 and SVN. I tried it now
>> and I have some problems.
>>
>> First I see is that there is now only 1 javascript file generated per
>> one build type (build or debug), I tried to look at generated files
>> and there is something like this:
>>
>> qx.$$loader = {
>>  parts : {"boot":[0]},
>>  uris : [["script/qx-debug-0.js"]],
>>  boot : "boot"
>> };
>>
>> Isn't this incorrect ?
>>
>> Also I have question if I can add some things into boot loader (this
>> way is used for older qxbuild) ? I mean add possibility to control it
>> from html wrapper file.
>>
>> My way using qxbuild was this (html file):
>>
>> <script type="text/javascript">
>>  // [Settings]
>>  qxsettings =
>>  {
>>    "qx.application"  : "bfly.main.Application",
>>    "qx.theme"        : "bfly.theme.Light",
>>    "qx.resourcesUri" : "/res/bfly/support/qooxdoo/resource"
>>  };
>>
>>  // [Scripts]
>>  qxscripts =
>>  [
>>    "/res/bfly/support/qooxdoo/script/qx-build-0.js"
>>
>>    ,"/res/bfly/admin/bfly.theme.js"
>>    ,"/res/bfly/admin/bfly.main.js"
>>    ,"/res/bfly/admin/bfly.lib.js"
>>    ,"/res/bfly/admin/bfly.lib.filebrowser.js"
>>    ,"/res/bfly/admin/bfly.lib.richtext.js"
>>    ,"/res/bfly/admin/bfly.lib.db.js"
>>    ,"/res/bfly/admin/bfly.io.js"
>>    ,"/res/bfly/admin/bfly.ui.js"
>>    ,"/res/bfly/admin/bfly.forms.js"
>>    ,"/res/bfly/admin/bfly.base.js"
>>    ,"/res/bfly/admin/bfly.web.js"
>>    ,"/res/bfly/admin/bfly.web.news.js"
>>    ,"/res/bfly/admin/bfly.shop.js"
>>    ,"/res/bfly/admin/bfly.devel.js"
>>  ];
>> </script>
>>
>> <script type="text/javascript"
>> src="/res/bfly/support/qooxdoo/script/qx-build.js"></script>
>>
>> Now it seems that I can delete
>> /res/bfly/support/qooxdoo/script/qx-build-0.js from file list needed
>> to load, but can I without hacks (some python scripts that postprocess
>> built files) add this to bootloader by this way?
>>
>> Thanks for assistence:)
>> - Petr
>>
>> ------------------------------------------------------------------------------
>> Open Source Business Conference (OSBC), March 24-25, 2009, San
>> Francisco, CA
>> -OSBC tackles the biggest issue in open source: Open Sourcing the
>> Enterprise
>> -Strategies to boost innovation and cut costs with open source
>> participation
>> -Receive a $600 discount off the registration fee with the source
>> code: SFAD
>> http://p.sf.net/sfu/XcvMzF8H
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to