DO NOT REPLY [Bug 24122] - Other Compilers

2003-10-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: XML, XSL, and Ant

2003-10-25 Thread Kyle Adams
> Kyle should receive an updated jar any time now. Indeed I did (though it took awhile before I un-busied enough to test it). And indeed it works quite nicely, for both resolving entities in a stylesheet, and resolving entities/dtds in anything xsl:import'ed, xsl:includ'ed and document()'ed. N

DO NOT REPLY [Bug 24122] New: - Other Compilers

2003-10-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: replacement of properties in addText(String)

2003-10-25 Thread Dominique Devienne
> From: Conor MacNeill [mailto:[EMAIL PROTECTED] > > > > Also, can someone explain me why Ant merges all the text segments > > of a node, when this node contains child elements? SAX doesn't... > > It has never really been a goal of Ant to support mixed content. In > general, elements should either

Question about MacroDef vs antcall

2003-10-25 Thread Steve Cohen
The new ant features wiki http://nagoya.apache.org/wiki/apachewiki.cgi?NewAntFeaturesInDetail/MacroDef says: "If you are using as a macro substitute, you really should look into this task. It is not only going to simplify your build files but also speed up your builds considerably as you skip

DO NOT REPLY [Bug 24110] - Starteam disconnect

2003-10-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24110] - Starteam disconnect

2003-10-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24110] - Starteam disconnect

2003-10-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13184] - Running a task after build fail

2003-10-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: replacement of properties in addText(String)

2003-10-25 Thread Conor MacNeill
> > Also, can someone explain me why Ant merges all the text segments > of a node, > when this node contains child elements? SAX doesn't, so why does Ant merge > them? You thus loose the relative ordering between the child elements and > the text notes... I'm sure someone will argue against mixed c