Bug in Antidote

2003-10-05 Thread Jack J. Woehr
Bug in Antidote that affects the output. I've just noticed that xml.XMLWriter. startDocument () never gets called. In theory it gets called in xml.DOMNodeSerializer.writeNodeStart() when passed a Node of type DOCUMENT_NODE but apparently it never gets passed that type of node. The result is that

Antidote Diff -- XMLWriter.java

2003-10-05 Thread Jack J. Woehr
Here's an Antidote diff that cleans up handling of multiline comment blocks where each line is an individual comment (such as used within Antidote's own build.xml file). Antidote currently inserts an extra newline between each complete XML comment. This changes that behavior at the level of a block

Bug report for Ant [2003/10/05]

2003-10-05 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

cvs commit: ant-antidote/src/java/org/apache/tools/ant/gui/customizer package.html

2003-10-05 Thread chrisw
chrisw 2003/10/05 12:31:08 Modified:src/java/org/apache/tools/ant/gui/xml XMLWriter.java src/java/org/apache/tools/ant/gui/core AppContext.java Added: src/java/org/apache/tools/ant/gui/modules/console package.html src/java/or

cvs commit: ant-antidote/src/java/org/apache/tools/ant/gui/core ProjectManager.java

2003-10-05 Thread chrisw
chrisw 2003/10/05 12:43:49 Modified:src/java/org/apache/tools/ant/gui/core ProjectManager.java Log: Fixed bug persisting project, but not entire document! PR: Bug reported by Jack Woehr via mailig list! Revision ChangesPath 1.7 +4 -2 ant-antidote/src/jav

RE: Bug in Antidote

2003-10-05 Thread Christoph Wilhelms
Hi Jack! > Bug in Antidote that affects the output. > > I've just noticed that xml.XMLWriter. startDocument () never > gets called. In theory it gets called in > xml.DOMNodeSerializer.writeNodeStart() when passed a Node of > type DOCUMENT_NODE but apparently it never gets passed that > type