Doug Cutting wrote:

Dmitry Serebrennikov wrote:

I typed ant test-unit and it said $ ant test-unit
Buildfile: build.xml
init:
javacc_check:
compile:
demo:
test:
test-unit:
BUILD SUCCESSFUL
Total time: 4 seconds

Does that mean the tests passed? Kind of quick... I think it didn't really work but I can't tell why. Are there instructions?
What am I missing?


It should print out lots more than that, and create a directory in bin/ containing details of each test. Maybe you don't have the JUnit jar in ant's lib directory? It has to be there as well.

Doug

I'll try to troubleshoot some more. There is junit-3.8.1.jar in <lucene>/lib directory.






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to