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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
