Andy Spitzer wrote: > Woof! > > > Laurentiu Ceausescu wrote: >> *ReplicationManagerImplTest.java* class I think it isn't compatible with >> Java 1.5. > > Damian Krzeminski <[EMAIL PROTECTED]> wrote: >> Sorry - my fault. I'll fix it in a moment. > > As Mardy is upgrading all the build servers to version 6, is this the right > time > to start using Java 6? I know I'm currently relying on some 6 'isms in > my IVR code... > > --Woof!
For sipXconfig I am trying to stick to the plan: http://article.gmane.org/gmane.comp.voip.sipx.devel/9437 The next release of sipXconfig will be 1.5 compatible, but the default JVM installed is 1.6. I suggest developers move to 1.6 (it's faster and smaller), but sipXconfig build file has target="1.5" source="1.5" settings (and I recommend that other java projects have those as well). The obvious problem is that it's fairly easy to accidentally start using methods from 1.6 standard library (which is what I did). I keep one cruisecontrol loop to build sipXconfig on java-sun 1.5 to catch those. What are your 6'isms? Damian _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
