: [gsingers] LUCENE-550: Added RAMDirectory alternative as a contrib. : Similar to MemoryIndex, but can hold more than one document
... : compile-core: : [mkdir] Created dir: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/instantiated/classes/java : [javac] Compiling 11 source files to http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/instantiated/classes/java : [javac] javac: invalid target release: 1.5 the problem here seems to be that hudson was configured to use the 1.4 javac. even though core lucene is required to be compatible with 1.4 (currently) we've allowed contribs to be 1.5 for a while now ... but since contrib/gdata-server was retired, we aparently haven't had any 1.5 contribs until now, so the setting was overlooked when we switched hudson servers. (at least: i think that's what happened) i've switched the config in the hudson GUI, and triggered a new build. -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]