Hi, I do use index.php in both (no index.html), but I want them to be different. I would suggest a more graceful fail, it's just a plain python file not found error.
Greg On Saturday, June 26, 2010, thron7 <[email protected]> wrote: >> Hi, >> >> I have replaced index.html with index.php in my application, and have >> encountered an error when running ./generate-py build that fails in the >> last step. This does not affect my ability to use the app, as it >> appears to fail at the part of modifying index.html. However, >> ./generate.py source and ./generate.py source-all do not have this >> limitation. Is there a reason that the build step fails if the >> index.html file is not present? > > Depends how it fails ;-). What is the error? Run generate.py build -s and > send the output. The last build step just copys the index.html from > source/ to build/. Did you also replace source/index.html? If you use > index.php in both versions, change your config.json for the build job: > > "build-files" : { > "copy-files" : { "=files" : [ "index.php" ] } > } > > > The "=files" makes sure only the files you list are being copied. > > T. > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
