On Tuesday 09 October 2007 17:35, Peter Kriens wrote: > I want to move bnd to Java 5. Not only do I wan to take advantage of > the generics, I also really like the for loop but most of all the use > of printf feels so comfortable. I do not see a reason why our > development tools should stick to 1.4?
Yeah, the only concern some folks may have (I'm in Java5-only shop) is the mix of JVM's required for development tools and target JVMs. I have no problems dealing with that.... any more, but used to be a pain (especially in 1.1.8, 1.2, 1.2.2, 1.3.0 days with DOM1 and DOM2 transitioning as well! Phew!). Cheers -- Niclas Hedhman, Software Developer I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug
