cvs commit: ant/xdocs index.xml

2003-12-05 Thread antoine
antoine 2003/12/04 16:11:56 Modified:docs Tag: ANT_16_BRANCH index.html antnews.html xdocsTag: ANT_16_BRANCH index.xml Log: Merge from HEAD Revision ChangesPath No revision No revision 1.287.2.2 +30 -13

cvs commit: ant/xdocs antnews.xml

2003-12-05 Thread antoine
antoine 2003/12/04 16:12:40 Modified:xdocsTag: ANT_16_BRANCH antnews.xml Log: Merge from HEAD Revision ChangesPath No revision No revision 1.48.2.1 +26 -0 ant/xdocs/antnews.xml Index: antnews.xml

cvs commit: ant/docs contributors.html

2003-12-05 Thread antoine
antoine 2003/12/04 16:16:06 Modified:xdocscontributors.xml docs contributors.html Log: Update my email address Revision ChangesPath 1.19 +1 -1 ant/xdocs/contributors.xml Index: contributors.xml

DO NOT REPLY [Bug 25211] - ant ftp task does not use ascii transfer to send files to host with Suse Linux 9.0

2003-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25211. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25228] - subant.html...

2003-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25228. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25226] - antlib availability

2003-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25226. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Newsletter

2003-12-05 Thread Stefan Bodewig
Hi, I've just added a (small) blurb to the Apache Newsletter draft http://nagoya.apache.org/wiki/apachewiki.cgi?ApacheNewsletterDrafts/Issue3. Please go ahead and modify it as you see fit. Stefan - To unsubscribe, e-mail:

DO NOT REPLY [Bug 25163] - Unzip: java.io.IOException: Negative seek offset

2003-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25163. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: ant/xdocs external.xml

2003-12-05 Thread jhm
jhm 2003/12/05 02:17:19 Modified:xdocsexternal.xml Log: New external tasks: wsdl-validator + pct (progress) Revision ChangesPath 1.109 +73 -20ant/xdocs/external.xml Index: external.xml

DO NOT REPLY [Bug 25163] - Unzip: java.io.IOException: Negative seek offset

2003-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25163. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25228] - subant.html...

2003-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25228. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25228] - subant.html...

2003-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25228. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25226] - antlib availability

2003-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25226. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Namespace support in Ant 1.6

2003-12-05 Thread Christopher Lenz
Hi everyone, just a quick note that I've added some documentation to the Ant Wiki concerning the new namespace support. If I got the facts wrong somewhere, please correct it. Additions welcome, too, of course :-) http://nagoya.apache.org/wiki/apachewiki.cgi?NewAntFeaturesInDetail/

Re: Namespace support in Ant 1.6

2003-12-05 Thread Peter Reilly
Brilliant, With your blessing, I will copy this into the official ant manual. Peter Christopher Lenz wrote: Hi everyone, just a quick note that I've added some documentation to the Ant Wiki concerning the new namespace support. If I got the facts wrong somewhere, please correct it. Additions

RE: ant 1.6beta3 released

2003-12-05 Thread Jose Alberto Fernandez
Hi, Just installed 1.6b3 in my environment, and I am getting the following output when running on Debug mode. It seems that some jars are bad but I cannot identify which one could be. Any ideas how to find which one may be broken (or what else can be wrong)? Thanks in advance, Jose Alberto

Corrupt jars in beta3 distribution ? [was : ant 1.6beta3 released]

2003-12-05 Thread Antoine Lévy-Lambert
Hi Jose, a way to check is : #!/bin/sh exec /tmp/alljars.txt 21 cd $ANT_HOME/lib for a in *.jar do echo $a jar tvf $a echo '-' done I have done that on the ant 1.6beta3 distribution, and I did not notice anything suspicious. Can it be that a jar of one the custom tasks which you

DO NOT REPLY [Bug 25255] New: - jar gets manifest wrong so classpath doesnt work for java -jar my.jar

2003-12-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25255. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Classpath problem inside a JUnit task

2003-12-05 Thread Peter
Im hoping someone can help me with a problem. This may be a bug but more likely my ignorance. I have the following task in an ant build file: target name=junit depends=build junit printsummary=on fork=false errorProperty=test.failed failureProperty=test.failed classpath path