Re: contrib build.xml and java 1.5 in tests

2007-10-15 Thread Karl Wettin
Thanks! 15 okt 2007 kl. 18.03 skrev Erik Hatcher: Set the properties *before* importing contrib-build.xml. Ant properties are first come first serve, so you have to be sure to set the value you want before to "override" them, interestingly. Erik On Oct 15, 2007, at 11:31 AM, Karl

Re: contrib build.xml and java 1.5 in tests

2007-10-15 Thread Erik Hatcher
Set the properties *before* importing contrib-build.xml. Ant properties are first come first serve, so you have to be sure to set the value you want before to "override" them, interestingly. Erik On Oct 15, 2007, at 11:31 AM, Karl Wettin wrote: I have problems getting this build.xm

contrib build.xml and java 1.5 in tests

2007-10-15 Thread Karl Wettin
I have problems getting this build.xml of mine to accept java 1.5 in tests. I compiles the source with generics and all that just fine, but the tests fail with the error javac -source 1.4 is set. Well.. Extended spell checker with phrase support and adaptive user session analysis.