[jdom-interest] [Fwd: More JDOM changes]

Antoine Lévy-Lambert antoine at apache.org
Wed Feb 18 04:40:33 PST 2004


Hello,

Please read the email of Stefan Bodewig from the gump list.

concerning Velocity, the anakiatask has a class OutputWrapper which extends

org.jdom.output.XMLOutputter 

and relies on XMLOutputter supplying the setEncoding method.

Slide has 2 classes which use XMLOutputter#setEncoding

I do not know jdom, but it seems to me that it would be fair to restore the setEncoding method in XMLOutputter and give some time to slide and velocity to remove 
the usages of this method.

Comments ?


Antoine

[1] velocity build failure visible on this URL : 
http://gump.cocoondev.org/jakarta-velocity.html
[2] source code of AnakiaTask 
http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-velocity/src/java/org/apache/velocity/anakia/AnakiaTask.java?content-type=text%2Fplain&rev=1.34
[3]  source code of OutputWrapper 
http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-velocity/src/java/org/apache/velocity/anakia/OutputWrapper.java?content-type=text%2Fplain&rev=1.6
[4] build failure of http://gump.cocoondev.org/jakarta-slide.html
-------- Original Message --------
Subject: 	More JDOM changes
Date: 	Wed, 18 Feb 2004 12:36:34 +0100
From: 	Stefan Bodewig <bodewig at apache.org>
Reply-To: 	Gump code and data <gump at jakarta.apache.org>
To: 	gump at jakarta.apache.org



Hi,

it seems as if the JDOM saga continues, XMLOutputter#setEncoding has
been removed leading to build failures in Velocity and Slide.  The
method has been deprecated in beta10rc1 (maybe even beta9) and people
are now expected to use the Format instead.

Stefan






More information about the jdom-interest mailing list