When I run...
$KEEL_DIR/keel-build/build-tests.sh nojms-struts


... it stops to work after the terminal displays it's running the junit tests. I have to hit ctrl-c to close the process and let the script continue.

The script itself worked at first. But the log files were telling me the unit tests were failing because ant didn't have the necessary classes to run the junit task. So I copied the junit jar into ant's lib directory, and ran the test again. The junit task would run, but the unit tests would continue to fail, this time because it couldn't find SecurableStandardLogEnabledModel. So I ran the assemble-deploy ant task in $KEEL_DIR/keel-build/build.xml to make sure the latest build is "built" (although I would figure the test scripts might have some building of it's own, but it was worth a shot), and this was when the problem began to happen. Any thoughts?

DS Sends

--
*Daniel Silva*
PlatinumSolutions, Inc.
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
http://www.platinumsolutions.com <www.platinumsolutions.com>
1610 Washington Plaza North
Reston VA 20190
PH: 703.471.9793 x-207 FAX: 703.471.7140


http://keelframework.org/documentation
Keelgroup mailing list
[EMAIL PROTECTED]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com

Reply via email to