Ah, I know exactly what issue you are talking about. Are you, by chance,
using Eclipse?

It's because of the Annotation Processor Tool decorators in the code that
are used to determine the kind of each entry. If I recall correctly, you end
up having to compile it with ant and then copy the META-INF directory out of
./src into your build directory (bin if you're using Eclipse, for example.)
You could also use the JAR files you compiled with ant (inside of ./lib).

Or you can just use the pre-built JAR files and those will work too, as you
discovered.

Cheers,
-Jeff




On Wed, Sep 3, 2008 at 2:23 AM, Sandor Spruit <[EMAIL PROTECTED]> wrote:

>
> Jeff Fisher (Google) wrote:
> > Hi,
> >
> > You probably didn't specify "kind=photo" in your request. The
> > following works for me:
> >
> > http://picasaweb.google.com/data/feed/api/all?kind=photo&q=cat
>
> I did specify that parameter. In fact, I went back to the basic example
> for a community search in the developer's guide:
> (http://code.google.com/apis/picasaweb/developers_guide_java.html)
>
> This does not seem to work as advertised, the point being that an
> AlbumFeed returns GphotoEntry objects - and not PhotoEntry instances. So
> the developer's guide code fragment does not produce any output
> whatsoever. A searched around a bit and found a report on:
> http://markmail.org/message/o5onsanwxrh2aagl
>
> Apparently, there's a big difference between using the pre-built JAR
> files and compiling from the source code.
>
> My code is suddenly working! All I did was switch from "Use the Source
> Luke!" to adding pre-built JARs to my project. Weird.
>
> Sandor
>
> --
> Information and Computing Sciences, Utrecht University, the Netherlands
> Personal coordinates: http://www.cs.uu.nl/staff/sandor.html
> "It's a beautiful day, don't let it get away!", (U2, Beautiful day)
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Picasa Web Albums API" group.
To post to this group, send email to Google-Picasa-Data-API@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Picasa-Data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to