Possible to upload static files separately?

93 views
Skip to first unread message

Sekhar

unread,
Apr 10, 2012, 3:05:04 PM4/10/12
to google-a...@googlegroups.com
We have a Java app (GWT/GAE) with static content. Usually one developer builds and uploads the app along with the content. But is it possible for a different developer to update the content without having to access the entire war/ directory? Every update to the content is now requiring a new upload from the builder, and it'll be great if we can provide the second developer with a script to upload just the content.

Ikai Lan (Google)

unread,
Apr 10, 2012, 3:22:36 PM4/10/12
to google-a...@googlegroups.com
No, this isn't currently possible. One thing you might want to look into would be to write a script that downloads the latest revision and pushes the code via appcfg.sh. When you do an upload, the script looks for files that have changed (via hashing contents) and only uploads those files.

There's a more complicated scheme where you might be able to host files on Google Storage and have the developer change those files, but appcfg.sh won't push these for you.

--
Ikai Lan 
Developer Programs Engineer, Google App Engine



On Tue, Apr 10, 2012 at 12:05 PM, Sekhar <allu...@gmail.com> wrote:
We have a Java app (GWT/GAE) with static content. Usually one developer builds and uploads the app along with the content. But is it possible for a different developer to update the content without having to access the entire war/ directory? Every update to the content is now requiring a new upload from the builder, and it'll be great if we can provide the second developer with a script to upload just the content.

--
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/-/Hy_K8AI1DJcJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.

Reply all
Reply to author
Forward
0 new messages