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] Te
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
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 &qu
milliseconds
Cheers, Paul.
[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 - another reason: Eclipse cant run AntUnit-Tests AFAIK ;-)
>
>
> Jan
>
>&
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
Oh yes - another reason: Eclipse cant run AntUnit-Tests AFAIK ;-)
Jan
>-Ursprüngliche Nachricht-----
>Von: zheng yiyu [mailto:[EMAIL PROTECTED]
>Gesendet: Mittwoch, 27. September 2006 08:31
>An: dev@ant.apache.org
>Betreff: Hi I need some help
>
>Could anyone tell me how to
Could anyone tell me how to run the testcases of ant in eclipse ? I just
mean the testcases in the trunk I checked out from the svn.
Thanks.