What helps is to delete the "lib-*" files from the cache. So this somehow seems to be an issue with caching of available classes in a "lib".
Sebastian 2009/10/12 Sebastian Werner <[email protected]>: > Hi! > > When deleting files from my project I got an error when generating the > API. Source&Build versions work without problems, but when doing the > "api" job it breaks. This is qooxdoo 0.8.3 release. The file mentioned > was the one which was deleted. Thanks for any hints. > > Sebastian > > > > Here comes the output: > >>>> Scanning libraries... > - Excludes may break code! >>>> Resolving dependencies... > - ! Unknown class referenced: WebKitCSSMatrix (in: unify.control.Scroller) > Traceback (most recent call last): > File > "/Users/Sebastian/Workspace/tweet/WebContent/external/unify/external/qooxdoo/tool/bin/generator.py", > line 165, in <module> > main() > File > "/Users/Sebastian/Workspace/tweet/WebContent/external/unify/external/qooxdoo/tool/bin/generator.py", > line 160, in main > generatorObj.run() > File > "/Users/Sebastian/Workspace/tweet/WebContent/external/unify/external/qooxdoo/tool/pylib/generator/Generator.py", > line 465, in run > classList = computeClassList(smartInclude, smartExclude, > explicitInclude, explicitExclude, variantSets[0]) > File > "/Users/Sebastian/Workspace/tweet/WebContent/external/unify/external/qooxdoo/tool/pylib/generator/Generator.py", > line 165, in computeClassList > classList = self._depLoader.getClassList(smartInclude, > smartExclude, explicitInclude, explicitExclude, variants) > File > "/Users/Sebastian/Workspace/tweet/WebContent/external/unify/external/qooxdoo/tool/pylib/generator/code/DependencyLoader.py", > line 93, in getClassList > result = resolveDepsSmartCludes() > File > "/Users/Sebastian/Workspace/tweet/WebContent/external/unify/external/qooxdoo/tool/pylib/generator/code/DependencyLoader.py", > line 73, in resolveDepsSmartCludes > result = self.resolveDependencies(include, block, variants) > File > "/Users/Sebastian/Workspace/tweet/WebContent/external/unify/external/qooxdoo/tool/pylib/generator/code/DependencyLoader.py", > line 173, in resolveDependencies > resolveDependenciesRecurser(item, block, variants, result) > File > "/Users/Sebastian/Workspace/tweet/WebContent/external/unify/external/qooxdoo/tool/pylib/generator/code/DependencyLoader.py", > line 133, in resolveDependenciesRecurser > deps = self.getCombinedDeps(item, variants) > File > "/Users/Sebastian/Workspace/tweet/WebContent/external/unify/external/qooxdoo/tool/pylib/generator/code/DependencyLoader.py", > line 511, in getCombinedDeps > static = self.getDeps(fileId, variants) > File > "/Users/Sebastian/Workspace/tweet/WebContent/external/unify/external/qooxdoo/tool/pylib/generator/code/DependencyLoader.py", > line 574, in getDeps > deps = self._cache.readmulti(cacheId, filePath) > File > "/Users/Sebastian/Workspace/tweet/WebContent/external/unify/external/qooxdoo/tool/pylib/generator/runtime/Cache.py", > line 78, in readmulti > if os.stat(dependsOn).st_mtime > temp["time"]: > OSError: [Errno 2] No such file or directory: > '/Users/Sebastian/Workspace/tweet/WebContent/external/unify/framework/source/class/unify/control/List.js' > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
