Re: cvs commit: ant/src/testcases/org/apache/tools/ant DirectoryScannerTest.java

2003-07-22 Thread Antoine Levy-Lambert
Sorry, I had some disorder in my ant.jar files, here are real results, which are even much better in terms of speed for the new DirectoryScanner (at least for the fileset containing specific includes) : tests done on nagoya (Solaris) NEW VERSION fileset1 : 117 fileset2 6813 CVS July 10th 2003 fi

Re: cvs commit: ant/src/testcases/org/apache/tools/ant DirectoryScannerTest.java

2003-07-22 Thread Antoine Levy-Lambert
Steve Loughran wrote : > Of course, we will see a speedup on case sensitive file systems, right? Stefan will probably check in a very very good DirectoryScanner tomorrow, which combines speed and accuracy +10 :-) OK here are the figures : tests done on nagoya.apache.org July 22 13:something PDT

Re: cvs commit: ant/src/testcases/org/apache/tools/ant DirectoryScannerTest.java

2003-07-22 Thread Steve Loughran
Antoine Levy-Lambert wrote: Stefan, Maybe using something like findFileCaseInsensitive instead of getCanonicalPath would be better. If we agree that we need to return the exact case on case insensitive filesystems, that is. this seems to be the only solution which preserves the old behavior of D

DO NOT REPLY [Bug 21785] - need away to set comiler JAVA_HOME outside build script

2003-07-22 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 21783] - ANT 1.5.3 doesn't allow use of classic compiler on j2se 1.4.1_02

2003-07-22 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

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java

2003-07-22 Thread antoine
antoine 2003/07/22 10:59:52 Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java Log: style Revision ChangesPath 1.37 +86 -11 ant/src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java Index: FTP.java

DirectoryScanner performance figures

2003-07-22 Thread Antoine Levy-Lambert
results for 2 filesets CVS Head : fileset1 330 fileset2 4085 replacing getCanonicalFile by findFileCaseUnsensitive : fileset1 381 fileset2 4426 DirectoryScanner revision 1.42 July 6th fileset1 1352 fileset2 3975 Cheers, Antoine

Re: FW: Build fails because of "taskdefA class needed"

2003-07-22 Thread peter reilly
On Tue, 2003-07-22 at 17:36, Adam Jack wrote: > This is a cosmetic change request, but would somebody mind adding a space > (or a colon/space or something) after getTaskName() in this message? > Otherwise I think folks wonder what "taskdefA" is. Tis done. Peter --

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

2003-07-22 Thread peterreilly
peterreilly2003/07/22 09:40:32 Modified:src/main/org/apache/tools/ant/taskdefs Definer.java Log: add space in error message Revision ChangesPath 1.38 +1 -1 ant/src/main/org/apache/tools/ant/taskdefs/Definer.java Index: Definer.java ===

FW: Build fails because of "taskdefA class needed"

2003-07-22 Thread Adam Jack
This is a cosmetic change request, but would somebody mind adding a space (or a colon/space or something) after getTaskName() in this message? Otherwise I think folks wonder what "taskdefA" is. Definer.java -- line 544 catch (NoClassDefFoundError ncdfe) { String msg = getTaskName() + "A

cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs CallTargetTest.java

2003-07-22 Thread antoine
antoine 2003/07/22 09:09:05 Modified:src/testcases/org/apache/tools/ant/taskdefs CallTargetTest.java Log: there was a small bone here too (name of a target was wrong). Revision ChangesPath 1.2 +1 -1 ant/src/testcases/org/apache/tools/an

Re: cvs commit: ant/src/main/org/apache/tools/ant/util FileUtils.java

2003-07-22 Thread Stefan Bodewig
On 22 Jul 2003, <[EMAIL PROTECTED]> wrote: > there was still a little bone :) Argh, thanks! Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: ant/src/main/org/apache/tools/ant/util FileUtils.java

2003-07-22 Thread Antoine Levy-Lambert
Test of the new version done, needed one correction. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 4:58 PM Subject: cvs commit: ant/src/main/org/apache/tools/ant/util FileUtils.java > antoine 2003/07/22 07:58:48 > > Modified:

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

2003-07-22 Thread antoine
antoine 2003/07/22 07:58:48 Modified:src/main/org/apache/tools/ant/util FileUtils.java Log: there was still a little bone :) Revision ChangesPath 1.52 +2 -2 ant/src/main/org/apache/tools/ant/util/FileUtils.java Index: FileUtils.java ==

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/util FileUtilsTest.java

2003-07-22 Thread Stefan Bodewig
it would be nice if anybody could run this test on Windows with the patched version. Thanks Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-07-22 Thread bodewig
bodewig 2003/07/22 07:53:55 Modified:src/main/org/apache/tools/ant/util FileUtils.java Log: removeLeadingPath doesn't work if leading is a filesystem root - found by Antoine Revision ChangesPath 1.51 +7 -5 ant/src/main/org/apache/tools/ant/util/FileUtils.java

cvs commit: ant/src/testcases/org/apache/tools/ant/util FileUtilsTest.java

2003-07-22 Thread bodewig
bodewig 2003/07/22 07:52:45 Modified:src/testcases/org/apache/tools/ant/util FileUtilsTest.java Log: removeLeadingPath doesn't work if leading is a filesystem root - found by Antoine Revision ChangesPath 1.22 +9 -0 ant/src/testcases/org/apache/tools/ant/util/F

Re: cvs commit: ant/src/testcases/org/apache/tools/ant DirectoryScannerTest.java

2003-07-22 Thread Stefan Bodewig
On Tue, 22 Jul 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > I am afraid that if we use it we are going to lose the benefit of > the optimization, Yes, that's what I see while playing with a solution as well. An alternative that I'm currently testing is a combination of getCanonicalPat

Re: cvs commit: ant/src/testcases/org/apache/tools/ant DirectoryScannerTest.java

2003-07-22 Thread Antoine Levy-Lambert
Stefan, > Maybe using something like findFileCaseInsensitive instead of > getCanonicalPath would be better. If we agree that we need to return > the exact case on case insensitive filesystems, that is. this seems to be the only solution which preserves the old behavior of DirectoryScanner and wo

DO NOT REPLY [Bug 21724] - references are not passed by antcall

2003-07-22 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 21724] - references are not passed by antcall

2003-07-22 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

cvs commit: ant/src/testcases/org/apache/tools/ant DirectoryScannerTest.java

2003-07-22 Thread bodewig
bodewig 2003/07/22 05:34:56 Modified:src/testcases/org/apache/tools/ant DirectoryScannerTest.java Log: Typo Revision ChangesPath 1.18 +1 -1 ant/src/testcases/org/apache/tools/ant/DirectoryScannerTest.java Index: DirectoryScannerTest.java

Re: cvs commit: ant/src/testcases/org/apache/tools/ant DirectoryScannerTest.java

2003-07-22 Thread Stefan Bodewig
On 22 Jul 2003, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > I don't know for sure. Let me see, yep, behavior on MacOS X using > HFS is the same as on Windows. To be more precise: Given the code as it is, testFullPathMatchesCaseSensitive, testFullPathMatchesCaseInsensitive and test2ButCaseInsens

DO NOT REPLY [Bug 18406] - nightly build script throws npe under some (common) conditions

2003-07-22 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 21724] - references are not passed by antcall

2003-07-22 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: cvs commit: ant/src/main/org/apache/tools/zip ZipOutputStream .java

2003-07-22 Thread Stefan Bodewig
On Tue, 22 Jul 2003, Jan Materne <[EMAIL PROTECTED]> wrote: > I think that as a short java comment inside that code would be > good. True, thanks Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

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

2003-07-22 Thread bodewig
bodewig 2003/07/22 05:13:11 Modified:src/main/org/apache/tools/zip ZipOutputStream.java Log: Add comments as suggested by Jan Revision ChangesPath 1.16 +11 -1 ant/src/main/org/apache/tools/zip/ZipOutputStream.java Index: ZipOutputStream.java ==

Re: cvs commit: ant/src/testcases/org/apache/tools/ant DirectoryScannerTest.java

2003-07-22 Thread Antoine Levy-Lambert
> OK. But for case-insensitive file systems it doesn't matter, right? > The need for this getCanonicalFile() suppose you are building on Windows a jar file in your build.xml you have the jar file will then contain ALPHA/BETA/BETA.XML and it will make a big difference on UNIX, and it will a

Re: cvs commit: ant/src/testcases/org/apache/tools/ant DirectoryScannerTest.java

2003-07-22 Thread Stefan Bodewig
On 21 Jul 2003, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Your getCanonicalPath fix will not catch the situation for any OS > other than Windows (the way it is coded right now). I don't have a solution apart from "do it for all OSes" and "do it for none". > It will also slow down scanning cons

DO NOT REPLY [Bug 21724] - references are not passed by antcall

2003-07-22 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: cvs commit: ant/src/testcases/org/apache/tools/ant DirectoryScannerTest.java

2003-07-22 Thread Stefan Bodewig
On Mon, 21 Jul 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > No, the original behavior is the current behavior. OK. But for case-insensitive file systems it doesn't matter, right? > The current test of DirectoryScanner passes with the nightly of July > 10th. Sure. > Then we need to

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

2003-07-22 Thread antoine
antoine 2003/07/22 04:58:55 Modified:src/main/org/apache/tools/ant Project.java UnknownElement.java Added: src/etc/testcases/taskdefs calltarget.xml src/testcases/org/apache/tools/ant/taskdefs CallTargetTest.java Lo

cvs commit: ant WHATSNEW

2003-07-22 Thread antoine
antoine 2003/07/22 04:57:00 Modified:.WHATSNEW Log: References not passed by antcall PR: 21724 Revision ChangesPath 1.465 +2 -0 ant/WHATSNEW Index: WHATSNEW === RCS file: /home/cvs

RE: cvs commit: ant/src/main/org/apache/tools/zip ZipOutputStream .java

2003-07-22 Thread Jan . Materne
> >/** > > + * Deflater object for output > > + * > > + * @since 1.14 > > + */ > > +protected Deflater def = new Deflater(Deflater.DEFAULT_COMPRESSION, true); > > + > > +/** > > + * Deflater buffer > > + * > > + * @since 1.14 > >

Re: cvs commit: ant/src/main/org/apache/tools/zip ZipOutputStream.java

2003-07-22 Thread Stefan Bodewig
On 22 Jul 2003, <[EMAIL PROTECTED]> wrote: >/** > + * Deflater object for output > + * > + * @since 1.14 > + */ > +protected Deflater def = new Deflater(Deflater.DEFAULT_COMPRESSION, > true); > + > +/** > + * Deflater buffer > + * >

Re: Possible patch to ZipOutputStream

2003-07-22 Thread Stefan Bodewig
Thanks again, Richard, I've modified you patch slightly, basically changing the writeOut methods as well as the def and buf members to protected. The methods will be useful to subclasses (if there should be any) and def and buf used to be protected as ZipOutputStream inherited them from DeflaterO

DO NOT REPLY [Bug 19195] - Checksum values are -1 for the files in the zip created through ant

2003-07-22 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 19195] - Checksum values are -1 for the files in the zip created through ant

2003-07-22 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

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

2003-07-22 Thread bodewig
bodewig 2003/07/22 04:37:21 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs Zip.java src/main/org/apache/tools/zip ZipOutputStream.java Log: Don't use a data descriptor for deflated entries in ZipOutputStream if we can seek the output

Re: Testing of Ant

2003-07-22 Thread Conor MacNeill
On Tue, 22 Jul 2003 02:37 am, Steve Loughran wrote: > > Agreed. Conor runs clover coverage tests every so often, and they are > interesting. > I'll be doing another run soon and filling in the history gaps. Conor - To unsubscri

DO NOT REPLY [Bug 21724] - references are not passed by antcall

2003-07-22 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: DO NOT REPLY [Bug 21716] - trying to execute jars created with jar task fail because java do not get the manifest classpath

2003-07-22 Thread Stefan Bodewig
On 22 Jul 2003, <[EMAIL PROTECTED]> wrote: > Yep, this is a duplicate, I wasn't sure (as I'm not sure that this is what is causing the problems for the original reporter) - otherwise I would have marked it as duplicate myself. You've done far more research than I have, so it's better when you ch

DO NOT REPLY [Bug 14255] - Jar task does not generate INDEX.LST considering entries in MANIFEST's classpath

2003-07-22 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 21716] - trying to execute jars created with jar task fail because java do not get the manifest classpath

2003-07-22 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 21716] - trying to execute jars created with jar task fail because java do not get the manifest classpath

2003-07-22 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 21716] - trying to execute jars created with jar task fail because java do not get the manifest classpath

2003-07-22 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

cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs TypedefTest.java

2003-07-22 Thread bodewig
bodewig 2003/07/22 00:24:13 Modified:src/testcases/org/apache/tools/ant/taskdefs TypedefTest.java Log: 2003 Revision ChangesPath 1.7 +2 -2 ant/src/testcases/org/apache/tools/ant/taskdefs/TypedefTest.java Index: TypedefTest.java =

DO NOT REPLY [Bug 21716] - trying to execute jars created with jar task fail because java do not get the manifest classpath

2003-07-22 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 21724] - filterset reference does not play well with antcall

2003-07-22 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

cvs commit: ant WHATSNEW

2003-07-22 Thread antoine
antoine 2003/07/22 01:19:17 Modified:.WHATSNEW Log: corrected last entry Revision ChangesPath 1.463 +2 -2 ant/WHATSNEW Index: WHATSNEW === RCS file: /home/cvs/ant/WHATSNEW,v retrie

DO NOT REPLY [Bug 21684] - sysproperty fails when using a properties file

2003-07-22 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 21786] - Available property substituion does not work for extended directories

2003-07-22 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

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/junit JUnitTask.java

2003-07-22 Thread antoine
antoine 2003/07/22 00:56:14 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs/optional/junit JUnitTask.java Log: Prevent adding sysproperties with a null key or a null value PR: 21684 Revision ChangesPath 1.462

DO NOT REPLY [Bug 21724] - references are not passed by antcall

2003-07-22 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

Thank you!

2003-07-22 Thread Magiel Bruntink
I'de like to thank you for responding to my questions so quickly and in such great detail. Your feedback is very useful to me. Yours, Magiel Bruntink [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

DO NOT REPLY [Bug 21684] - sysproperty fails when using a properties file

2003-07-22 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 21684] - sysproperty fails when using a properties file

2003-07-22 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 21784] - missing closing / in XML filelist element

2003-07-22 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

cvs commit: ant/docs/manual using.html

2003-07-22 Thread antoine
antoine 2003/07/21 22:52:37 Modified:docs/manual using.html Log: missing closing / in XML filelist element PR: 21784 Submitted by: aledonne at yahoo dot com Revision ChangesPath 1.30 +1 -1 ant/docs/manual/using.html Index: using.html =

DO NOT REPLY [Bug 21784] - missing closing / in XML filelist element

2003-07-22 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: run a project in new VM

2003-07-22 Thread Conor MacNeill
On Tue, 22 Jul 2003 12:07 pm, Navanee wrote: > Hello, > > Expecting your helpÂ… > Please ask these types of questions on the user list user@ant.apache.org Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

run a project in new VM

2003-07-22 Thread Navanee
Hello, Please read the following Q & A. Q: How do I integrate DashO into my automated build process? A: All DashO products have a command line interface, suitable for integrating into scripting environments. DashO uses System.exit(x) to indicate its status to callers. For this reason, user

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

2003-07-22 Thread conor
conor 2003/07/21 17:19:15 Modified:src/main/org/apache/tools/ant/taskdefs Manifest.java Log: Correct case of Class-Path attribute Revision ChangesPath 1.46 +4 -3 ant/src/main/org/apache/tools/ant/taskdefs/Manifest.java Index: Manifest.java =

DO NOT REPLY [Bug 21786] New: - Available property substituion does not work for extended directories

2003-07-22 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