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
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
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
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
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
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