More importantly, why is Hudson not catching it?

On Jun 12, 2009, at 11:28 AM, Michael McCandless wrote:

Sigh. I'll fix. I should just leave my world on 1.4 until we get 3.0 out...

Mike

On Fri, Jun 12, 2009 at 11:14 AM, Grant Ingersoll<gsing...@apache.org> wrote:
It seems JDK 1.5+ is the de facto for darn near everyone...

ant compile-test with JDK 1.4 yields:

common.compile-test:
   [javac] Compiling 82 source files to
.../lucene/java/clean/build/classes/test
   [javac]
/Users/grantingersoll/projects/lucene/java/clean/src/test/org/ apache/lucene/search/TestDocIdSet.java:85:
cannot resolve symbol
   [javac] symbol  : method valueOf (int)
   [javac] location: class java.lang.Integer
   [javac]       list.add(Integer.valueOf(doc));
   [javac]                       ^

[javac].../lucene/java/clean/src/test/org/apache/lucene/search/ TestDocIdSet.java:87:
cannot resolve symbol
   [javac] symbol  : method valueOf (int)
   [javac] location: class java.lang.Integer
   [javac]         list.add(Integer.valueOf(doc));
   [javac]                         ^
   [javac] Note: Some input files use or override a deprecated API.
   [javac] Note: Recompile with -deprecation for details.
   [javac] 2 errors



---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org


--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using Solr/Lucene:
http://www.lucidimagination.com/search


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to