yeah, i'm ++1 on that.
s.
On 18 Oct 2006, at 12:50, Alexis O'Connor wrote:
> Alexis O'Connor wrote:
>> Alistair Young wrote:
>>> got a problem from the 2.8 release
>>>
>>> org.bodington.logbook.server.LogBookSessionImpl::getEntriesInOrder()
>>> ...
>>> Enumeration enum = ...
>>> ...
>>>
>>> enum is a reserved word in 1.5 so bod won't compile under 1.5 any
>>> more
>>>
>>> Alistair
>>>
>>>
>>
>> Yep, some time ago I altered all the variables named 'enum' to
>> 'enumeration'
>> (~800!). These have started to creep back in - who, I don't know
>> as I'm not
>> clever enough to use the 'CVS annotate' function in Eclipse ;-).
>> Unless anyone
>> has a better idea, renaming them according to the above is
>> probably as good a
>> strategy as any.
>>
>> Alexis
>>
>
> (Apologies for replying to my own e-mail).
>
> As a related aside, I think that it's an unwritten rule that we
> should probably
> still be compiling against a v1.4.2 JDK with source and class
> compliance set to
> version 1.4. This way ("Sakai style"!) one can still *run* on JDK
> 1.5 / Tomcat
> 5.5 for performance reasons, whilst still keeping an eye on
> backwards compatability.
>
> Alexis
>
>
> ----------------------------------------------------------------------
> ---
> Using Tomcat but need to do more? Need to support web services,
> security?
> Get stuff done quickly with pre-integrated technology to make your
> job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?
> cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Bodington-developers mailing list
> Bod...@li...
> https://lists.sourceforge.net/lists/listinfo/bodington-developers
>
|