svn commit: r450679 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Concat.java

2006-09-27 Thread kevj
Author: kevj Date: Wed Sep 27 20:44:19 2006 New Revision: 450679 URL: http://svn.apache.org/viewvc?view=rev&rev=450679 Log: - fix broken build - change to ConcatResourceInputStream wasn't completed here in Concat Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Concat.java Mo

Re: [EMAIL PROTECTED]: Project test-ant (in module ant) failed

2006-09-27 Thread Stefan Bodewig
On Wed, 27 Sep 2006, Peter Reilly <[EMAIL PROTECTED]> wrote: > 3 are to do with resource finding - I may need to roll back the > change I made to antclassloader in isolating resources .. - will > check. unless your changes to antclassloader have broken build.sysclasspath they cannot be related to

Re: build failure.

2006-09-27 Thread Kevin Jackson
Thanks, There was a change yesterday where a new version of a file wasn't checked in and the code was out of sync - please do svn up and get latest code Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: build failure.

2006-09-27 Thread Michael Zheng
the full info : D:\Java\workspace\ant9.28\trunk>bootstrap.bat ... Bootstrapping Ant Distribution JAVA_HOME=D:\Java\jdk1.5.0_06 JAVA=D:\Java\jdk1.5.0_06\bin\java JAVAC=D:\Java\jdk1.5.0_06\bin\javac CLASSPATH=D:\Java\jdk1.5.0_06\lib\tools.jar;lib\optional\junit-3.8.2.jar ;lib\opt ional\ant-antunit

Re: build failure.

2006-09-27 Thread Kevin Jackson
I checked out today's ant trunk , but when I try to build it by running bootstrap.bat , the following info "src\main\org\apache\tools\ant\taskdefs\Concat.java:489: 在相应的 try 语句主体中 不能抛出异常 java.io.IOException } catch (IOException e) { ^" I think we'd need a little more con

Re: AW: Hi I need some help

2006-09-27 Thread Kevin Jackson
But I am facing another problem : where is the test report ? build/testcases/xml is the output from junit as xml files Thanks Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

build failure.

2006-09-27 Thread Michael Zheng
I checked out today's ant trunk , but when I try to build it by running bootstrap.bat , the following info "src\main\org\apache\tools\ant\taskdefs\Concat.java:489: 在相应的 try 语句主体中 不能抛出异常 java.io.IOException } catch (IOException e) { ^" and build failed.

Re: AW: Hi I need some help

2006-09-27 Thread Michael Zheng
There are 3 testcases fails which are AntClassLoaderTest.java, SignJarTest.java, SizeSelectorTest.java After remove them ,all tests passed . and my os is winxp sp2 ,and the locale is set to china. But I am facing another problem : where is the test report ? I suppose it should be in build/test

DO NOT REPLY [Bug 40624] New: - Documentation misleading about use of ANT_HOME

2006-09-27 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 40623] - Default setting can crush ANT_HOME environment variable

2006-09-27 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 40623] New: - Default setting can crush ANT_HOME environment variable

2006-09-27 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

Re: AW: Hi I need some help

2006-09-27 Thread Kevin Jackson
Ok I will try to find the problem. BTW I am a Chinese :) Thanks for your help. No problems, welcome aboard! If you need help, I'm based in Vietnam so (if you are based in China), I around on gmail during work hours (we are at +6 GMT here). Please don't try to contact through messenger/google t

Re: AW: Hi I need some help

2006-09-27 Thread Michael Zheng
Ok I will try to find the problem. BTW I am a Chinese :) Thanks for your help. On 9/28/06, Kevin Jackson <[EMAIL PROTECTED]> wrote: > > I run all the test , but one testcase failed on JDK1.5.0_06 > > the info is Given the testcase name and given that your name looks Chinese to me (sorry if I'm

Re: AW: Hi I need some help

2006-09-27 Thread Kevin Jackson
> I run all the test , but one testcase failed on JDK1.5.0_06 > the info is Given the testcase name and given that your name looks Chinese to me (sorry if I'm wrong) - my guess is that the test is failing because Ant isn't handling non-ascii characters in the directory path - that test doesn't f

Re: AW: Hi I need some help

2006-09-27 Thread zheng yiyu
On 9/28/06, zheng yiyu <[EMAIL PROTECTED]> wrote: I run all the test , but one testcase failed on JDK1.5.0_06 the info is [junit] Testsuite: org.apache.tools.ant.AntClassLoaderTest [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 0.297 sec [junit] Testcase: testJarWithM

Re: AW: Hi I need some help

2006-09-27 Thread zheng yiyu
I run all the test , but one testcase failed on JDK1.5.0_06 the info is [junit] Testsuite: org.apache.tools.ant.AntClassLoaderTest [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 0.297 sec [junit] Testcase: testJarWithManifestInNonAsciiDir( org.apache.tools.ant.AntC lassLoa

svn commit: r450617 - /ant/core/trunk/WHATSNEW

2006-09-27 Thread peterreilly
Author: peterreilly Date: Wed Sep 27 15:48:11 2006 New Revision: 450617 URL: http://svn.apache.org/viewvc?view=rev&rev=450617 Log: revert 38747: resource isolation Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?v

svn commit: r450614 - in /ant/core/trunk/src: main/org/apache/tools/ant/AntClassLoader.java tests/junit/org/apache/tools/ant/AntClassLoaderDelegationTest.java

2006-09-27 Thread peterreilly
Author: peterreilly Date: Wed Sep 27 15:46:57 2006 New Revision: 450614 URL: http://svn.apache.org/viewvc?view=rev&rev=450614 Log: revert 38747: resource isolation, should fix one of gumps issues - look at other later Modified: ant/core/trunk/src/main/org/apache/tools/ant/AntClassLoader.java

svn commit: r450611 - in /ant/core/trunk: ./ docs/manual/CoreTypes/ src/main/org/apache/tools/ant/types/ src/main/org/apache/tools/ant/types/resources/ src/tests/antunit/types/resources/

2006-09-27 Thread mbenson
Author: mbenson Date: Wed Sep 27 15:37:01 2006 New Revision: 450611 URL: http://svn.apache.org/viewvc?view=rev&rev=450611 Log: add the resource collection; tokenizers graduate to free-standing types Added: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/Tokens.java (with prop

svn commit: r450610 - in /ant/core/trunk/src/main/org/apache/tools/ant: filters/TokenFilter.java util/FileTokenizer.java util/StringTokenizer.java util/StringUtils.java

2006-09-27 Thread mbenson
Author: mbenson Date: Wed Sep 27 15:35:01 2006 New Revision: 450610 URL: http://svn.apache.org/viewvc?view=rev&rev=450610 Log: Extract StringTokenizer and FileTokenizer from TokenFilter. Added: ant/core/trunk/src/main/org/apache/tools/ant/util/FileTokenizer.java (with props) ant/core/t

svn commit: r450609 - /ant/core/trunk/src/main/org/apache/tools/ant/util/ConcatResourceInputStream.java

2006-09-27 Thread mbenson
Author: mbenson Date: Wed Sep 27 15:33:53 2006 New Revision: 450609 URL: http://svn.apache.org/viewvc?view=rev&rev=450609 Log: add @since tag, remove unthrowable constructor exception, and shrink some stuff Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ConcatResourceInputStream

svn commit: r450608 - /ant/core/trunk/src/main/org/apache/tools/ant/util/Tokenizer.java

2006-09-27 Thread mbenson
Author: mbenson Date: Wed Sep 27 15:33:07 2006 New Revision: 450608 URL: http://svn.apache.org/viewvc?view=rev&rev=450608 Log: unnecessary line break Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/Tokenizer.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/Tokeniz

svn commit: r450606 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Concat.java

2006-09-27 Thread mbenson
Author: mbenson Date: Wed Sep 27 15:32:07 2006 New Revision: 450606 URL: http://svn.apache.org/viewvc?view=rev&rev=450606 Log: remove unnecessary parens Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Concat.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs

DO NOT REPLY [Bug 40621] - Order of addXand addconfiguredX nested elements

2006-09-27 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

svn commit: r450605 - in /ant/core/trunk/src/main/org/apache/tools/ant: RuntimeConfigurable.java UnknownElement.java

2006-09-27 Thread peterreilly
Author: peterreilly Date: Wed Sep 27 15:27:55 2006 New Revision: 450605 URL: http://svn.apache.org/viewvc?view=rev&rev=450605 Log: Bugzilla 40621: fix ordering of add and addconfigured Modified: ant/core/trunk/src/main/org/apache/tools/ant/RuntimeConfigurable.java ant/core/trunk/src/main/

svn commit: r450601 - /ant/core/trunk/src/tests/antunit/types/conditions/matches-test.xml

2006-09-27 Thread mbenson
Author: mbenson Date: Wed Sep 27 15:20:44 2006 New Revision: 450601 URL: http://svn.apache.org/viewvc?view=rev&rev=450601 Log: add more abc tests Modified: ant/core/trunk/src/tests/antunit/types/conditions/matches-test.xml Modified: ant/core/trunk/src/tests/antunit/types/conditions/matches-t

DO NOT REPLY [Bug 38747] - Ant class loaders do not prevent delegation in isolated mode when retreiving resources, but do so when loading classes

2006-09-27 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 40621] - Order of addXand addconfiguredX nested elements

2006-09-27 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

svn commit: r450591 - /ant/core/trunk/src/tests/antunit/types/conditions/matches-test.xml

2006-09-27 Thread peterreilly
Author: peterreilly Date: Wed Sep 27 14:58:38 2006 New Revision: 450591 URL: http://svn.apache.org/viewvc?view=rev&rev=450591 Log: fix antunit test for matches Modified: ant/core/trunk/src/tests/antunit/types/conditions/matches-test.xml Modified: ant/core/trunk/src/tests/antunit/types/condit

DO NOT REPLY [Bug 40621] - Order of addXand addconfiguredX nested elements

2006-09-27 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

svn commit: r450588 - /ant/core/trunk/docs/manual/CoreTasks/echo.html

2006-09-27 Thread mbenson
Author: mbenson Date: Wed Sep 27 14:49:05 2006 New Revision: 450588 URL: http://svn.apache.org/viewvc?view=rev&rev=450588 Log: add since info on encoding attribute Modified: ant/core/trunk/docs/manual/CoreTasks/echo.html Modified: ant/core/trunk/docs/manual/CoreTasks/echo.html URL: http://s

DO NOT REPLY [Bug 40621] - Order of addXand addconfiguredX nested elements

2006-09-27 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 40621] New: - Order of addXand addconfiguredX nested elements

2006-09-27 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

2006-09-27 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

svn commit: r450538 - /ant/core/trunk/src/main/org/apache/tools/ant/types/Comparison.java

2006-09-27 Thread mbenson
Author: mbenson Date: Wed Sep 27 11:22:28 2006 New Revision: 450538 URL: http://svn.apache.org/viewvc?view=rev&rev=450538 Log: Add "more" as greater-than synonym in Comparison type. Simplest way to fix the SizeSelectorTest failure I introduced. Modified: ant/core/trunk/src/main/org/apache/too

svn commit: r450535 - /ant/core/trunk/build.xml

2006-09-27 Thread mbenson
Author: mbenson Date: Wed Sep 27 11:21:08 2006 New Revision: 450535 URL: http://svn.apache.org/viewvc?view=rev&rev=450535 Log: add junit-report-only and antunit-report-only for those (admittedly rare) situations when you've just run tests without reports and change your mind that you want reports

svn commit: r450500 - /ant/core/trunk/build.xml

2006-09-27 Thread mbenson
Author: mbenson Date: Wed Sep 27 09:28:46 2006 New Revision: 450500 URL: http://svn.apache.org/viewvc?view=rev&rev=450500 Log: restructure some stuff; run-tests shared failure message with test, thereby pointing to nonexistent test reports. Also running a single junit test from run-tests was broke

DO NOT REPLY [Bug 40619] - http condition gives error 504

2006-09-27 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 40619] - http condition gives error 504

2006-09-27 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 40619] - http condition gives error 504

2006-09-27 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 40619] - http condition gives error 504

2006-09-27 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 40617] - Sql task unable to establish connection

2006-09-27 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 40619] - http condition gives error 504

2006-09-27 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 40619] New: - http task gives error 504

2006-09-27 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

Re: [EMAIL PROTECTED]: Project test-ant (in module ant) failed

2006-09-27 Thread Peter Reilly
I can see a 5 problems: 3 are to do with resource finding - I may need to roll back the change I made to antclassloader in isolating resources .. - will check. 1 is to do with a matches test failing, this is most likely due to using a different regex engine. - will change the test to work with al

Re: Seeking feedback on possible macrodef augmentation

2006-09-27 Thread Peter Reilly
On 9/26/06, Matt Benson <[EMAIL PROTECTED]> wrote: Peter: as you are the father of macrodef your opinion was one I was very interested in getting. I'm not sure I understood your example below. Could you clarify, and maybe elaborate on any ideas you have of what we might try to make macrodef mo

DO NOT REPLY [Bug 40617] New: - Sql task unable to establish connection

2006-09-27 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

Re: Resource.getURL() - example

2006-09-27 Thread Scott Stirling
On 9/27/06, Stephen McConnell <[EMAIL PROTECTED]> wrote: > I make extensive use of custom protocols to represent links > to resources not contained within a particular project > code-base. These protocols include the following: > > 'artifact' used to resolve resources from a collection >

Re: Ant log statements being created even when not used

2006-09-27 Thread Jeffrey E Care
I don't know the history on why the loggers/listeners are setup the way that they are, but I find it quite useful to have different listeners operating at different logging levels. I could see a scenario where the listeners/loggers register their logging level with the runtime such that the runti

[EMAIL PROTECTED]: Project test-ant-no-xerces (in module ant) failed

2006-09-27 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project test-ant-no-xerces has an issue affecting its community integration. This issue a

[EMAIL PROTECTED]: Project test-ant (in module ant) failed

2006-09-27 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project test-ant has an issue affecting its community integration. This issue affects 1 p

Re: AW: Hi I need some help

2006-09-27 Thread Kevin Jackson
Hi, You get this problem if you don't include the junit.jar in dist/lib. Just copy that jar in there and then your tests will run Thanks Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: AW: Hi I need some help

2006-09-27 Thread zheng yiyu
I run with command "ant test -d" and found that the error message is "Property "testcase" has not been set" . Where could I set this property , or do I missed one property file? On 9/27/06, zheng yiyu <[EMAIL PROTECTED]> wrote: Dear all, I run the "ant test" following Kevin's step , and

Re: AW: Hi I need some help

2006-09-27 Thread zheng yiyu
Dear all, I run the "ant test" following Kevin's step , and it successful .But I could not find any result except the info "build successful". the concrete info in the cmd is as follows junit-tests: junit-single-test-only: junit-single-test: junit-report: antunit-tests: antunit-report: test

DO NOT REPLY [Bug 39373] - scp task does not work for some sshd, which does not scp1 protocol.

2006-09-27 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

[EMAIL PROTECTED]: Project svn-antlib-test (in module ant-antlibs) failed

2006-09-27 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project svn-antlib-test has an issue affecting its community integration. This issue affe

[EMAIL PROTECTED]: Project dotnet-antlib-test (in module ant-antlibs) failed

2006-09-27 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project dotnet-antlib-test has an issue affecting its community integration. This issue a

RE: Resource.getURL() - example

2006-09-27 Thread Stephen McConnell
> -Original Message- > From: Stephen McConnell [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 27 September 2006 4:58 PM > To: 'Ant Developers List' > Subject: RE: Resource.getURL() > > > > > -Original Message- > > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > Sent: Wednes

Re: AW: Hi I need some help

2006-09-27 Thread Paul King
Groovy lets you run AntUnit tests (in Groovy AntBuilder syntax) and see the results using the normal Green bar if you use Groovy's AllTestSuite. Otherwise, just "run as" -> "ant..." and point to your ant 1.7 jar files so you don't get the built-in ant jars and you can expect output as per below:

Re: Hi I need some help

2006-09-27 Thread zheng yiyu
Thanks Kevin and Jan. I will try the steps . I think the problem may because I have already set my ANT_HOME , I will try reset it . Thanks for ur kindly help. On 9/27/06, Kevin Jackson <[EMAIL PROTECTED]> wrote: Hi, Jan is correct, Eclipse Junit test runner isn't the best place to run a lot

Re: Hi I need some help

2006-09-27 Thread Kevin Jackson
Hi, Jan is correct, Eclipse Junit test runner isn't the best place to run a lot of the Ant tests as the ant tests rely on build files etc. For some of the 'pure' unit tests, it is possible (if you correctly configure Eclipse) to right click and select Run as JUnit test case (or something like th

Re: Hi I need some help

2006-09-27 Thread zheng yiyu
Could u plz offer some step from scrach or just where can i find the help doc about running it ? On 9/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I would not use Eclipse for that - use Ant itself. So from inside Eclipse use Ants own buildfile for starting the testcases. Oh yes - anothe

AW: Hi I need some help

2006-09-27 Thread Jan.Materne
I would not use Eclipse for that - use Ant itself. So from inside Eclipse use Ants own buildfile for starting the testcases. Oh yes - another reason: Eclipse cant run AntUnit-Tests AFAIK ;-) Jan >-Ursprüngliche Nachricht- >Von: zheng yiyu [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch,

RE: Resource.getURL()

2006-09-27 Thread Stephen McConnell
> -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 27 September 2006 2:00 PM > To: dev@ant.apache.org > Subject: Re: Resource.getURL() > > On Tue, 26 Sep 2006, Stephen McConnell <[EMAIL PROTECTED]> wrote: > > > As such, some resource are implicitl