zhenyajiang / jupiter-eclipse-plugin

Automatically exported from code.google.com/p/jupiter-eclipse-plugin
0 stars 0 forks source link

Upgrade Jupiter's XML handling libraries #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Jupiter currently uses JDOM.  Either investigate using a newer version of
JDOM if generics has been added or follow Hackystat's convention and move
to JAXB.

The version of JDOM being used has no generics and causes many warnings.

Original issue reported on code.google.com by jsakuda on 17 Feb 2008 at 8:37

GoogleCodeExporter commented 8 years ago
I am currently in the process of trying to get Jupiter to use JAXB without 
requiring
the user to install JAXB into their Java installation.

Original comment by jsakuda on 25 Feb 2008 at 11:13

GoogleCodeExporter commented 8 years ago
JDOM has been completely remove and Jupiter now uses JAXB 2.0.5.

Original comment by jsakuda on 9 Mar 2008 at 7:40