A silly question: is there an easy way (zip/jar) to download the samples of google-api-java-client? (vs one by one by browsing the sources)

link|improve this question
feedback

1 Answer

You'll need to become familiar with Mercurial and get your IDE setup to use it. Once you've got your head around it, then it's a matter of saying to your IDE, "grab all the code at this URL and treat it like a new module/project". Each of the samples specifies the hg URL to use (for example, http://code.google.com/p/google-api-java-client/wiki/GoogleAPIs#Setup_directions)

Pretty much, the sooner you relent and allow yourself to be forced to use hg and maven, the better it will be for you in the future.

You might find hginit.com useful on the Mercurial aspect. The Apache Maven docs suck less than they used to, but you will still be up against it.

cheers, David.

link|improve this answer
1  
I hope you appreciate this answer - I had to go and get 100 reputation just so I could put 2 hyperlinks :-) – David Bullock Jan 6 '11 at 14:11
Good answer, although you only need to learn how to check out the code. Alternatively from the command line from code.google.com/p/google-api-java-client/source/… : hg clone samples.google-api-java-client.googlecode.com/hg google-api-java-client-sample – Yaniv Inbar Jan 10 '11 at 14:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.