Retrotranslator can backport most of java5 / java6 constructs to java 1.4 It can also verify there is no reference to unsuported methods based on a verify classpaht. You then just have to provide the target JRE rt.jar as verify (+ dependencies).
2007/11/28, Siegmann Daniel, NY <[EMAIL PROTECTED]>: > > Thanks for the Retrotranslator suggestion. I wasn't aware of that > option. > > How well would this work if I want to run Maven with JDK 1.6? I would > still need to ensure the built artifact works with JDK 1.5, and the > retrotranslator needs to be able to perform the translation (it mentions > only JDK 1.5 support). > > Or should I just save myself a lot of trouble and be sure to only run > Maven with JDK 1.5? > > -- > Daniel Siegmann > FJA-US, Inc. > 512 7th Ave. 15th Flr. New York, NY 10018 > (212) 840-2618 x139 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
