Hello Jeffrey and wecome to qooxdoo!


After I run create-application.py from the new SDK directory in / qooxdoo-0.8-sdk, I run generate.py from the new /custom, but the output shows it referencing the directory into which I first copied it.

Did you specify the "out" paramter when running create-application?

"generate.py source-all” did not work, it said it was not an available job. Just “generate.py source” is what I ended up trying. Regardless, it terminated on a malformed expression. I noticed a conditional in generate.py that takes it down a different control path for win32 than for whatever an AMD Athlon 64 X2 under Vista x64 would come up as.


If you run "python.exe generator.py ?" inside the folder which was just created by the create-application script you should see a list of all jobs, including "source-all". If this jos is not listed, something went wrong during the creation of the application.


These conditional sounds interesting? Could you tell me where you find it? Every "generator.py" inside an application folder is just a wrapper for the "real" generator in qooxdoo/tool/bin. So if you think that the control path you mentioned is wrong you can always try to use the real generator like this in your application folder:
python C:\qooxdoo\tool\bin\generator.py source



At the same time—possibly related otherwise I’d start a new post—no qooxdoo elements were getting drawn in my browser.

I think your application was not generated properly and all the things you mentioned are aftereffects.


Kind regards,
Jonathan
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to