The current version of the AppEngine SDK has a bug that makes it handle
Jaiku's deployment incorrectly.
Workaround: Comment out the following code in
.google_appengine/google/appengine/tools/dev_appserver.py :
if FakeFile._skip_files.match(relative_filename):
logging.warning('Blocking access to skipped file "%s"',
logical_filename)
return False
Original issue reported on code.google.com by dcoker on 12 Mar 2009 at 10:12
Original issue reported on code.google.com by
dcoker
on 12 Mar 2009 at 10:12