Heh, that'll teach me to rely on the Eclipse compiler in 3.2. ;-) - James
Garrett Rooney wrote: > On 7/11/06, Charles Adkins <[EMAIL PROTECTED]> 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 >
