So, let me summarize the situation :

I've deleted my modified version of the framework and replace it with a
fresh copy of the qooxdoo-4.0-sdk folder as it was downloaded.

Then I created a new application:

  C:\data\prgweb>python qooxdoo-4.0-sdk\create-application.py --name=qxtest
  C:\data\prgweb>cd qxtest

Then I modified only one thing in my application's generate.py, on line 149
:

REPLACED:
  retval = subprocess.call(cmd, shell=True)
  
WITH:
  retval = subprocess.call(cmd)

Then I generate the application:

  C:\data\prgweb\qxtest>python generate.py source

And it worked like a charm :-)



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Generator-config-json-not-found-tp7585866p7585923.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to