I'm not sure whether it's a feature or I'm doing something wrong, but using 
the latest SDK (1.6.3) and having

- ^(.*/)?index\.yaml
- ^(.*/)?index\.yml

(as described in 
http://code.google.com/appengine/docs/python/config/appconfig.html#Skipping_Files
)

in skip_files section of app.yaml, sort of making dev_appserver.py (with 
--require_indexes option) really skip reading the indexes file and shout 
"you need to define index in your index.yaml" even though a specific index 
is defined in the file.

Removing the above (index\.yaml and index\.yml) from skip_files restores 
the "normal" behavior. 

PS haven't tried Java latest SDK.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/x0ePEjdjg_8J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to