On Dec 1, 2005, at 6:04 PM, Gentry, Michael ((Contractor)) wrote:
> My guess is it is using the 1.4 compiler instead of the 1.5 compiler?
> Any suggestions?
Yes, you are clearly running under JDK 1.4. If you have both JDK 1.4
and 1.5 on your machine like I do, just prepend "/System/Library/
Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin" to the shell
PATH. BTW, running "ant -v" will print out runtime JDK version. ...
Don't remember if you also need to export JAVA_HOME to the
environment. Hopefully not.
If you don't have 1.5 at all, you can still do "ant test-1_4" - there
is a special target for that:
http://objectstyle.org/confluence/display/CAY/Running+Unit+Tests
Andrus
This archive was generated by hypermail 2.0.0 : Thu Dec 01 2005 - 10:46:25 EST