Hi Thomas,

thank you for your efforts


>> Nevertheless I've added our "old" makefile, so you can make your
>> suggestions,
>> If you have time for that...(I've walked along with another "solution" as
>> mentioned above)
>> The directory structure is attached as well, to make it "easier" to
>> navigate.
>>
>
> First, let me acquaint you with the path-like expressions, to signify
> configuration keys and their values: Nesting of configuration keys is
> expressed by chaining with "/", as in nested directories on your file
> system. So a "config path" like "log/dependencies/dot/radius" actually
> means the subkey "radius" of the subkey "dot" of the subkey
> "dependencies" of the (job) key "log" (which you can find in the
> configuration reference page). To make it easier for you, I will prefix
> job keys with the "absolute" path they have in the overall config, e.g.
> including the "jobs" top-level key, so the above key would actually be
> expressed as:
>
>    "jobs/<job_name>/log/dependencies/dot/radius"
>
> where <job_name> would be some valid job name in a config file.

That _REALLY_ makes it easier for me to read. Later on I will hopefully
understand implicitly where to put the "jobs", "keys", etc.


> [...]
> So here are some mappings of your old Makefile variables:
> [...]
> Concerning treeinfo.txt:
>
> You should move source/html to probably source/resource/html. You can
> have the files there copied during creating the build version, we can
> get back to that once the source is running fine.
>
> The 'Makefile' is no longer used (but doesn't hurt either). But you need
> a config.json and a Manifest.json file. But you probably have both as
> otherwise we wouldn't be talking about configuration issues.
>
> Your qooxdoo installation looks very old, certainly not 0.8.3! So this
> shouldn't be the qooxdoo installation you are working against right now.
>
> All in all this treeinfo looks pretty outdated, and I doubt it reflects
> your current environment.
>

The attached treeinfo.txt was the OLD (0.7.5-pre based) structure, sorry for
any inconvenience.
The NEW structure is attached and is hopefully much more like you would have
expected ;)

The source/html content is moved one up to source/ but I've told you that
before, didn't I? That place is good enough for me now and I can (after your
help) now place it almost everywhere ;) Maybe I will move it to
source/resource/html as you proposed.

> T.

Thanks again for the very helpful examples and tips
  Peter
- backend\
  +- foo\
  +- bar\
  +- ...\
  +- index.php
  +- JSON.php

- frontend\
  +- source\
  |  +- class\
  |  |  +- infodesk\
  |  |  |  +- foo\
  |  |  |  +- bar\
  |  |  |  +- ...\
  |  |  +- Application.js
  |  +- resource\
  |  |  +- app\
  |  |     +- icon\
  |  |     |  +- 16\
  |  |     |  +- 32\
  |  |     |  +- ...\
  |  |     +- sound\
  |  |        +- ...\
  |  +- translation\
  |  +- index.php
  +- config.json
  +- Manifest.json
  +- generate.py

- qooxdoo\
  +- component\
  |  +- apiviewer\
  |  +- inspector\
  |  +- skeleton\
  |  +- testrunner\
  +- framework\
  |  +- source\
  |  |  +- class\
  |  |  |  +- qx\
  |  |  |     +- application\
  |  |  |     +- ...\
  |  |  |     +- Bootstrap.js
  |  |  |     +- Class.js
  |  |  |     +- Interface.js
  |  |  |     +- List.js
  |  |  |     +- Mixin.js
  |  |  |     +- Theme.js
  |  |  +- resource\
  |  |  +- translation\
  |  +- config.json
  |  +- image.json
  |  +- Manifest.json
  |  +- generate.py
  +- tool\
  |  +- admin\
  |  +- bin\
  |  +- data\
  |  +- pylib\
  |  +- test\
  +- index.html
  +- license.txt
  +- readme.txt
  +- version.txt
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to