amitbatajoo / opensocial-java-client

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

ant build fails on missing import #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run ant in the java folder
2.
3.

What is the expected output? What do you see instead?
I expect no compiler errors.  Instead I see:

org/opensocial/client/OpenSocialOAuthClient.java:164: cannot find symbol
symbol  : class OpenSocialProvider
location: class org.opensocial.client.OpenSocialOAuthClient
      OpenSocialProvider provider) throws OAuthException, IOException,
...

What version of the product are you using? On what operating system?
SVN version on Mac OS X.  Java 5

Please provide any additional information below.

Original issue reported on code.google.com by yottz...@gmail.com on 17 Sep 2009 at 5:59

GoogleCodeExporter commented 9 years ago
Since OpenSocialProvider was moved to a new package, OpenSocialOAuthClient is 
not
importing the class.

Original comment by anim...@gmail.com on 2 Oct 2009 at 5:41

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by apijason...@gtempaccount.com on 21 Feb 2010 at 8:01