Re: XML Logger conceptual usage

2004-10-05 Thread Nicola Ken Barozzi
Botond Orban wrote: ... My question would be: Is there any change request which requests that the XMLLogger not to use DOM API, rather some stream? Look here, maybe you can use this if it's still compatible: http://cvs.apache.org/viewcvs.cgi/jakarta-alexandria/proposal/vindico/src/java/org/apach

[Ant Wiki] New: AntTools

2004-10-05 Thread ant-cvs
Date: 2004-10-05T15:19:03 Editor: JackWoehr <[EMAIL PROTECTED]> Wiki: Ant Wiki Page: AntTools URL: http://wiki.apache.org/ant/AntTools Explain Buildant briefly with an example New Page: = Tools helping the programmer / build jockey to utilize Ant more efficiently = == Buildant

[Ant Wiki] Updated: FrontPage

2004-10-05 Thread ant-cvs
Date: 2004-10-05T15:04:04 Editor: JackWoehr <[EMAIL PROTECTED]> Wiki: Ant Wiki Page: FrontPage URL: http://wiki.apache.org/ant/FrontPage Start a tools-for-use-with-Ant page Change Log: -- @@ -37,6 +37,8

New tool -- "BuildAnt"

2004-10-05 Thread Jack J. Woehr
New open source tool -- "BuildAnt" http://softwoehr.com/softwoehr/oss/index.html#Packages.BuildAnt >From the README.TXT for BuildAnt: OVERVIEW

DO NOT REPLY [Bug 31541] New: - Unable to delete files with the ftp task

2004-10-05 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31520] - Extending JAR-Task for SPI

2004-10-05 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://issues.apache.org/bugzilla/show_bu

new -noclasspath option for ant

2004-10-05 Thread Peter Reilly
Hi, I have added a -noclasspath option to cvs HEAD. I made a modification to ant.bat to implement the option. This is done so that we can deal with CLASSPATH variables that contain a double quote or a backslash at the end of the line. The changes are very small and do not effect the java invocati

cvs commit: ant/src/main/org/apache/tools/ant/launch Launcher.java

2004-10-05 Thread peterreilly
peterreilly2004/10/05 01:37:01 Modified:.WHATSNEW build.bat build.sh src/script ant.bat src/main/org/apache/tools/ant Main.java src/main/org/apache/tools/ant/launch Launcher.java Log: -noclasspath option Added -noclasspath opti

cvs commit: ant/src/main/org/apache/tools/ant Main.java

2004-10-05 Thread peterreilly
peterreilly2004/10/05 01:09:31 Modified:src/main/org/apache/tools/ant Main.java Log: typo Revision ChangesPath 1.111 +1 -1 ant/src/main/org/apache/tools/ant/Main.java Index: Main.java === RC