Re: SPI (jcr2spi) vs JDK 1.5

2006-10-09 Thread Tobias Bocanegra
no offense but imo java developers should know what features and language extensions were introduced in the respective jdk releases. also see: http://java.sun.com/j2se/1.5.0/docs/guide/language/ http://java.sun.com/j2se/1.4.2/docs/guide/lang/index.html btw:

Re: SPI (jcr2spi) vs JDK 1.5

2006-10-09 Thread Nicolas
Sorry, there is a misunderstanding. Of course, everybody (even me) know assertions were introduced in Java 1.4. That is not the issue. The issue is: JR doesn't build with Eclipse JDK 1.4 support enabled. You need to switch it to 1.5. It seems related to assertion (which is strange since as you

Re: SPI (jcr2spi) vs JDK 1.5

2006-10-09 Thread Julian Reschke
Nicolas schrieb: Sorry, there is a misunderstanding. Of course, everybody (even me) know assertions were introduced in Java 1.4. That is not the issue. Actually, I forgot (and whas mislead by Eclipse). The issue is: JR doesn't build with Eclipse JDK 1.4 support enabled. You need to switch

Re: SPI (jcr2spi) vs JDK 1.5

2006-10-06 Thread Tobias Bocanegra
assertions were introduced in jdk1.4 http://java.sun.com/j2se/1.4.2/docs/guide/lang/assert.html On 10/6/06, Julian Reschke [EMAIL PROTECTED] wrote: Hi, I just noticed that parts of jcr2spi require JDK 1.5 (for assert, such as in TransientRepository.java). This would be a problem for me in