You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by Garrett Rooney <ro...@electricjellyfish.net> on 2006/07/11 06:01:13 UTC

Re: svn commit: r420698 - in /incubator/abdera/java/trunk: build/ extensions/src/main/java/org/apache/abdera/ext/opensearch/ extensions/src/main/java/org/apache/abdera/ext/opensearch/impl/ extensions/src/main/resources/META-INF/services/ extensions/s

On 7/10/06, rooneg@apache.org <ro...@apache.org> wrote:
> Author: rooneg
> Date: Mon Jul 10 20:58:05 2006
> New Revision: 420698
>
> URL: http://svn.apache.org/viewvc?rev=420698&view=rev
> Log:
> Add support for enough OpenSearch elements to allow you to use Abdera
> to parse GData search results.

This is my first Abdera extension, and I've only barely tested it, so
if someone could take a look I'd appreciate any comments you might
have.  It does look like it should be enough support to get people
started on playing with parsing google's GData feeds though:

http://code.google.com/apis/gdata/protocol.html

-garrett

Re: svn commit: r420698 - in /incubator/abdera/java/trunk: build/ extensions/src/main/java/org/apache/abdera/ext/opensearch/ extensions/src/main/java/org/apache/abdera/ext/opensearch/impl/ extensions/src/main/resources/META-INF/services/ extensions/s

Posted by James M Snell <ja...@gmail.com>.
Heh, that'll teach me to rely on the Eclipse compiler in 3.2.  ;-)

- James

Garrett Rooney wrote:
> On 7/11/06, Charles Adkins <fo...@gmail.com> wrote:
>>
>> Greetings to the Abdera Team,
>> I've been lurking around enjoying the fruits of your labor, so first
>> of all,
>> congrats on the getting the project into the incubator and up and
>> rolling.
>>
>> The last svn update i pulled down fails to compile -- it breaks on the
>> extensions, so I thought I would drop a note to you.
>> .
>> Please direct me to the proper place if this ain't the right place to
>> raise
>> this item.
>>
>> here's a snip from the compiler output and I've attached the whole file.
>>
>> ---
>>
>> compile.extensions:
>>     [mkdir] Created dir:
>> D:\adbdera-svn-local\abdera\java\trunk\build\work\extensions
>>     [javac] Compiling 15 source files to
>> D:\adbdera-svn-local\abdera\java\trunk\build\work\extensions
>>      [javac]
>> D:\adbdera-svn-local\abdera\java\trunk\extensions\src\main\java\org\apache\abdera\ext\opensearch\OpenSearchE
>>
>> xtensionFactory.java:51: type parameters of <T>T cannot be determined; no
>> unique maximal instance exists for type variab
>> le T with upper bounds T,org.apache.abdera.model.Element
>>     [javac]     return newExtensionElement(qname, base, factory, null);
>>     [javac]                               ^
>>     [javac] 1 error
>>
>> BUILD FAILED
>> D:\adbdera-svn-local\abdera\java\trunk\build\build.xml:123:
>> Compile failed; see the compiler error output
>>
>> ---
>> Thanks for any help, and keep up the great work..
> 
> Looks like James forgot a cast.  Fixed in r420813.
> 
> Thanks for the report,
> 
> -garrett
> 

Re: svn commit: r420698 - in /incubator/abdera/java/trunk: build/ extensions/src/main/java/org/apache/abdera/ext/opensearch/ extensions/src/main/java/org/apache/abdera/ext/opensearch/impl/ extensions/src/main/resources/META-INF/services/ extensions/s

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 7/11/06, Charles Adkins <fo...@gmail.com> wrote:
>
> Greetings to the Abdera Team,
> I've been lurking around enjoying the fruits of your labor, so first of all,
> congrats on the getting the project into the incubator and up and rolling.
>
> The last svn update i pulled down fails to compile -- it breaks on the
> extensions, so I thought I would drop a note to you.
> .
> Please direct me to the proper place if this ain't the right place to raise
> this item.
>
> here's a snip from the compiler output and I've attached the whole file.
>
> ---
>
> compile.extensions:
>     [mkdir] Created dir:
> D:\adbdera-svn-local\abdera\java\trunk\build\work\extensions
>     [javac] Compiling 15 source files to
> D:\adbdera-svn-local\abdera\java\trunk\build\work\extensions
>      [javac]
> D:\adbdera-svn-local\abdera\java\trunk\extensions\src\main\java\org\apache\abdera\ext\opensearch\OpenSearchE
> xtensionFactory.java:51: type parameters of <T>T cannot be determined; no
> unique maximal instance exists for type variab
> le T with upper bounds T,org.apache.abdera.model.Element
>     [javac]     return newExtensionElement(qname, base, factory, null);
>     [javac]                               ^
>     [javac] 1 error
>
> BUILD FAILED
> D:\adbdera-svn-local\abdera\java\trunk\build\build.xml:123:
> Compile failed; see the compiler error output
>
> ---
> Thanks for any help, and keep up the great work..

Looks like James forgot a cast.  Fixed in r420813.

Thanks for the report,

-garrett

Re: svn commit: r420698 - in /incubator/abdera/java/trunk: build/ extensions/src/main/java/org/apache/abdera/ext/opensearch/ extensions/src/main/java/org/apache/abdera/ext/opensearch/impl/ extensions/src/main/resources/META-INF/services/ extensions/s

Posted by Charles Adkins <fo...@gmail.com>.
Greetings to the Abdera Team,
I've been lurking around enjoying the fruits of your labor, so first of all,
congrats on the getting the project into the incubator and up and rolling.

The last svn update i pulled down fails to compile -- it breaks on the
extensions, so I thought I would drop a note to you.
.
Please direct me to the proper place if this ain't the right place to raise
this item.

here's a snip from the compiler output and I've attached the whole file.

---

compile.extensions:
    [mkdir] Created dir:
D:\adbdera-svn-local\abdera\java\trunk\build\work\extensions
    [javac] Compiling 15 source files to
D:\adbdera-svn-local\abdera\java\trunk\build\work\extensions
    [javac]
D:\adbdera-svn-local\abdera\java\trunk\extensions\src\main\java\org\apache\abdera\ext\opensearch\OpenSearchE
xtensionFactory.java:51: type parameters of <T>T cannot be determined; no
unique maximal instance exists for type variab
le T with upper bounds T,org.apache.abdera.model.Element
    [javac]     return newExtensionElement(qname, base, factory, null);
    [javac]                               ^
    [javac] 1 error

BUILD FAILED
D:\adbdera-svn-local\abdera\java\trunk\build\build.xml:123: Compile failed;
see the compiler error output

---
Thanks for any help, and keep up the great work..
Charles



On 7/10/06, James M Snell <ja...@gmail.com> wrote:
>
> Looks good.  Darn near identical to some code I've been playing around
> with but hadn't gotten around to committing yet.  I did make a few edits
> to the extension factory impl, just to make it a bit more compact.
>
> - James
>
> Garrett Rooney wrote:
> > On 7/10/06, rooneg@apache.org <ro...@apache.org> wrote:
> >> Author: rooneg
> >> Date: Mon Jul 10 20:58:05 2006
> >> New Revision: 420698
> >>
> >> URL: http://svn.apache.org/viewvc?rev=420698&view=rev
> >> Log:
> >> Add support for enough OpenSearch elements to allow you to use Abdera
> >> to parse GData search results.
> >
> > This is my first Abdera extension, and I've only barely tested it, so
> > if someone could take a look I'd appreciate any comments you might
> > have.  It does look like it should be enough support to get people
> > started on playing with parsing google's GData feeds though:
> >
> > http://code.google.com/apis/gdata/protocol.html
> >
> > -garrett
> >
>

Re: svn commit: r420698 - in /incubator/abdera/java/trunk: build/ extensions/src/main/java/org/apache/abdera/ext/opensearch/ extensions/src/main/java/org/apache/abdera/ext/opensearch/impl/ extensions/src/main/resources/META-INF/services/ extensions/s

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 7/11/06, James M Snell <ja...@gmail.com> wrote:
> Looks good.  Darn near identical to some code I've been playing around
> with but hadn't gotten around to committing yet.  I did make a few edits
> to the extension factory impl, just to make it a bit more compact.

Nice.  Thanks for the cleanup.

-garrett

Re: svn commit: r420698 - in /incubator/abdera/java/trunk: build/ extensions/src/main/java/org/apache/abdera/ext/opensearch/ extensions/src/main/java/org/apache/abdera/ext/opensearch/impl/ extensions/src/main/resources/META-INF/services/ extensions/s

Posted by James M Snell <ja...@gmail.com>.
Looks good.  Darn near identical to some code I've been playing around
with but hadn't gotten around to committing yet.  I did make a few edits
to the extension factory impl, just to make it a bit more compact.

- James

Garrett Rooney wrote:
> On 7/10/06, rooneg@apache.org <ro...@apache.org> wrote:
>> Author: rooneg
>> Date: Mon Jul 10 20:58:05 2006
>> New Revision: 420698
>>
>> URL: http://svn.apache.org/viewvc?rev=420698&view=rev
>> Log:
>> Add support for enough OpenSearch elements to allow you to use Abdera
>> to parse GData search results.
> 
> This is my first Abdera extension, and I've only barely tested it, so
> if someone could take a look I'd appreciate any comments you might
> have.  It does look like it should be enough support to get people
> started on playing with parsing google's GData feeds though:
> 
> http://code.google.com/apis/gdata/protocol.html
> 
> -garrett
>