Re: Could not create task or type of type: junit

2008-09-23 Thread Steve Loughran
Andre Cardoso de Souza wrote: You're right. The error message is quite obscure, though. which is why the error message is better in later versions of ant. Thanks On Mon, Sep 22, 2008 at 4:08 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: 2008/9/22 Andre Cardoso de Souza <[EMAIL PROTECTE

Re: Could not create task or type of type: junit

2008-09-22 Thread Andre Cardoso de Souza
You're right. The error message is quite obscure, though. Thanks On Mon, Sep 22, 2008 at 4:08 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > 2008/9/22 Andre Cardoso de Souza <[EMAIL PROTECTED]>: >> I don't understand why this is happening, since >> ant-junit.jar is shipped within $ANT_HOME/l

Re: Could not create task or type of type: junit

2008-09-22 Thread Dominique Devienne
2008/9/22 Andre Cardoso de Souza <[EMAIL PROTECTED]>: > I don't understand why this is happening, since > ant-junit.jar is shipped within $ANT_HOME/lib directory. That's not junit.jar. It only contains the Ant classes that depend on JUnit classes. Please see the library dependency section of the m

Could not create task or type of type: junit

2008-09-22 Thread Andre Cardoso de Souza
Hi, I have a project for which I used to run automated tests nightly and tried to run the same tests on my computer. For that, I downloaded ANT 1.6.5 and put it into my home directory. Manually running the tests will give me the following error: "Could not create task or type of type: juni