From: <Web...@St...> - 2005-05-25 07:33:52
|
| > | Sounds good. I was hoping someone would do a Java 5 build. If you | can't commit you can send me the code and put it up there. (I may also | be able to help with your boring problem if you'd like. Are you using | Windoze?) You might know this real good, but I'll just comment anyway: When doing a java 5 build, set the (source and) target prop(s) of javac to 1.2, and preferrably set the rt.jar (bootclasspath) to a 1.2 installation, so that you ensure that one isn't using 1.3-1.5 stuff, and that it can be run on all VMs from then to now (it is a byte in the class-file that old vm's stall on, as intended). The source flag, come to think about it, might "fix" the problem with enum? Hacky, ugly fix, but you might be able to compile it, at least? --=20 Endre St=F8lsvik - Endre@CoreTrek.[no|com] Work[+47 23100271] Mobile[+47 93054050] Fax[+47 23100299] |