SilverHoodCorp / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

Can't get BigQuery Java sample to work #346

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install gdata-java-client as described at 
http://gdata-java-client.googlecode.com/svn/branches/2/gdata/instructions.html
2. Build above in Eclipse (Helios) as instructed
3. Install BigQuery sample as instructed 
http://gdata-java-client.googlecode.com/svn-history/r451/branches/2/sample/bigqu
ery/bigquery-sample/instructions.html
4. Try to build.

What is the expected output? What do you see instead?

I expected the Maven build to work.  Instead, I get a complaint that a 
dependency can't be resolved.  It appears to be that the sample is looking for 
client-library-2.3.0-alpha.jar, but the installation has produced 
client-library-1.1.0-alpha.jar instead.

What version of the product are you using? On what operating system?

I'm not sure what version I'm using.  In fact, I don't understand how to find 
out what version I'm getting from SVN/Maven.  I'm running on Ubuntu with 
Eclipse Helios.

Please provide any additional information below.

Original issue reported on code.google.com by jamessmi...@google.com on 3 Jun 2011 at 10:43