Friggen compilers need to get more consistent in the way they handle generics :-( will fix it shortly.
------Original Message------ From: Davanum Srinivas To: [email protected] ReplyTo: [email protected] Subject: Compile errors on trunk? Sent: May 11, 2009 3:17 AM Folks, Running "ant -f build/build.xml clean test" on the command line and i see this. (JDK 1.5 and 1.6) compile.core: [mkdir] Created dir: /mnt/sda1/dims/apache/abdera/build/work/core [javac] Compiling 98 source files to /mnt/sda1/dims/apache/abdera/build/work/core [javac] /mnt/sda1/dims/apache/abdera/core/src/main/java/org/apache/abdera/util/Discover.java:23: type parameters of <T>T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,java.lang.Object [javac] return locate( [javac] ^ [javac] /mnt/sda1/dims/apache/abdera/core/src/main/java/org/apache/abdera/util/Discover.java:48: type parameters of <T>T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,java.lang.Object [javac] load( [javac] ^ [javac] /mnt/sda1/dims/apache/abdera/core/src/main/java/org/apache/abdera/util/Discover.java:192: type parameters of <T>T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,java.lang.Object [javac] return load(cl,spec,classesonly,args); [javac] ^ [javac] 3 errors thanks, dims -- Davanum Srinivas :: http://davanum.wordpress.com Sent from my Verizon Wireless BlackBerry
