Hello, I've found the cause of my problem: simply a trailing blank at the "APPLICATION_NAMESPACE" affectation statement.
it was [APPLICATION_NAMESPACE = gmc ] --^ When not using ", the leading/trailing blank mistake is easily reached and the resulting effect is many os command (mkdir, rm, ...) called with a supposedly one path but in fact two. (when APPLICATION_NAMESPACE is concatened with other values to make a full path.) perhaps the use of $(strip $(APPLICATION_NAMESPACE)) should be included in the makefile ? frederic beuserie. On 5/20/07, Frederic Beuserie <[EMAIL PROTECTED]> wrote: > Hi, > > The build system in 0.6.6-sdk takes into account emacs backup files > (and i suppose vi and others too). > > Is there any way to specify to generator.py to exclude certain files > (all dot file) ? > > thanks > > Traceback (most recent call last): > File "../qooxdoo-0.6.6-sdk/frontend/framework/tool/generator.py", > line 1077, in ? > main() > File "../qooxdoo-0.6.6-sdk/frontend/framework/tool/generator.py", > line 331, in main > argparser(sys.argv[1:]) > File "../qooxdoo-0.6.6-sdk/frontend/framework/tool/generator.py", > line 311, in argparser > (fileDb, moduleDb) = load(options) > File "../qooxdoo-0.6.6-sdk/frontend/framework/tool/generator.py", > line 356, in load > (fileDb, moduleDb) = loader.indexScriptInput(options) > File > "/root/gmc/qooxdoo-0.6.6-sdk/frontend/framework/tool/modules/loader.py", > line 601, in indexScriptInput > counter = indexSingleScriptInput(classPath, listIndex, options, > fileDb, moduleDb) > File > "/root/gmc/qooxdoo-0.6.6-sdk/frontend/framework/tool/modules/loader.py", > line 583, in indexSingleScriptInput > indexFile(filePath, filePathId, classPath, listIndex, > classEncoding, classUri, resourceInput, resourceOutput, options, > fileDb, moduleDb) > File > "/root/gmc/qooxdoo-0.6.6-sdk/frontend/framework/tool/modules/loader.py", > line 465, in indexFile > if not filetool.checkCache(filePath, cachePath, > getInternalModTime(options)): > File > "/root/gmc/qooxdoo-0.6.6-sdk/frontend/framework/tool/modules/filetool.py", > line 102, in checkCache > fileModTime = os.stat(filePath).st_mtime > OSError: [Errno 2] No such file or directory: > 'source/class/gmc/core/.#Console.js' > make: *** [exec-script-source] Error 1 > ------------------------------------------------------------------------- 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