When using a config.json which defines packages with mutilple parts the
Generator script fails


Line 397:

parts, packages = self._partBuilder.getPackages(partIncludes, smartExclude,
classList, collapseCfg, variants, minPackageSize, minPackageSizeForUnshared)

self._partBuilder has not been assigned.

Line 408:

self.runApiData(packageClasses)

packageClasses is only assigned in the else block of the preceeding if
self._job.get("packages"): and not both.

Line 410:

self.runSource(partPackages, packageClasses, boot, variants)

partPackages is only assigned in the else block of the preceeding if
self._job.get("packages"): and not both.

-- 
View this message in context: 
http://www.nabble.com/0.8.1-Three-bugs-in-tool-pylib-generator-Generator.py-when-using-packages-parts-tp21290209p21290209.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to