Re: Eclipse does not like 'assert' ?

2007-11-12 Thread Jeremias Maerki
You have to change the Java Compiler settings for your Eclipse project
to 1.4.

HTH
Jeremias Maerki



On 12.11.2007 23:09:46 Andreas L Delmelle wrote:
 
 Hi guys
 
 
 Just updated my local copy, and noticed that Eclipse stumbles over  
 the assert in Table.ensureColumnNumber().
 
 Haven't started looking around for solutions, yet.
 Has anyone encountered this? Is there a way to make Eclipse behave  
 (other than commenting out that line)?
 
 
 Thanks
 
 Andreas



Re: Eclipse does not like 'assert' ?

2007-11-12 Thread Andreas L Delmelle

On Nov 12, 2007, at 23:58, Jeremias Maerki wrote:

You have to change the Java Compiler settings for your Eclipse  
project

to 1.4.


Thanks for the reply. Worked nicely (was still set to 1.3 here)

Cheers

Andreas