On Jan 29, 2008 8:09 PM, Ceki Gulcu <<a href="mailto:listid@qos.ch">listid@qos.ch</a>> 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'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'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>> On Jan 26, 2008 9:56 AM, simon <<a href="mailto:skitching@apache.org">skitching@apache.org</a><br></div><div><div></div><div class="Wj3C7c">> <mailto:<a href="mailto:skitching@apache.org">skitching@apache.org</a>>> wrote:<br>
><br>> On Fri, 2008-01-25 at 22:43 +0100, Maarten Bosteels wrote:<br>> > Ceki,<br>> ><br>> > The mina team has decided to add some (at least one) MDC-aware<br>> > Formatter's for java.util.logging, so that MINA users<br>
> > can use the formatter out-of-the box.<br>> ><br>> > Is there a maven snapshot that contains the latest changes<br>> > (BasicMDCAdapter etc)<br>> ><br>
> > I see that you mention bumping the version to 1.5 in the last<br>> commit<br>> > message of BasicMDCAdapter<br>> > so I tried to set up a dependency like this<br>
> ><br>> > <dependency><br>> > <groupId>org.slf4j</groupId><br>> > <artifactId>slf4j-api</artifactId><br>
> > <version>1.5.0-SNAPSHOT</version><br>> > </dependency><br>> ><br>> > but maven did not find it.<br>> ><br>
> > I am not too familiar with maven, should I<br>> > a) add another repository in my local maven config<br>> > b) manually install the dependency to my local repo<br>> > c) wait for you to publish a 1.5.0-SNAPSHOT somewhere ?<br>
><br>> Snapshots are not published to the main maven repositories; it<br>> doesn't<br>> make sense for snapshots to be mirrored world-wide. So if you<br>> want a<br>
> snapshot, you explicitly need to tell maven the location of an<br>> appropriate snapshot repository to use.<br>><br>> You can find information about defining snapshot repositories<br>
> here:<br>><br>> <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>
><br>> However I don't know which actual repository slf4j snapshots get<br>> published to (if any).<br>><br>><br>> Ok, let me rephrase my questions:<br>> 1) Is there are maven reposistory where SLF4J snapshots are published<br>
> 2) If yes, would it be possible to publish the latest SLF4J version<br>> (including the MDC stuff) to this repo ?<br>><br>> Maarten<br>><br>><br>><br>> For obvious reasons, it isn't in the<br>
> ASF's<br>> snapshot repo that the above doc talks about.<br>><br>> For the moment, I suggest the best solution would indeed be to<br>> install<br>> it into your local repository with<br>
> mvn install:install-file<br>><br>> Regards,<br>> Simon<br>><br>><br>><br>> _______________________________________________<br>> user mailing list<br>
</div></div>> <a href="mailto:user@slf4j.org">user@slf4j.org</a> <mailto:<a href="mailto:user@slf4j.org">user@slf4j.org</a>><br><div class="Ih2E3d">> <a href="http://www.slf4j.org/mailman/listinfo/user" target="_blank">http://www.slf4j.org/mailman/listinfo/user</a><br>
><br>><br>><br></div>> ------------------------------------------------------------------------<br><div class="Ih2E3d">><br>> _______________________________________________<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><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>