huuanh1987 / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

schema.Listing isn't a java package #136

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Check out 2.0.2 tagged source
2. Open it in a modern IDE
3. Look at the errors

yeah:facebookapi roger$ grep -i 'schema.Listing' *.java
FacebookJaxbRestClient.java:import com.google.code.facebookapi.schema.Listing;
FacebookJsonRestClient.java:import com.google.code.facebookapi.schema.Listing;
FacebookRestClient.java:import com.google.code.facebookapi.schema.Listing;
FacebookXmlRestClient.java:import com.google.code.facebookapi.schema.Listing;
IFacebookRestClient.java:import com.google.code.facebookapi.schema.Listing;

Umm.. there is no java package .schema

Anyone?

Original issue reported on code.google.com by rstud...@gmail.com on 10 Nov 2008 at 4:54

GoogleCodeExporter commented 8 years ago
Ahh.. sorry, something about going to bed at 1am and showing up to work at 
3:30a.m.
for a release...

I had checked it out and not mavenized it.

Sorry about the spam, full apologies

Original comment by rstud...@gmail.com on 10 Nov 2008 at 5:35

GoogleCodeExporter commented 8 years ago
no problem.  keep giving up feedback! :)

Original comment by fern...@gmail.com on 11 Nov 2008 at 6:16