You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Nick Chalko <ni...@chalko.com> on 2003/01/03 19:04:21 UTC

Krysalis smoketest

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.
R,
Nick


Re: Krysalis smoketest

Posted by Sam Ruby <ru...@intertwingly.net>.
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


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Krysalis smoketest

Posted by Sam Ruby <ru...@intertwingly.net>.
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