You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Krzysztof KucybaƂa <kk...@echo.fr> on 2007/08/22 10:40:34 UTC

Trouble executing a junit task

Hi,

I'm trying to build the dashboard application for cruise control 2.7. 
The build.xml for that app has a junit task, which fails and breaks the 
build. First it would give me an error that it could not initialize the 
task, with a suggestion to put a relevant jar file on the classpath. So 
I put some ant-junit.jar file (included in the cc distribution) into the 
$ANT_HOME/lib/ directory. Now what I get is this error:

> BUILD FAILED
> /var/local/cruisecontrol/reporting/dashboard/build.xml:146:   java.lang.NoClassDefFoundError: 
org/apache/tools/ant/types/ResourceCollection

Can anyone tell me why is that? Did I use a wrong version of the file? 
Am I still missing some library (junit.jar perhaps - but where and what 
version should it be?) Any help will be greatly appreciated.

Best regards,
Krzysztof

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org