1. generaty.py migration    (1.4 -> 1.6)
   -> no patches were applied

2. generate.py source
   -> Now "qx.Class is undefined" is displayed in js console during loading in 
Firefox (via
http://localhost ... Apache2 and Tomcat)
   Probably because my http://localhost call via Apache2/Tomcat couldn't resolve
../../../qooxdoo/framework/source/resource etc?

2a) Moved complete qooxdoo svn directly into DocumentRoot (instead of somewhere 
up the path):
        ->
"resourceUri":"qooxdoo-2011-08-29/framework/source/resource","sourceUri":"qooxdoo-2011-08-29/framework/source/class","version":"1.6"}
   -> "qx.Class is undefined" during loading in Firefox

In Firebug I can see that the generate script/track.js is loaded
and loads my *.js classes but it is not loading any qooxdoo classes ...

Using 'generate.py source-each' did not help, same result.
Loading via file:/// same result


3) Moving at the very beginning of my HTML
<script type="text/javascript" src="script/track.js" charset="utf-8"></script>
I can see in Firebug that track.js is loaded immediately, but the qooxdoo 
classes
are loaded delayed (after my own classes).
That seems to be the problem ...?

thanks
Marcel


   

Am 29.08.2011 15:49, schrieb thron7:
> Marcel,
>
> On 08/29/2011 03:03 PM, Marcel Ruff wrote:
>> I tried to get a qooxdoo source version running, but unfortunately I have 
>> failed (I couldn't
>> figure out why)...
>> I have just tried v1.4.2, it runs fine:
>> 1.4* OK
>> 1.5/svn fails
>
> Concerning the source version, I suppose the generate step went through. Did 
> you get any unusual
> messages/warnings?
>
> If you load the source version in the browser, what do you see e.g. in the 
> Firebug console? The
> usual source build messages? Any messages at all? Are all source files being 
> loaded?
>
> Just to make sure: Did you run the migration job?
>
> T.
>
>
> ------------------------------------------------------------------------------
> EMC VNX: the world's simplest storage, starting under $10K
> The only unified storage solution that offers unified management 
> Up to 160% more powerful than alternatives and 25% more efficient. 
> Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
>
>
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


-- 
Marcel Ruff
http://www.xmlBlaster.org
http://watchee.net
Phone: +49 7551 309371

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to