Do we have commit privs for that?<br><br>Ralph<br><br><div class="gmail_quote">On Mon, Nov 17, 2008 at 11:24 AM, Ceki Gulcu <span dir="ltr">&lt;listid@qos.ch&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hello Ralph, Thorbjørn,<br>
<br>
How about using the &#39;integration&#39; module? It is designed for testing after all<br>
the SLF4J jars have been already produced.<br>
<div class="Ih2E3d"><br>
ralph.goers @<a href="http://dslextreme.com" target="_blank">dslextreme.com</a> wrote:<br>
&gt; See<br>
&gt; <a href="http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html" target="_blank">http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html</a>.<br>
&gt; Maven has a process-test-classes phase after test-compile and before<br>
&gt; test. You want to add a jar plugin that runs in that phase and have it<br>
&gt; create the jar you need for testing in the target directory.<br>
&gt;<br>
&gt; A second alternative is to run your tests during the integration-test<br>
&gt; phase. It is possible, but tricky, to configure the surefire plugin to<br>
&gt; run in both the test and integration-test phases by disabling tests on<br>
&gt; the plugin and then configuring executions in the plugin where the tests<br>
&gt; are enabled. &nbsp;If you&#39;d like to try this and have no idea what I am<br>
&gt; talking about let me know and I will post an example.<br>
&gt;<br>
&gt; On Mon, Nov 17, 2008 at 10:12 AM, Thorbjørn Ravn Andersen<br>
</div><div class="Ih2E3d">&gt; &lt;<a href="mailto:ravn@runjva.com">ravn@runjva.com</a> &lt;mailto:<a href="mailto:ravn@runjva.com">ravn@runjva.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; Ceki Gulcu skrev:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; Optional means that the artifact is not exported transitively. It<br>
&gt; &nbsp; &nbsp; should not<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; affect the compile or test class paths.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; Ok, then let&#39;s take the &quot;how to test&quot;-debate now :)<br>
&gt;<br>
&gt; &nbsp; &nbsp; The problem is that in order to do the testing the ext.jar must be<br>
&gt; &nbsp; &nbsp; built and used, but as far as I can see the test phase happens<br>
&gt; &nbsp; &nbsp; before the installation phase. &nbsp;Hence I tried moving the testing to<br>
&gt; &nbsp; &nbsp; another maven project but then it needs to know which Javassist<br>
&gt; &nbsp; &nbsp; library to use to do this properly.<br>
&gt;<br>
&gt; &nbsp; &nbsp; Right now I am including the relative path to the library retrieved<br>
&gt; &nbsp; &nbsp; by maven in the built jar, but this is rather sneaky I think.<br>
&gt;<br>
&gt; &nbsp; &nbsp; Suggestions?<br>
&gt;<br>
&gt; &nbsp; &nbsp; --<br>
&gt; &nbsp; &nbsp; &nbsp;Thorbjørn Ravn Andersen &nbsp;&quot;...plus... Tubular Bells!&quot;<br>
&gt;<br>
&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt; &nbsp; &nbsp; dev mailing list<br>
</div>&gt; &nbsp; &nbsp; <a href="mailto:dev@slf4j.org">dev@slf4j.org</a> &lt;mailto:<a href="mailto:dev@slf4j.org">dev@slf4j.org</a>&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; <a href="http://www.slf4j.org/mailman/listinfo/dev" target="_blank">http://www.slf4j.org/mailman/listinfo/dev</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
</div>&gt; ------------------------------------------------------------------------<br>
<div class="Ih2E3d">&gt;<br>
&gt; _______________________________________________<br>
&gt; dev mailing list<br>
&gt; <a href="mailto:dev@slf4j.org">dev@slf4j.org</a><br>
&gt; <a href="http://www.slf4j.org/mailman/listinfo/dev" target="_blank">http://www.slf4j.org/mailman/listinfo/dev</a><br>
<br>
</div><div class="Ih2E3d">--<br>
Ceki Gülcü<br>
Logback: The reliable, generic, fast and flexible logging framework for Java.<br>
<a href="http://logback.qos.ch" target="_blank">http://logback.qos.ch</a><br>
_______________________________________________<br>
</div><div><div></div><div class="Wj3C7c">dev mailing list<br>
<a href="mailto:dev@slf4j.org">dev@slf4j.org</a><br>
<a href="http://www.slf4j.org/mailman/listinfo/dev" target="_blank">http://www.slf4j.org/mailman/listinfo/dev</a><br>
</div></div></blockquote></div><br>