On Jan 29, 2008 8:09 PM, Ceki Gulcu &lt;<a href="mailto:listid@qos.ch">listid@qos.ch</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Maarten,<br><br>Simon is correct by stating that SNAPSHOTS are not published by global<br>repositories. There are all sorts of solutions to get around this, typically<br>installing the jar locally or installing the jar is some secondary repository<br>
and referring to this secondary repo in your project&#39;s pom.xml file.<br><br>I think an easieser solution to this problem is to publish a milestone version<br>of SLF4J 1.5 called 1.5-M0 on maven repositories without necessarily updating<br>
the SLF4J website. This should enable you to get the features you ask for<br>immediately and at the same time remove the pressure on a SLF4J release date.<br><br>Would that work for you?</blockquote><div><br>Sure, that would be great. Thanks.<br>
<br>Are you saying that we shouldn&#39;t expect a release of 1.5 in February ?<br><br>Maarten<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><div class="Ih2E3d"><br>Maarten Bosteels wrote:<br>&gt; On Jan 26, 2008 9:56 AM, simon &lt;<a href="mailto:skitching@apache.org">skitching@apache.org</a><br></div><div><div></div><div class="Wj3C7c">&gt; &lt;mailto:<a href="mailto:skitching@apache.org">skitching@apache.org</a>&gt;&gt; wrote:<br>
&gt;<br>&gt; &nbsp; &nbsp; On Fri, 2008-01-25 at 22:43 +0100, Maarten Bosteels wrote:<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; Ceki,<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; The mina team has decided to add some (at least one) MDC-aware<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; Formatter&#39;s for java.util.logging, so that MINA users<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; can use the formatter out-of-the box.<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; Is there a maven snapshot that contains the latest changes<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; (BasicMDCAdapter etc)<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; I see that you mention bumping the version to 1.5 in the last<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;commit<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; message of BasicMDCAdapter<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; so I tried to set up a dependency like this<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &lt;dependency&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.slf4j&lt;/groupId&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;slf4j-api&lt;/artifactId&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;version&gt;1.5.0-SNAPSHOT&lt;/version&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &lt;/dependency&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; but maven did not find it.<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; I am not too familiar with maven, should I<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; a) add another repository in my local maven config<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; b) manually install the dependency to my local repo<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; c) wait for you to publish a 1.5.0-SNAPSHOT somewhere ?<br>
&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Snapshots are not published to the main maven repositories; it<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;doesn&#39;t<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;make sense for snapshots to be mirrored world-wide. So if you<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;want a<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;snapshot, you explicitly need to tell maven the location of an<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;appropriate snapshot repository to use.<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;You can find information about defining snapshot repositories<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;here:<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp;<a href="http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html" target="_blank">http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html</a><br>
&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;However I don&#39;t know which actual repository slf4j snapshots get<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;published to (if any).<br>&gt;<br>&gt;<br>&gt; Ok, let me rephrase my questions:<br>&gt; 1) Is there are maven reposistory where SLF4J snapshots are published<br>
&gt; 2) If yes, would it be possible to publish the latest SLF4J version<br>&gt; (including the MDC stuff) to this repo ?<br>&gt;<br>&gt; Maarten<br>&gt;<br>&gt;<br>&gt;<br>&gt; &nbsp; &nbsp; For obvious reasons, it isn&#39;t in the<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ASF&#39;s<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;snapshot repo that the above doc talks about.<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;For the moment, I suggest the best solution would indeed be to<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;install<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;it into your local repository with<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;mvn install:install-file<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Regards,<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Simon<br>&gt;<br>&gt;<br>&gt;<br>&gt; &nbsp; &nbsp; _______________________________________________<br>&gt; &nbsp; &nbsp; user mailing list<br>
</div></div>&gt; &nbsp; &nbsp; <a href="mailto:user@slf4j.org">user@slf4j.org</a> &lt;mailto:<a href="mailto:user@slf4j.org">user@slf4j.org</a>&gt;<br><div class="Ih2E3d">&gt; &nbsp; &nbsp; <a href="http://www.slf4j.org/mailman/listinfo/user" target="_blank">http://www.slf4j.org/mailman/listinfo/user</a><br>
&gt;<br>&gt;<br>&gt;<br></div>&gt; ------------------------------------------------------------------------<br><div class="Ih2E3d">&gt;<br>&gt; _______________________________________________<br>&gt; user mailing list<br>
&gt; <a href="mailto:user@slf4j.org">user@slf4j.org</a><br>&gt; <a href="http://www.slf4j.org/mailman/listinfo/user" target="_blank">http://www.slf4j.org/mailman/listinfo/user</a><br><br></div><font color="#888888">--<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></font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
user mailing list<br><a href="mailto:user@slf4j.org">user@slf4j.org</a><br><a href="http://www.slf4j.org/mailman/listinfo/user" target="_blank">http://www.slf4j.org/mailman/listinfo/user</a></div></div></blockquote></div>
<br>