ryan-alfi / opensocial-java-client

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

OpenSocial Client library fails to compile. #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Check out latest code.
2. cd java
3. ant

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

You'll see that it doesn't compile.

    [javac] Compiling 46 source files to
/Users/cschalk/java-rest/javarest-10-27/opensocial-java-client-read-only/java/bi
n
    [javac]
/Users/cschalk/java-rest/javarest-10-27/opensocial-java-client-read-only/java/sr
c/org/opensocial/client/OpenSocialRequest.java:49:
cannot find symbol
    [javac] symbol  : class OpenSocialRequestParameter
    [javac] location: class org.opensocial.client.OpenSocialRequest
    [javac]   private Map<String, OpenSocialRequestParameter> parameters;
    [javac]                       ^
    [javac]
/Users/cschalk/java-rest/javarest-10-27/opensocial-java-client-read-only/java/sr
c/org/opensocial/client/OpenSocialRequest.java:70:
cannot find symbol
    [javac] symbol  : class OpenSocialRequestParameter
    [javac] location: class org.opensocial.client.OpenSocialRequest
    [javac]   public void setParameters(Map<String,
OpenSocialRequestParameter> params) {
    [javac]                                         ^
    [javac]
/Users/cschalk/java-rest/javarest-10-27/opensocial-java-client-read-only/java/sr
c/org/opensocial/client/OpenSocialRequest.java:108:
cannot find symbol
    [javac] symbol  : class OpenSocialRequestParameter
    [javac] location: class org.opensocial.client.OpenSocialRequest
    [javac]   public Set<Map.Entry<String, OpenSocialRequestParameter>>
getParameters() {
    [javac]                                ^
    [javac]
/Users/cschalk/java-rest/javarest-10-27/opensocial-java-client-read-only/java/sr
c/org/opensocial/client/OpenSocialClient.java:659:
cannot find symbol
    [javac] symbol  : class OpenSocialRequestParameter
    [javac] location: class org.opensocial.client.OpenSocialClient
    [javac]       groupId, Map<String, OpenSocialRequestParameter>
parameters) {
    [javac]                            ^
    [javac]
/Users/cschalk/java-rest/javarest-10-27/opensocial-java-client-read-only/java/sr
c/org/opensocial/client/OpenSocialOAuthClient.java:164:
cannot find symbol
    [javac] symbol  : class Token
    [javac] location: class org.opensocial.client.OpenSocialOAuthClient
    [javac]   public static Token getRequestToken(OpenSocialClient client,

Please use labels and text to provide additional information.

Original issue reported on code.google.com by csch...@gmail.com on 27 Oct 2009 at 5:02

GoogleCodeExporter commented 8 years ago

Original comment by apijason...@gtempaccount.com on 27 Oct 2009 at 5:45

GoogleCodeExporter commented 8 years ago
:-(

Original comment by matias.m...@gmail.com on 28 Nov 2009 at 3:07

GoogleCodeExporter commented 8 years ago
Maybe you could use Maven and continuous integration to avoid this problems. 
And a
good policy: only commit if the code compiles

Original comment by matias.m...@gmail.com on 28 Nov 2009 at 3:15

GoogleCodeExporter commented 8 years ago
Is anyone working on fixing this?  It has been over a month since this was 
reported.  No 
better way to have user's ditch using your product than breaking the software 
and 
leaving it sit unfixed for over a month.

Original comment by djsol...@google.com on 11 Dec 2009 at 8:13

GoogleCodeExporter commented 8 years ago

Original comment by apijason...@gtempaccount.com on 21 Feb 2010 at 7:59