If I create a vanilla plain project and - without adding one line of code, I
try to generate the source, I get an error (see below), that the apiviewer
is missing! Why is that?

I'd like to check in the bare minimum qooxdoo framework into my SVN to keep
it together with my project. So my idea was to remove demoapps, inspector,
etc.. But that seems not to work.

Is there any info on the minimum files/folders required?

thx

andy



Andy-Pro:custmtest andy$ ./generate.py source
============================================================================
    INITIALIZING: CUSTMTEST
============================================================================
>>> Configuration: config.json
>>> Jobs: source
>>> Resolving config includes...
Traceback (most recent call last):
  File "/Users/andy/Sites/qooxdoo/tool/bin/generator.py", line 144, in
<module>
    main()
  File "/Users/andy/Sites/qooxdoo/tool/bin/generator.py", line 103, in main
    config.resolveIncludes()
  File "/Users/andy/Sites/qooxdoo/tool/pylib/generator/config/Config.py",
line 286, in resolveIncludes
    econfig.resolveIncludes(includeTrace)   # recursive include
  File "/Users/andy/Sites/qooxdoo/tool/pylib/generator/config/Config.py",
line 285, in resolveIncludes
    econfig = Config(self._console, fpath)
  File "/Users/andy/Sites/qooxdoo/tool/pylib/generator/config/Config.py",
line 53, in __init__
    self.__init_fname(data)
  File "/Users/andy/Sites/qooxdoo/tool/pylib/generator/config/Config.py",
line 80, in __init_fname
    obj = open(fname)
IOError: [Errno 2] No such file or directory:
u'/Users/andy/Sites/qooxdoo/component/apiviewer/api.json'




------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to