After contributing some code (PrettyFaces) and having a�discussion with Lincoln I&#39;ve joined a seam-dev mailing list. My plan is to help Lincoln with Seam faces module (maybe with other modules to) - I hope to find time for helping.�<div>
well I was using Seam from version 1.2 to 2.2.x - so I&#39;m�familiar with seam.�</div><div><br></div><div>I checked out seam-faces module about two weeks ago and compiled it with no problem. but last week, after an update (svn up) it didn&#39;t compile anymore. After having a discussion with Lincoln yesterday, I started from beginning. So I removed a org/jboss/seam folder from m2 repo, followed the instruction on�<a href="http://seamframework.org/Seam3/CheckOutAndBuildSeam">http://seamframework.org/Seam3/CheckOutAndBuildSeam</a>:</div>
<div><span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;, Geneva, Verdana, Arial, sans-serif; font-size: 12px; "><pre class="wikiPreformatted" style="background-color: rgb(245, 245, 245); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(170, 170, 170); border-right-color: rgb(170, 170, 170); border-bottom-color: rgb(170, 170, 170); border-left-color: rgb(170, 170, 170); padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; font-family: &#39;Andale Mono&#39;, &#39;Courier New&#39;, monospace; font-size: 11px; overflow-x: auto; max-width: 950px; ">
mkdir seam-trunk
cd seam-trunk
svn co <a href="http://anonsvn.jboss.org/repos/seam/build/trunk">http://anonsvn.jboss.org/repos/seam/build/trunk</a> build
svn co <a href="http://anonsvn.jboss.org/repos/seam/dist/trunk">http://anonsvn.jboss.org/repos/seam/dist/trunk</a> dist
svn co <a href="http://anonsvn.jboss.org/repos/seam/modules/faces/trunk">http://anonsvn.jboss.org/repos/seam/modules/faces/trunk</a> faces</pre></span></div><div><span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;, Geneva, Verdana, Arial, sans-serif; font-size: 12px; "><pre class="wikiPreformatted" style="background-color: rgb(245, 245, 245); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(170, 170, 170); border-right-color: rgb(170, 170, 170); border-bottom-color: rgb(170, 170, 170); border-left-color: rgb(170, 170, 170); padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; font-family: &#39;Andale Mono&#39;, &#39;Courier New&#39;, monospace; font-size: 11px; overflow-x: auto; max-width: 950px; ">
cd build/parent
mvn install
cd ../..</pre></span></div><div><span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;, Geneva, Verdana, Arial, sans-serif; font-size: 12px; "><pre class="wikiPreformatted" style="background-color: rgb(245, 245, 245); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(170, 170, 170); border-right-color: rgb(170, 170, 170); border-bottom-color: rgb(170, 170, 170); border-left-color: rgb(170, 170, 170); padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; font-family: &#39;Andale Mono&#39;, &#39;Courier New&#39;, monospace; font-size: 11px; overflow-x: auto; max-width: 950px; ">
cd dist
mvn install
cd ..</pre></span></div><div><span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;, Geneva, Verdana, Arial, sans-serif; font-size: 12px; "><pre class="wikiPreformatted" style="background-color: rgb(245, 245, 245); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(170, 170, 170); border-right-color: rgb(170, 170, 170); border-bottom-color: rgb(170, 170, 170); border-left-color: rgb(170, 170, 170); padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; font-family: &#39;Andale Mono&#39;, &#39;Courier New&#39;, monospace; font-size: 11px; overflow-x: auto; max-width: 950px; ">
cd faces
mvn install<br></pre></span></div><div>as first I got an error:</div><div><div><b>[INFO] ------------------------------------------------------------------------</b></div><div><b>[ERROR] BUILD ERROR</b></div><div><b>[INFO] ------------------------------------------------------------------------</b></div>
<div><b>[INFO] Failed to resolve artifact.</b></div><div><b><br></b></div><div><b>Missing:</b></div><div><b>----------</b></div><div><b>1) org.glassfish:javax.servlet:jar:3.0</b></div><div><b><br></b></div><div><b>��Try downloading the file manually from the project website.</b></div>
<div><b><br></b></div><div><b>��Then, install it using the command:�</b></div><div><b>�� � �mvn install:install-file -DgroupId=org.glassfish -DartifactId=javax.servlet -Dversion=3.0 -Dpackaging=jar -Dfile=/path/to/file</b></div>
<div><b><br></b></div><div><b>��Alternatively, if you host your own repository you can deploy the file there:�</b></div><div><b>�� � �mvn deploy:deploy-file -DgroupId=org.glassfish -DartifactId=javax.servlet -Dversion=3.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]</b></div>
<div><b><br></b></div><div><b>��Path to dependency:�</b></div><div><b>��</b><span class="Apple-tab-span" style="white-space:pre"><b>        </b></span><b>1) org.jboss.seam.faces:seam-faces:jar:3.0.0-SNAPSHOT</b></div><div><b>��</b><span class="Apple-tab-span" style="white-space:pre"><b>        </b></span><b>2) org.glassfish:javax.servlet:jar:3.0</b></div>
<div><b><br></b></div><div><b>----------</b></div><div><b>1 required artifact is missing.</b></div><div><b><br></b></div><div><b>for artifact:�</b></div><div><b>��org.jboss.seam.faces:seam-faces:jar:3.0.0-SNAPSHOT</b></div>
</div><div><br></div><div>so I added following code to the .m2/settings.xml:</div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>�� � � � � � � �<b>&lt;repository&gt;<br>
������������������� &lt;id&gt;glassfish&lt;/id&gt;<br>
�������������������
&lt;url&gt;</b><a class="moz-txt-link-freetext" href="http://download.java.net/maven/glassfish"><b>http://download.java.net/maven/glassfish</b></a><b>&lt;/url&gt;<br>
������������������� &lt;releases&gt;<br>
����������������������� &lt;enabled&gt;true&lt;/enabled&gt;<br>
������������������� &lt;/releases&gt;<br>
������������������� &lt;snapshots&gt;<br>
����������������������� &lt;enabled&gt;false&lt;/enabled&gt;<br>
������������������� &lt;/snapshots&gt;<br>
��������������� &lt;/repository&gt;</b></div><div><b><br></b></div><div>now every time i do &quot;<b>mvn install</b>&quot; i get an error:�</div><div><br></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(51, 51, 51); "><div>
<i><b>-------------------------------------------------------</b></i></div><div><i><b>�T E S T S</b></i></div><div><i><b>-------------------------------------------------------</b></i></div><div><i><b>Running org.jboss.seam.faces.environment.FacesContextProducerTest</b></i></div>
<div><i><b>SLF4J: The requested version 1.5.9 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9.RC1, 1.5.10]</b></i></div><div><i><b>SLF4J: See�<a href="http://www.slf4j.org/codes.html#version_mismatch" target="_blank" style="color: rgb(54, 68, 82); ">http://www.slf4j.org/codes.html#version_mismatch</a>�for further details.</b></i></div>
<div><i><b>Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.444 sec &lt;&lt;&lt; FAILURE!</b></i></div><div><i><b>Running org.jboss.seam.faces.context.FacesAnnotationsAdapterExtensionTest</b></i></div><div>
<i><b>Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.087 sec &lt;&lt;&lt; FAILURE!</b></i></div><div><i><b>Running org.jboss.seam.faces.util.AnnotationsTest</b></i></div><div><i><b>Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec</b></i></div>
<div><i><b>Running org.jboss.seam.faces.event.SystemEventBridgeTest</b></i></div><div><i><b>Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.117 sec &lt;&lt;&lt; FAILURE!</b></i></div><div><i><b>Running org.jboss.seam.faces.context.conversation.ConversationBoundaryInterceptorTest</b></i></div>
<div><i><b>Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.065 sec &lt;&lt;&lt; FAILURE!</b></i></div><div><i><b>Running org.jboss.seam.faces.event.PhaseEventBridgeTest</b></i></div><div><i><b>Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.063 sec &lt;&lt;&lt; FAILURE!</b></i></div>
<div><i><b>Running org.jboss.seam.faces.environment.ExternalContextProducerTest</b></i></div><div><i><b>Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.059 sec &lt;&lt;&lt; FAILURE!</b></i></div><div><i><b><br>
</b></i></div><div><i><b>Results :</b></i></div><div><i><b><br></b></i></div><div><i><b>Tests in error:�</b></i></div><div><i><b>��org.jboss.seam.faces.environment.FacesContextProducerTest</b></i></div><div><i><b>��org.jboss.seam.faces.context.FacesAnnotationsAdapterExtensionTest</b></i></div>
<div><i><b>��org.jboss.seam.faces.event.SystemEventBridgeTest</b></i></div><div><i><b>��org.jboss.seam.faces.context.conversation.ConversationBoundaryInterceptorTest</b></i></div><div><i><b>��org.jboss.seam.faces.event.PhaseEventBridgeTest</b></i></div>
<div><i><b>��org.jboss.seam.faces.environment.ExternalContextProducerTest</b></i></div><div><i><b><br></b></i></div><div><i><b>Tests run: 9, Failures: 0, Errors: 6, Skipped: 0</b></i></div><div><b><i><br></i></b></div><font class="Apple-style-span" color="#000000" face="arial"><span class="Apple-style-span" style="border-collapse: separate; font-size: small;">I&#39;ve attached a file <b>{faces-module}/impl/target/surefire-reports/org.jboss.seam.faces.context.conversation.ConversationBoundaryInterceptorTest.txt</b> with a report.�</span></font></span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(51, 51, 51); "><font class="Apple-style-span" color="#000000" face="arial"><span class="Apple-style-span" style="border-collapse: separate; font-size: small;"><br>
</span></font></span></div><div>Did anyone else had similar problems?</div><div><br></div><div>Uros</div><meta http-equiv="content-type" content="text/html; charset=utf-8">