Martin Drautzburg wrote: > I recently tried to change "Application" to something more descriptive but > got > completely lost. The name application seems to play a role in > > ./Makefile > ./source/index.html > ./source/class/custom/Application.js > ./source/script/custom.js > ./source/class/custom/translation/C.js
Hello, As far as I know the files ./source/class/custom/translation/C.js and ./source/script/custom.js are generated by the make command, so there is no need to change those files. This leaves the other three files. I just remembered that there is something in the wiki about customizing the skeleton: http://qooxdoo.org/documentation/tutorials/turorial_2 But this tutorial is unfinished and doesn't mention the Makefile. The basic settings in the Makefile also have to be altered: APPLICATION_NAMESPACE = hello APPLICATION_CLASSNAME = hello.Application APPLICATION_MAKE_TITLE = HELLO APPLICATION_API_TITLE = Hello Since I have a problem with integrating external resources in my customized application as I mentioned in my other posting, I have made a few experiments in the last hour with changing the names and the structure. Following the tutorial and additionally making the changes to the Makefile should produce a working project. But there might be issues when changing the name of the Application.js file. My own application and my experimental applications all had problems with finding external resources so far, but I'll have to look into this issue a little further until I can say anything for granted in that direction. Until then it seems a good idea to just leave the name of the Application.js alone. Hope this helps. :) 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 [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
