Re: JDOM not using raw typing
"Hielke Hoeve" <[email protected]>
| Newsgroups | gmane.comp.java.jdom.general |
|---|---|
| Message-ID | <[email protected]> |
On 28/03/07, Endre Stølsvik <[email protected]> wrote: > Jason Hunter wrote: > Also, one could use org.jdom2 as package name for the 1.5 version, > although obviously utterly loosing compatibility between code coded > against v1 and other code coded against v2 - but I think even this could > be handled using a simple "converter" between a v1 DOM and a v2 DOM, or > the other way. Would be better to use the javac -source=1.5 -target=1.3 javac -source=1.5 -target=1.4 javac -source=1.5 -target=1.5 options to create bin jar files for each java version. Then you'd have 1 branch in cvs, more groups on the downloads page but less people having to mess with merging branches all the time. Though I'm cool with altering the current sources for myself and merging every once in a while... Hielke _______________________________________________ To control your jdom-interest membership: http://www.jdom.org/mailman/options/jdom-interest/[email protected]