cvs commit: ant WHATSNEW

2004-08-03 Thread stevel
stevel 2004/08/03 16:26:44 Modified:.WHATSNEW Log: updated whatsnew Revision ChangesPath 1.643 +6 -0 ant/WHATSNEW Index: WHATSNEW === RCS file: /home/cvs/ant/WHATSNEW,v retrieving

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

2004-08-03 Thread stevel
stevel 2004/08/03 16:24:10 Modified:src/etc/testcases/taskdefs/optional WsdlToDotnet.xml src/main/org/apache/tools/ant/taskdefs/optional/dotnet WsdlToDotnet.java src/testcases/org/apache/tools/ant/taskdefs/optional

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

2004-08-03 Thread stevel
stevel 2004/08/03 16:19:08 Modified:src/main/org/apache/tools/ant/taskdefs Echo.java Log: Echo cleanup. Too much duplicate logic. Revision ChangesPath 1.35 +29 -22ant/src/main/org/apache/tools/ant/taskdefs/Echo.java Index: Echo.java ==

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

2004-08-03 Thread stevel
stevel 2004/08/03 16:18:35 Modified:src/main/org/apache/tools/ant/util FileUtils.java Log: 1. some factoring out of the timestamp checks for even more reuse. That way the granularity logic can all go in one place. 2. a refactoring of close() to ignore exceptions. I made this s

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

2004-08-03 Thread stevel
stevel 2004/08/03 16:16:16 Modified:src/main/org/apache/tools/ant/taskdefs/optional/junit JUnitTestRunner.java Log: The ide is fussy, so we dont have to be Revision ChangesPath 1.49 +2 -2 ant/src/main/org/apache/tools/ant/taskdefs/optio

cvs commit: ant/docs/manual platform.html

2004-08-03 Thread stevel
stevel 2004/08/03 16:12:58 Modified:docs/manual platform.html Log: little known facts about IA64. 64 bit pointers mean you run out heap twice as fast. Revision ChangesPath 1.9 +17 -4 ant/docs/manual/platform.html Index: platform.html ===

Using Ant Tasks Outside of Ant

2004-08-03 Thread oleg shteynbuk
Hi, Recently I have used Ant from Java for the first time and Ant docs chapter "Using Ant Tasks Outside of Ant" was very helpful, but it might well be that this chapter was written long time ago as in the source code there is a notice that use of protected members is deprecated and you should n

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs/optional WsdlToDotnetTest.java

2004-08-03 Thread Steve Loughran
Stefan Bodewig wrote: On 2 Aug 2004, <[EMAIL PROTECTED]> wrote: Will probably break mono, but the tests have been written so as not to expose that break. I can confirm that tests still pass on Mono 1.0/Linux (after I fixed the case of a file name - you are using HFS+ on your Mac?). No, I wrote

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet WsdlToDotnet.java

2004-08-03 Thread Steve Loughran
Stefan Bodewig wrote: On Tue, 03 Aug 2004, Steve Loughran <[EMAIL PROTECTED]> wrote: Stefan Bodewig wrote: On 2 Aug 2004, <[EMAIL PROTECTED]> wrote: wsdl.exe cant spell parseable. Ouch. What are you going to do when the next SDK beta fixes the error? I dont think they will fix it, I think they bel

AW: classloader test failing

2004-08-03 Thread Jan . Materne
Testing on W2K SP4, JDK 1.4.2 ... rd /Q/S bootstrap build -D"test.haltonfailure=false" install-lite test run-tests: [junit] Testsuite: org.apache.tools.ant.AntClassLoaderDelegationTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,03 sec Jan > -Ursprüngliche Nac

Re: classloader test failing

2004-08-03 Thread Stefan Bodewig
On Tue, 03 Aug 2004, Steve Loughran <[EMAIL PROTECTED]> wrote: > classloader test fails on suse9.1, java1.4.2 when invoked via build > test or ant test: passes for me (older Linux, both JDK 1.3.1 and 1.4.2). Where does ANT_HOME point and what is on your CLASSPATH? Stefan --

Re: classloader test failing

2004-08-03 Thread Antoine Levy-Lambert
Hello Steve, Not sure when I will have the time to look into it. I am sure that the test worked for me on Windows 2000. What I usually do is : rm -rf bootstrap; ./build.sh -D"test.haltonfailure=false" install-lite test I hope it is just a build.xml or testcase problem, rather than a problem wit

DO NOT REPLY [Bug 17834] - When using the jspc task with excludes task fails

2004-08-03 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

classloader test failing

2004-08-03 Thread Steve Loughran
classloader test fails on suse9.1, java1.4.2 when invoked via build test or ant test: [junit] Testsuite: org.apache.tools.ant.AntClassLoaderDelegationTest [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.01 sec [junit] Testcase: testFindResources(org.apache.tools.ant.Ant

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs/optional WsdlToDotnetTest.java

2004-08-03 Thread Stefan Bodewig
On 2 Aug 2004, <[EMAIL PROTECTED]> wrote: > Will probably break mono, but the tests have been written so as > not to expose that break. I can confirm that tests still pass on Mono 1.0/Linux (after I fixed the case of a file name - you are using HFS+ on your Mac?). Stefan ---

cvs commit: ant/src/etc/testcases/taskdefs/optional WsdlToDotnet.xml

2004-08-03 Thread bodewig
bodewig 2004/08/03 01:52:06 Modified:src/etc/testcases/taskdefs/optional WsdlToDotnet.xml Log: fix case Revision ChangesPath 1.9 +1 -1 ant/src/etc/testcases/taskdefs/optional/WsdlToDotnet.xml Index: WsdlToDotnet.xml ==

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet WsdlToDotnet.java

2004-08-03 Thread Stefan Bodewig
On Tue, 03 Aug 2004, Steve Loughran <[EMAIL PROTECTED]> wrote: > Stefan Bodewig wrote: >> On 2 Aug 2004, <[EMAIL PROTECTED]> wrote: >> >>> wsdl.exe cant spell parseable. >> Ouch. >> What are you going to do when the next SDK beta fixes the error? > > I dont think they will fix it, I think they be

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet WsdlToDotnet.java

2004-08-03 Thread Steve Loughran
Stefan Bodewig wrote: On 2 Aug 2004, <[EMAIL PROTECTED]> wrote: wsdl.exe cant spell parseable. Ouch. What are you going to do when the next SDK beta fixes the error? I dont think they will fix it, I think they believe it is correct :) if you google for both spellings, parsable and parseable, par

AW: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/option al/dotnet WsdlToDotnet.java

2004-08-03 Thread Jan . Materne
Lot of work - we have to think about a major redesign on that area. :-0 Jan > -Ursprüngliche Nachricht- > Von: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 3. August 2004 08:17 > An: [EMAIL PROTECTED] > Betreff: Re: cvs commit: > ant/src/main/org/apache/tools/ant/tas

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet WsdlToDotnet.java

2004-08-03 Thread Stefan Bodewig
On 2 Aug 2004, <[EMAIL PROTECTED]> wrote: > wsdl.exe cant spell parseable. Ouch. What are you going to do when the next SDK beta fixes the error? Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-