You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Vladimir Ivanov <iv...@gmail.com> on 2006/11/28 11:00:36 UTC

[classlib][testing] the target 'test' does not work for me

The target 'test' does not work for me.  The output likes not junit.jar in
the path:

    [javac] 109. ERROR in
C:\harmony.top\classlib\trunk\modules\accessibility\src\test\api\java\common\javax\accessibility\AccessibleStateTest.java
    [javac]  (at line 38)
    [javac]     assertEquals(key, state.toDisplayString());
    [javac]     ^^^^^^^^^^^^
    [javac] The method assertEquals(String, String) is undefined for the
type AccessibleStateTest
    [javac] ----------
    [javac] 109 problems (109 errors)

BUILD FAILED



Could somebody reproduce it?

 Thanks, Vladimir

Re: [classlib][testing] the target 'test' does not work for me

Posted by Mark Hindess <ma...@googlemail.com>.
This seems to be because Nathan moved the shared Swing TestCase source
out of the test support.jar to modules/swing so modules/accessibility
can't see them any more.

-Mark.

On 28 November 2006 at 16:00, "Vladimir Ivanov" <iv...@gmail.com> wrote:
> 
> The target 'test' does not work for me.  The output likes not junit.jar in
> the path:
> 
>     [javac] 109. ERROR in
> C:\harmony.top\classlib\trunk\modules\accessibility\src\test\api\java\common\
> javax\accessibility\AccessibleStateTest.java
>     [javac]  (at line 38)
>     [javac]     assertEquals(key, state.toDisplayString());
>     [javac]     ^^^^^^^^^^^^
>     [javac] The method assertEquals(String, String) is undefined for the
> type AccessibleStateTest
>     [javac] ----------
>     [javac] 109 problems (109 errors)
> 
> BUILD FAILED
> 
> 
> 
> Could somebody reproduce it?
> 
>  Thanks, Vladimir
> 
> ------=_Part_4008_4914841.1164708036833--
> 



Re: [classlib][testing] the target 'test' does not work for me

Posted by Mikhail Loenko <ml...@gmail.com>.
I see that

2006/11/28, Vladimir Ivanov <iv...@gmail.com>:
> The target 'test' does not work for me.  The output likes not junit.jar in
> the path:
>
>    [javac] 109. ERROR in
> C:\harmony.top\classlib\trunk\modules\accessibility\src\test\api\java\common\javax\accessibility\AccessibleStateTest.java
>    [javac]  (at line 38)
>    [javac]     assertEquals(key, state.toDisplayString());
>    [javac]     ^^^^^^^^^^^^
>    [javac] The method assertEquals(String, String) is undefined for the
> type AccessibleStateTest
>    [javac] ----------
>    [javac] 109 problems (109 errors)
>
> BUILD FAILED
>
>
>
> Could somebody reproduce it?
>
>  Thanks, Vladimir
>
>