Garoid / opensocial-java-client

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

OpenSocialResponse file missing #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. do svn checkout from the source tab
2. build using "ant dist"
3. build failed

What is the expected output? What do you see instead?
Building jar:
/home/insi/opensocial-java-client-read-only/java/dist/opensocial.jar
compile-samples:
    [mkdir] Created dir:
/home/insi/opensocial-java-client-read-only/java/samples/bin
    [javac] Compiling 15 source files to
/home/insi/opensocial-java-client-read-only/java/samples/bin
    [javac]
/home/insi/opensocial-java-client-read-only/java/samples/ActivitiesExample.java:
82:
cannot access OpenSocialResponse
    [javac] class file for OpenSocialResponse not found
    [javac]       batch.send(c);
    [javac]                 ^
    [javac] 1 error

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

Please provide any additional information below.

Original issue reported on code.google.com by deepthi....@gmail.com on 2 Nov 2009 at 12:53

GoogleCodeExporter commented 8 years ago
I've the same problem,  
Have you found the solution?

Original comment by acerezoguillen on 6 Nov 2009 at 8:13

GoogleCodeExporter commented 8 years ago
ditt on the problem.

Original comment by weitzelm...@gmail.com on 20 Nov 2009 at 10:27

GoogleCodeExporter commented 8 years ago
same here..

Original comment by kbsan...@gmail.com on 21 Nov 2009 at 12:41

GoogleCodeExporter commented 8 years ago
hi , any update on this. 

Original comment by ss.sudha...@gmail.com on 24 Nov 2009 at 10:27

GoogleCodeExporter commented 8 years ago
I went back into the history and pulled out the OpenSocialResponse.java. I 
hacked at it 
a bit to fix the person and appdata methods & commented out the collection. 
I don't know if this is the right thing to do, but most of the junits pass. 
This will 
probably get us by for the short term.

Original comment by weitzelm...@gmail.com on 30 Nov 2009 at 3:26

Attachments:

GoogleCodeExporter commented 8 years ago
Actually, OpenSocialResponse.java isn't needed any more. I made a small patch 
attached.

Original comment by niu...@gmail.com on 2 Dec 2009 at 12:46

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks! I just tried the patch. I deleted my OpenSocialRespons.java hack. 
DisplayFriends works. Test case testEmptyUserId fails though. 

Original comment by weitzelm...@gmail.com on 2 Dec 2009 at 1:15

GoogleCodeExporter commented 8 years ago
Although the unit test doesn't make much sense, it exposes a few more bugs of 
the 
code. 

A new patch is attached, which fixes both codes and tests. The first one is not 
necessary 
anymore.

Original comment by niu...@gmail.com on 8 Dec 2009 at 10:39

Attachments:

GoogleCodeExporter commented 8 years ago
When are u going to commit this change in the repository ?

Original comment by fella...@gmail.com on 10 Dec 2009 at 8:33

GoogleCodeExporter commented 8 years ago
Fixed in trunk.

Original comment by apijason...@gtempaccount.com on 30 Dec 2009 at 5:43

GoogleCodeExporter commented 8 years ago
Thanks

Original comment by matias.m...@gmail.com on 30 Dec 2009 at 12:12