Jiaqi Guo

Results 4 issues of Jiaqi Guo

This change(https://github.com/jiaqi/jmxterm/commit/8834e1e9d99b6dad390ea17a01b78e1f4eab9ff3) added support of getting a sub attribute of a combo mbean but the auto-complete part of GetCommand isn't updated accordingly.

**Before** https://github.com/bazelbuild/rules_appengine/issues/112 https://github.com/bazelbuild/rules_appengine/issues/111 To demonstrate the problem this PR added a static.txt file to the example appengine_war target. With the original code - The static.txt file was added to the...

cla: yes

In an exploratory project I'm trying to run an Java application that serves some static resource. I tried to add static resources to the war file using the `data` attribute....

In https://github.com/bazelbuild/rules_appengine/blob/master/appengine/java_appengine.bzl#L82 ``` if path and in_file.short_path.startswith(path): output_path += in_file.short_path[len(path):] ``` when in_file.short_path does not start with path, what happens is output_path will remain output, the root directory of war...