bumplzz69 / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

Application Engine Getting Started Documentation missing an instruction for build #138

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Go to page: 
https://console.developers.google.com/start/appengine?_ga=1.217311071.81439461.1
430170337
choose Java and (mac OS or Windows)
Between steps 4 & 5, after installation of Mvn and deploying the application a 
key step is skipped.
After app engine-try-java is downloaded and maven is installed, developer 
should be given an instruction to build the application by typing "mvn build" 
from the root dir of app engine-try-java directory.
Without running this command, the appconfig.sh command does not run 
successfully.However instructions exactly ask and expect that.

This step is not skipped in other documentation such as Cloud Dataflow quick 
start (Wordcount.java) documentation.

Complete and correct documentation is a definite time saver for developers, and 
eliminates confusions.
What is the expected output? What do you see instead?

Between steps 4 & 5, after installation of Mvn and deploying the application a 
key step is skipped.
After app engine-try-java is downloaded and maven is installed, developer 
should be given an instruction to build the application by typing "mvn build" 
from the root dir of app engine-try-java directory.
Without running this command, the appconfig.sh command does not run 
successfully.However instructions exactly ask and expect that.

This step is not skipped in other documentation such as Cloud Dataflow quick 
start (Wordcount.java) documentation.

Complete and correct documentation is a definite time saver for developers, and 
eliminates confusions.

What is the output of 'gcloud info'?

Google Cloud SDK [0.9.57]

Platform: [Mac OS X, x86_64]
Python Version: [2.7.2 (default, Oct 11 2012, 20:14:37)  [GCC 4.2.1 Compatible 
Apple Clang 4.0 (tags/Apple/clang-418.0.60)]]
Site Packages: [Disabled]

Installation Root: [/Users/artemisozten/google-cloud-sdk]
Installed Components:
  core: [2015.04.21]
  core-nix: [2014.10.20]
  compute: [2015.04.21]
  gae-java-nix: [1.9.10]
  gcloud: [2015.04.21]
  gae-java: [1.9.18]
  gcloud-extensions-darwin-x86_64: [0.15.0]
  gsutil: [4.11]
  gsutil-nix: [4.6]
  dns: [2015.04.21]
  sql: [2015.04.09]
  gcutil: [1.16.5]
  bq-nix: [2.0.18]
  gcutil-nix: [1.16.5]
  bq: [2.0.18]
System PATH: 
[/usr/local/apache-maven-3.3.1/bin:/Users/artemisozten/google-cloud-sdk/bin:/usr
/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin]
Cloud SDK on PATH: [True]

Installation Properties: [/Users/artemisozten/google-cloud-sdk/properties]
User Config Directory: [/Users/artemisozten/.config/gcloud]
User Properties: [/Users/artemisozten/.config/gcloud/properties]
Current Workspace: [None]
Workspace Config Directory: [None]
Workspace Properties: [None]

Account: [artemis_ozten@hotmail.com]
Project: [None]
  core: [2015.04.21]
  core-nix: [2014.10.20]
  compute: [2015.04.21]
  gae-java-nix: [1.9.10]
  gcloud: [2015.04.21]
  gae-java: [1.9.18]
  gcloud-extensions-darwin-x86_64: [0.15.0]
  gsutil: [4.11]
  gsutil-nix: [4.6]
  dns: [2015.04.21]
  sql: [2015.04.09]
  gcutil: [1.16.5]
  bq-nix: [2.0.18]
  gcutil-nix: [1.16.5]
  bq: [2.0.18]
System PATH: 
[/usr/local/apache-maven-3.3.1/bin:/Users/artemisozten/google-cloud-sdk/bin:/usr
/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin]
Cloud SDK on PATH: [True]

Installation Properties: [/Users/artemisozten/google-cloud-sdk/properties]
User Config Directory: [/Users/artemisozten/.config/gcloud]
User Properties: [/Users/artemisozten/.config/gcloud/properties]
Current Workspace: [None]
Workspace Config Directory: [None]
Workspace Properties: [None]

Account: [artemis_ozten@hotmail.com]
Project: [None]

Current Properties:
  [core]
    account: [artemis_ozten@hotmail.com]
    disable_usage_reporting: [False]

Logs Directory: [/Users/artemisozten/.config/gcloud/logs]
Last Log File: 
[/Users/artemisozten/.config/gcloud/logs/2015.04.28/14.19.47.084581.log]

Please provide any additional information below.

Original issue reported on code.google.com by artemis_...@hotmail.com on 28 Apr 2015 at 9:21