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: junit". I d

is broken with Jython in 1.7.1

2008-09-22 Thread ext-simon.steiner
Hi, I am getting this with error with 1.7.1 and not with 1.7.0. Calling just self.xxx doesn't cause problems. There was a similar issue, I've included below. SyntaxError: ('invalid syntax', ('', 2, 13, "errorsTotal = project.getPr operty('build.errors.total')")) errorsTotal