Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(165)

Issue 4844054: Updating books-v1-json-cmdline-sample to use the new generated library based on 1.5 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 2 months ago by rmistry
Modified:
14 years, 2 months ago
Reviewers:
yanivi
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : Fixing whitespace. #

Patch Set 3 : Updating instructions.html #

Patch Set 4 : Removing unnecessary jetty dependency #

Patch Set 5 : Cleaned up #

Total comments: 8

Patch Set 6 : Addressing code review comments #

Patch Set 7 : Addressing code review comments II #

Patch Set 8 : Rename package to com.google.api.services.samples.books.cmdline #

Patch Set 9 : pom.xml changes #

Total comments: 12

Patch Set 10 : Addressing comments #

Patch Set 11 : inception year fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -266 lines) Patch
M chrome-licensing-json-oauth-sample/.classpath View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
M chrome-licensing-json-oauth-sample/instructions.html View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
A chrome-licensing-json-oauth-sample/logging.properties View 1 2 3 4 5 6 7 8 9 10 1 chunk +10 lines, -0 lines 0 comments Download
M chrome-licensing-json-oauth-sample/pom.xml View 1 2 3 4 5 6 7 8 9 10 4 chunks +74 lines, -11 lines 0 comments Download
R chrome-licensing-json-oauth-sample/src/com/google/api/client/sample/chrome/licensing/ChromeLicensingSample.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -90 lines 0 comments Download
R chrome-licensing-json-oauth-sample/src/com/google/api/client/sample/chrome/licensing/model/ChromeLicensingUrl.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -40 lines 0 comments Download
R chrome-licensing-json-oauth-sample/src/com/google/api/client/sample/chrome/licensing/model/ClientCredentials.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -33 lines 0 comments Download
R chrome-licensing-json-oauth-sample/src/com/google/api/client/sample/chrome/licensing/model/Debug.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -54 lines 0 comments Download
R chrome-licensing-json-oauth-sample/src/com/google/api/client/sample/chrome/licensing/model/License.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -31 lines 0 comments Download
A chrome-licensing-json-oauth-sample/src/main/java/com/google/api/services/samples/chrome/licensing/cmdline/ChromeLicensingSample.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +89 lines, -0 lines 0 comments Download
A chrome-licensing-json-oauth-sample/src/main/java/com/google/api/services/samples/chrome/licensing/cmdline/ClientCredentials.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 8
rmistry
14 years, 2 months ago (2011-08-09 01:27:35 UTC) #1
yanivi
http://codereview.appspot.com/4844054/diff/6001/books-cmdline-sample/com/google/api/client/sample/books/BooksSample.java File books-cmdline-sample/com/google/api/client/sample/books/BooksSample.java (left): http://codereview.appspot.com/4844054/diff/6001/books-cmdline-sample/com/google/api/client/sample/books/BooksSample.java#oldcode59 books-cmdline-sample/com/google/api/client/sample/books/BooksSample.java:59: if (API_KEY != null && API_KEY.length() > 0) { ...
14 years, 2 months ago (2011-08-09 13:53:31 UTC) #2
yanivi
Please update to the latest generated snapshot jars: http://code.google.com/p/google-api-java-client/source/browse/com/google/apis/google-api-services-books/v1-1.2.0-beta-SNAPSHOT/google-api-services-books-v1-1.2.0-beta-SNAPSHOT.pom?repo=mavenrepo
14 years, 2 months ago (2011-08-09 15:49:14 UTC) #3
rmistry
I updated pom.xml to use the new generated snapshot jars with: <dependency> <groupId>com.google.apis</groupId> <artifactId>google-api-services-books</artifactId> <version>v1-1.2.0-beta-SNAPSHOT</version> ...
14 years, 2 months ago (2011-08-09 16:13:13 UTC) #4
rmistry
Using the newly updated jars works. PTAL.
14 years, 2 months ago (2011-08-09 19:23:02 UTC) #5
yanivi
http://codereview.appspot.com/4844054/diff/8003/books-cmdline-sample/.classpath File books-cmdline-sample/.classpath (right): http://codereview.appspot.com/4844054/diff/8003/books-cmdline-sample/.classpath#newcode3 books-cmdline-sample/.classpath:3: <classpathentry kind="src" path="."/> the convention in Maven is that ...
14 years, 2 months ago (2011-08-09 20:13:46 UTC) #6
rmistry
http://codereview.appspot.com/4844054/diff/8003/books-cmdline-sample/.classpath File books-cmdline-sample/.classpath (right): http://codereview.appspot.com/4844054/diff/8003/books-cmdline-sample/.classpath#newcode3 books-cmdline-sample/.classpath:3: <classpathentry kind="src" path="."/> On 2011/08/09 20:13:46, yanivi wrote: > ...
14 years, 2 months ago (2011-08-09 20:48:39 UTC) #7
yanivi
14 years, 2 months ago (2011-08-09 21:02:58 UTC) #8
LGTM

Congrats on your first sample! :)
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b