<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
 namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="country-region"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="place"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>A new year seems to have yielded new
results.&nbsp; The build succeeded.&nbsp; I noticed that the GA version of RichFaces was
downloaded, as well as other dependencies.&nbsp; Perhaps that had something to do
with the results.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
jsfunit-dev-bounces@lists.jboss.org
[mailto:jsfunit-dev-bounces@lists.jboss.org] <b><span style='font-weight:bold'>On
Behalf Of </span></b>Dennis Byrne<br>
<b><span style='font-weight:bold'>Sent:</span></b> Thursday, December 27, 2007
2:49 PM<br>
<b><span style='font-weight:bold'>To:</span></b> JSFUnit -Dev List<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [jsfunit-dev] Maven,
Jetty, and commons-logging issue</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>Java 6 is backwards
compatible with Java 5, so it should have no effect on the outcome of the the
tests.&nbsp; Which tests failed?<br>
<br>
Dennis Byrne<o:p></o:p></span></font></p>

<div>

<p class=MsoNormal><span class=gmailquote><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'>On 12/27/07, <b><span style='font-weight:bold'>Tom
Waterhouse</span></b> &lt;<a href="mailto:Tom.Waterhouse@sabrix.com">Tom.Waterhouse@sabrix.com</a>&gt;
wrote:</span></font></span><o:p></o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>I didn't see a
requirement for the Java version in the instructions for building
JSFUnit.&nbsp;&nbsp;I'm using Java 6 and did receive some unit test failures
during the build.&nbsp;&nbsp;Java 5 is required to build?<br>
<br>
<br>
________________________________ <br>
<br>
From: <a href="mailto:jsfunit-dev-bounces@lists.jboss.org">jsfunit-dev-bounces@lists.jboss.org</a>
on behalf of Stan Silvert<br>
Sent: Thu 12/27/2007 12:16 PM<br>
To: JSFUnit -Dev List<br>
Subject: Re: [jsfunit-dev] Maven, Jetty, and commons-logging issue <br>
<br>
<br>
<br>
Hi Tom,<br>
<br>
If you checkout and build JSFUnit from scratch you can run its Maven<br>
build and automatically test several sample applications using Jetty,<br>
Tomcat 5.5, or JBoss 4.0.5.&nbsp;&nbsp;The default is to use Jetty since that
is <br>
the default container for Cargo.<br>
<br>
See details here:<br>
<a href="http://labs.jboss.com/jsfunit/source-repository.html">http://labs.jboss.com/jsfunit/source-repository.html</a><br>
<a href="http://labs.jboss.com/jsfunit/building-jsfunit.html">http://labs.jboss.com/jsfunit/building-jsfunit.html</a><br>
<br>
Hope that helps,<br>
<br>
Stan<br>
<br>
Tom Waterhouse wrote:<br>
&gt; I've followed the instructions posted for using Jetty as a test<br>
&gt; container in a Maven build (I had sent an email previously about <br>
&gt; deployment issues, but that was due to not including all required test<br>
&gt; dependencies).&nbsp;&nbsp;I've since run into what looks to be a known
issue with<br>
&gt; commons logging.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Is there a working JSFUnit Maven project that tests with a container <br>
&gt; available for download?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; The commons-logging issue is documented here:<br>
&gt; <a href="http://www.qos.ch/logging/classloader.jsp">http://www.qos.ch/logging/classloader.jsp</a>.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Caused by: org.apache.commons.logging.LogConfigurationException: No<br>
&gt; suitable Log<br>
&gt;<br>
&gt;&nbsp;&nbsp;constructor [Ljava.lang.Class;@127e4be for<br>
&gt; org.apache.commons.logging.impl.Log4 <br>
&gt;<br>
&gt; JLogger (Caused by java.lang.NoClassDefFoundError:<br>
&gt; org/apache/log4j/Category)<br>
&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<br>
&gt; org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogF<br>
&gt;<br>
&gt; actoryImpl.java:413)<br>
&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<br>
&gt; org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactory<br>
&gt;<br>
&gt; Impl.java:529)<br>
&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ... 33 more<br>
&gt;<br>
&gt; Caused by: java.lang.NoClassDefFoundError : org/apache/log4j/Category<br>
&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
java.lang.Class.getDeclaredConstructors0(Native Method)<br>
&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)<br>
&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
java.lang.Class.getConstructor0(Class.java:2699)<br>
&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
java.lang.Class.getConstructor(Class.java:1657)<br>
&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<br>
&gt; org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor (LogF<br>
&gt;<br>
&gt; actoryImpl.java:410)<br>
&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ... 34 more<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Tom<br>
&gt;<br>
&gt; This e-mail message, including any attachments, is for the sole use of <br>
&gt; the intended recipient(s) and may contain confidential and privileged<br>
&gt; information that is protected from disclosure. Any unauthorized review,<br>
&gt; use, disclosure or distribution is prohibited. If you are not the <br>
&gt; intended recipient, please contact the sender by reply e-mail and<br>
&gt; destroy all copies of the original message and any
attachments.&nbsp;&nbsp;This<br>
&gt; document was not intended or written to be used, and it cannot be used, <br>
&gt; for the purposes of avoiding <st1:country-region w:st="on"><st1:place
 w:st="on">U.S.</st1:place></st1:country-region> federal, state, or local tax
or tax<br>
&gt; penalties.<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________ <br>
&gt; jsfunit-dev mailing list<br>
&gt; <a href="mailto:jsfunit-dev@lists.jboss.org">jsfunit-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/jsfunit-dev">https://lists.jboss.org/mailman/listinfo/jsfunit-dev
</a><br>
<br>
_______________________________________________<br>
jsfunit-dev mailing list<br>
<a href="mailto:jsfunit-dev@lists.jboss.org">jsfunit-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/jsfunit-dev">https://lists.jboss.org/mailman/listinfo/jsfunit-dev</a><br>
<br>
<br>
<br>
_______________________________________________<br>
jsfunit-dev mailing list<br>
<a href="mailto:jsfunit-dev@lists.jboss.org">jsfunit-dev@lists.jboss.org </a><br>
<a href="https://lists.jboss.org/mailman/listinfo/jsfunit-dev">https://lists.jboss.org/mailman/listinfo/jsfunit-dev</a><br>
<br>
<o:p></o:p></span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><br>
<br>
<br>
-- <br>
Dennis Byrne <o:p></o:p></span></font></p>

</div>

</body>

<!--[object_id=#sabrix.com#]--><P align=left><FONT face=Arial size=1><SPAN style="COLOR: black">This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information that is protected from disclosure. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message and any attachments.&nbsp; This document was not intended or written to be used, and it cannot be used, for the purposes of avoiding U.S. federal, state, or local tax or tax penalties.</SPAN></FONT></P></html>