On 11/08/2011 09:29 AM, Stefan Andersson wrote: > as I never told the generator to ignore anything! > > ./generate.py gives: > > >>> Scanning libraries > - Checking network-based contrib: contrib://qxe/trunk/Manifest.json > - downloaded contrib: qxe/trunk > - Warning: The class path must contain exactly one namespace; > ignoring everything else: > '/tmp/qx1.6/cache/downloads/qxe/trunk/source/class'
It appears that your qxe/trunk/source/class folder contains multiple entries (files, subdirectories), but is only allowed to contain one subdirectory (which must be the first element of the library's namespace as given in the Manifest). This was a terminal exception before, so it shouldn't have worked all along. I just relaxed it from an exception to a warning. The scan process will continue with only the namespace subdirectory, and ignore the other entries, and that's what it's telling you. That's all. But don't worry too much about it, as it might change again in the near future :). T. ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
