Hello,
Up till now my system used dojo 1.3.2 successfully. I have many javascript files with our own declared classes which are combined together using shrinksafe to a single javascript file.
I tried to upgrade to dojo 1.4.x (I tried several minor versions). I used the build system with a layer file with all the dojo.require()'s I use (the same one I used to build the 1.3.2 version.). The build process seems to be successful.
Unfortunately, I cannot succeed in bringing the system on the air. Firebug throws exceptions such as "... is not a constructor" for my declared classes, and "mixin #0 is null".
Please help !
Thanks in advance, Idan.