You can do that of course, but you should understand that the
variable is there for a reason. Even with 1.4 set as default compile
level, you may end up using new classes and methods introduced in 1.5
without ever noticing. Our nightly builds should catch that, but
still making default Eclipse setup safe is a very good idea.
Andrus
On Dec 5, 2005, at 6:51 AM, Kevin Menard wrote:
> I just changed my frameworks symlink to point to the 1.5 JVM, so it
> is now the default for everything. So far, no problems. In this
> case, I got rid of the JRE15_LIB (or whatever it is) library that
> is referenced from the 1.5 Cayenne projects and just added the JRE
> lib. This seems to work pretty well.
>
> --
> Kevin
>
>> 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 : Mon Dec 05 2005 - 04:20:14 EST