Re: Krysalis smoketest
Sam Ruby <[email protected]> Fri, 03 Jan 2003 13:07:56 -0500
| Newsgroups | gmane.comp.jakarta.alexandria.devel |
|---|---|
| Message-ID | <[email protected]> |
Nick Chalko wrote:
> Krysalis smoke test is not showing up in the nightly gump runs
>
> <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.
Here's why it is not showing up:
[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