java - Uploading single files to the Appengine installation -


Is it possible to upload files alone in the apppoint installation instead of the full project? This question is related to the Java version of Appengine.

No, it is not so. However, the tool will only upload new / modified files.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -