Well, I am having this exact same issue and I have tried all of the posted
ideas but the only thing that makes it work is to do a full source build but
that produces a file 10 times larger then I want it to be. Here are my make
file settings, what should I change or add/remove (I have Application.js in
my class folder, not in the root folder although I have tried it both ways
with the same results).
So, does anyone have any suggestions?
Thanks,
Jim
On Fri, Jun 15, 2007 at 1:18 AM, Daniel Haferkorn <[EMAIL PROTECTED]>
wrote:
> Fabian Jakobs wrote:
> > Daniel Haferkorn schrieb:
> >> Hello,
> >>
> >> I have now put some time into migrating my application to qooxdoo 0.7.
> >> The source version seems to run ok.
> >> However, when I compile the build version and try to run it, I always
> >> get this error in Firebug:
> >> clazz is not a constructor
> >> [Break on this error] this.setApplication(new clazz(this));
> >>
> >> I have no idea how this can happen. I have compared my files and their
> >> structure to the structure of the skeleton application, and I have
> found
> >> no differences that would explain this behaviour.
> >> Any ideas what this could be about?
> >>
> > Hello Daniel,
> >
> > This error can have two reasons:
> >
> > 1. The setting "qx.Application" does not point to your applications
> class.
> > 2. Your Application class is not loaded or included in the wrong order.
> >
> >
> > To check the setting "qx.Application" please add the following code to
> > qx.core.Init at line 190:
> >
> > this.debug("Loading main application class: '" +
> > qx.core.Setting.get("qx.application") + "'");
> >
> > If you have problems with the dependency resolution it is sometimes
> > helpful to do a "make distclean" and try again.
> >
>
> Hello Fabian,
>
> thanks, the debug message pointed me in the right direction.
> It was the Makefile variables after all, they where working in 0.6.6,
> but not anymore in 0.7. :)
>
> Regards,
> Daniel Haferkorn
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
--
Jim Hunter
DAILY THOUGHT: SOME PEOPLE ARE LIKE SLINKIES - NOT REALLY GOOD
FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN PUSHED DOWN THE STAIRS
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel