Nick Chalko wrote:
Krysalis smoke test is not showing up in the nightly gump runsHere's why it is not showing up:
<module href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/krysalis/krysalis-template/smoke-test/gump.xml" />
is defined in http://cvs.apache.org/viewcvs/jakarta-gump/profile/gump.xml?rev=1.156&content-type=text/vnd.viewcvs-markup
and
http://cvs.apache.org/builds/gump/latest/gen.html
shows no errors.
Any Ideas.
[java] Dropping project krysalis-template-smoketest because of exception java.lang.Exception: project "log4j" not found processing project krysalis-template-smoketest
And I've fixed my nightly so that stderr will now be captured in gen.html. The fix was to change:
sh gen.sh -cp "/home/rubys/bin/timeout 1200" 2>&1 >> $LOG
to
sh gen.sh -cp "/home/rubys/bin/timeout 1200" >> $LOG 2>&1
- Sam Ruby
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
