[jdom-interest] JDOM not using raw typing

Hielke Hoeve hielke.hoeve at gmail.com
Wed Mar 28 02:31:16 PST 2007


On 28/03/07, Endre Stølsvik <jdom at stolsvik.com> 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



More information about the jdom-interest mailing list