assert problems building from cvs pull

Alll

Using Eclipse to run build.xml, ralphing on the assert keywords  scattered about the code.  Anyone know how to build and ignore the asserts?? :o

hi!

found this on google:

http://javaalmanac.com/egs/java.lang/assert_CompileAssert.html?l=rel

maybe this does the trick.

greetings,
holger

In eclispe you will need to change the target to 1.4 otherwise it does complain.

Note how the ant build script has that in it which is why it works.

Will.

http://www.cis.upenn.edu/~matuszek/cit594-2004/Pages/eclipse-faq.html

google: ‘eclipse assert’ :stuck_out_tongue:

Will.